1. Identify the token you want to buy
Find the token you want to buy by looking at the DumpEX contract page on Etherscan
Note the token address and number of tokens to buy
2. Calculate the current price
Calculate the current Dutch auction price for the token using the following formula:
(Price in ETH) = 1 - (seconds since the last sale) / 10000
3. Buy the NFT
Go to Contract > Write Contract > buyToken
Enter the price you calculated at step 2 to the payableAmount (ether)
field. Multiply the price by 10^18 to represent it in decimal terms
Enter the address of the token to the tokenAddress
field
Enter the amount you want to buy to the amount
field
Click write and approve the transaction
1. Identify the token you want to buy
Find the token you want to buy by looking at the DumpEX contract page on FTMScan
Note the token address and number of tokens to buy
2. Calculate the current price
Calculate the current Dutch auction price for the token using the following formula:
(Price in BNB) = 1 - (seconds since the last sale) / 10000
3. Buy the NFT
Go to Contract > Write Contract > buyToken
Enter the price you calculated at step 2 to the payableAmount (BNB)
field. Multiply the price by 10^18 to represent it in decimal terms
Enter the address of the token to the tokenAddress
field
Enter the amount you want to buy to the amount
field
Click write and approve the transaction
1. Identify the token you want to buy
Find the token you want to buy by looking at the DumpEX contract page on Etherscan
Note the token address and number of tokens to buy
2. Calculate the current price
Calculate the current Dutch auction price for the token using the following formula:
(Price in FTM) = 1 - (seconds since the last sale) / 10000
3. Buy the NFT
Go to Contract > Write Contract > buyToken
Enter the price you calculated at step 2 to the payableAmount (ether)
field. Multiply the price by 10^18 to represent it in decimal terms
Enter the address of the token to the tokenAddress
field
Enter the amount you want to buy to the amount
field
Click write and approve the transaction