Files
DefiLlama-Adapters/projects/aura-finance/abi.json
2025-01-22 09:05:29 +01:00

7 lines
604 B
JSON

{
"poolLength": "uint256:poolLength",
"poolInfo": "function poolInfo(uint256) view returns (address lptoken, address token, address gauge, address crvRewards, address stash, bool shutdown)",
"getPoolId": "function getPoolId() view returns (bytes32)",
"getPoolTokens": "function getPoolTokens(bytes32 poolId) view returns (address[] tokens, uint256[] balances, uint256 lastChangeBlock)",
"getTokenInfo": "function getTokenInfo() view returns (address[] tokens, (uint8 tokenType, address rateProvider, bool paysYieldFees)[] tokenInfo, uint256[] balancesRaw, uint256[] lastBalancesLiveScaled18)"
}