How to calculate token fee

Staking Pool Recipe contract:

Go to the StakingPoolRecipe contract on Etherscan, then click the Contract tab, open Read Contract, and go to getFeeInTokens function:

  • _addr - enter the staking token address

Click the Query button and you’ll get an amount of the fee in tokens:

269740439496785365075681 is the amount of the token fee.

Last updated