⁉️Troubleshooting
Common errors with token transactions on DumpEX
Error: Not approved
You have not approved DumpEX to use your token. Find the token contract and call "approve" using the DumpEX contract address.
Error: NotEnoughEther
On Ethereum: There is not enough ETHNB in the contract to execute the sale of the token. Send a small amount of ETHNB to the contract and it should work again.
On BSC: There is not enough BNB in the contract to execute the sale of the token. Send a small amount of BNB to the contract and it should work again.
On Fantom: There is not enough FTM in the contract to execute the sale of the token. Send a small amount of FTM to the contract and it should work again.
Error: Payable(some_number)
On Ethereum: You did not send enough of ETH with the transaction to buy the token. The number returned with the error is the total amount of ETH (multiplied by 10^18) that should have been sent for the purchase to execute correctly.
On BSC: You did not send enough of BNB with the transaction to buy the token. The number returned with the error is the total amount of BNB (multiplied by 10^18) that should have been sent for the purchase to execute correctly.
On Fantom: There is not enough FTM in the contract to execute the sale of the token. Send a small amount of FTM to the contract and it should work again.
Last updated