Last updated 1 month ago
function amountAvailableForTrading(Token token) external view returns (uint128);
This function is used to identify the amount of tokens currently available for sale for the token.
This returns the amount of tokens that are available for sale.
accumulatedFees( 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE // token ) // Return the value in WEI format // 11039415659335871026
For the ETH token, use the contract address: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE
token
Token
The address of the token.