Token Balances

getTokenAmounts()
        external
        view
        returns (address[] memory tokens, uint256[] memory amounts

Returns an array of the dynaset token and the corresponding balances.

getBalance(address token)
        external
        view
        override
        returns (uint256)

Returns the balance of the Dynaset for a specific token

Last updated