Files
2024-01-10 19:52:40 +01:00

17 lines
1.2 KiB
JSON

{
"poolInfo": "function poolInfo(uint256) view returns (address lptoken, address token, address gauge, address crvRewards, address stash, bool shutdown)",
"poolLength": "uint256:poolLength",
"coinsUint": "function coins(uint256 arg0) view returns (address)",
"coinsInt": "function coins(int128 arg0) view returns (address out)",
"coins": "function coins(uint256 arg0) view returns (address)",
"get_balances": "function get_balances(address _pool) view returns (uint256[8])",
"underlying": "address:underlying",
"exchangeRateStored": "uint256:exchangeRateStored",
"get_underlying_coins": "function get_underlying_coins(address _pool) view returns (address[8])",
"get_pool_from_lp_token": "function get_pool_from_lp_token(address arg0) view returns (address)",
"get_coins": "function get_coins(address _pool) view returns (address[8])",
"get_underlying_balances": "function get_underlying_balances(address _pool) view returns (uint256[8])",
"get_virtual_price_from_lp_token": "function get_virtual_price_from_lp_token(address _token) view returns (uint256)",
"get_virtual_price": "function get_virtual_price() view returns (uint256)",
"lockedSupply": "uint256:lockedSupply"
}