1. Identify the NFT you want to buy
Find the NFT you want to buy by looking at the DumpEX contract page on
Note the NFTs address and token ID
2. Calculate the current price
On the , see when the last NFT in the collection was sold to DumpEX
Calculate the current Dutch auction price for the NFT using the following formula:
(Price in ETH) = 100 - (seconds since the last sale) / 10000
3. Buy the NFT
Go to Contract > Write Contract > buyNFT
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 NFT to the nftAddress
field
Enter the token ID to the tokenID
field
Click write and approve the transaction
1. Identify the NFT you want to buy
Find the NFT you want to buy by looking at the DumpEX contract page on
Note the NFTs address and token ID
2. Calculate the current price
On the , see when the last NFT in the collection was sold to DumpEX
Calculate the current Dutch auction price for the NFT using the following formula:
(Price in BNB) = 100 - (seconds since the last sale) / 10000
3. Buy the NFT
Go to Contract > Write Contract > buyNFT
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 NFT to the nftAddress
field
Enter the token ID to the tokenID
field
Click write and approve the transaction
1. Identify the NFT you want to buy
Note the NFTs address and token ID
2. Calculate the current price
Calculate the current Dutch auction price for the NFT using the following formula:
(Price in FTM) = 100 - (seconds since the last sale) / 10000
3. Buy the NFT
Go to Contract > Write Contract > buyNFT
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 NFT to the nftAddress
field
Enter the token ID to the tokenID
field
Click write and approve the transaction