đ¤Selling Tokens
Step-by-step guide to selling tokens on DumpEX
Step 0: Identify the tokens you want to sell
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
)
Step 1: Approve the DumpEX contract
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.
Step 2: Sell the tokens
Go to the DumpEX contract on Etherscan
Under Contract > Write Contract > sellToken enter the following attributes
tokenAddress
: enter the contract address of the tokenamount
: enter the number of tokens you want to sell (multiplied the decimals of the token)
Click Write and approve the transaction
Step 3: Revoke the contract
Use a service like revoke.cash to revoke the token approvals.
Last updated