⁉ī¸Troubleshooting

Common errors with NFT transactions on DumpEX

Error: Not approved

You have not approved the contract to use your NFT. Find the NFT contract and call "approve" on the correct token ID.

Error: NotEnoughEther

  • On Ethereum: There is not enough ETH in the contract to execute the sale of the token. Send a small amount of ETH 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 NFT. 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 NFT. 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: You did not send enough of FTM with the transaction to buy the NFT. The number returned with the error is the total amount of FTM (multiplied by 10^18) that should have been sent for the purchase to execute correctly.

Last updated