💩
DumpEX v0
AvascanBscScanEtherscanFTMScan
  • 💩DumpEX v0
  • NFTs
    • 📤Selling NFTs
    • 📥Buying NFTs
    • ⁉️Troubleshooting
  • Tokens
    • 📤Selling Tokens
    • 📥Buying Tokens
    • ⁉️Troubleshooting
  • ❓FAQ
  • 👨‍💻GitHub
  • ©️Product by Ape LLC
Powered by GitBook
On this page
  1. Tokens

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 1 year ago

⁉️