mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 13:25:30 +08:00
5 lines
430 B
JSON
5 lines
430 B
JSON
{
|
|
"getPoolTotalDeposited": "function getPoolTotalDeposited(uint256 _poolId) view returns (uint256)",
|
|
"totalDeposited": "uint256:totalDeposited",
|
|
"poolInfo": "function poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accRewardPerShare, uint256 workingSupply, uint256 totalDeposited, bool needVesting, uint256 earlyWithdrawFee, uint256 withdrawLock, bool veBoostEnabled)"
|
|
} |