availableTokens()
This function is used to identify the amount of fees accumulated in the specified token. The returned amount is the sum of tokens from both the carbonController
and carbonVortex
.
Function Arguments
Name
Type
Description
token
Token
The address of the token.
Returns
This returns the amount of fees accumulated by the protocol for the specified token.
Example
For the ETH token, use the contract address: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE
Last updated