Failed transactions are penalized, that is why the fees seems to be so high when you lack of funds or when there is a expected error on the transaction.
If you want a correct estimation of gas fees please try with an account with enough funds.
Hi, Thanks for the quick response. Unfortunately issue not resolved. So I topped up my BNB to above the required amount, Meta Mask then says Transaction likely to fail so I click on try anyway.
I can not copy and paste the message as it disappears to quickly and cant attach a photo here. I have used brackets where possible to indicate fields not filled in.
I then get the following Error message on the stake page.
Transaction has been reverted to EVM {“type”.”OxO”.”blockhash!:
” (Long contract number HERE) ”
“cumulativeGasUsed!:15341430. “gasUsed”:1076, “logsBloom”:
“0x (LOADS OF ZEROS HERE) “. “to”.
” (CONTRACT NUMBER OF THE STAKE POOL HERE I BELIEVE) “, “transactionHash”:
” (UNKNOWN CONTRACT HERE HERE) “, “blockNumber”:
15625454, “contactAddress”:null, “from”:” (MY WALLET ADDRESS HERE) “,
“status”:false, “transactionIndex”: 112, “events”:{} }
Can you share the url of your site?
Seems like your token:
https://bscscan.com/address/0x18f1f69fe1d80c8ff9472bc5387ff7b40e34c860#readContract
Has some reflection features like burn / liquidity / tax.
Did you exclude the staking contracts from taxes / burn features in your token contract?
You need to do so, otherwise funds can be lost or show a weird behaviour in your Stakings.
This is the warning the plugin has:
“Are you using a reflection token? If so, you must exclude the stake contract in your reflection token”
Hi,
Yes it is a reflection token. Can I exclude the contract in the token after the stake contract has been deployed?
I knew I had to do this at some point.
I think I have now done this on BScScan, have you got instructions just to verify I have done it correctly.
Thank you
Yes, you need to exclude the staking contract from your reflection token.
Not sure how to do it, because this reflection token is not made by us, but for sure you must have, as an admin, some exclude functions.