📤Selling Tokens
Step-by-step guide to selling tokens on DumpEX
Last updated
Step-by-step guide to selling tokens on DumpEX
Last updated
Choose the tokens you want to sell and identify its contract address (e.g. 0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72
), decimals (e.g. 18
), and the amount of tokens you want to sell (e.g. 100
)
Go to the token contract and approve the DumpEX contract to spend the tokens. Do this on the block explorer's "Contract" > "Write Contract" -page by calling the "approve" -function with the following values
to
: contract address of the DumpEX contract (for Ethereum: 0x3e85b944d6388a95e366f3f8435affcfc79a3bda
)
amount
: the amount of tokens you want to sell. This is the number of tokens you want to sell multiplied the decimals, e.g. 100*10^18
Click write and approve the transaction.
Go to the DumpEX contract on Etherscan
Under Contract > Write Contract > sellToken enter the following attributes
tokenAddress
: enter the contract address of the token
amount
: enter the number of tokens you want to sell (multiplied the decimals of the token)
Click Write and approve the transaction
Use a service like revoke.cash to revoke the token approvals.