mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
* feat: Add MultiBit Protocol * fix: Remove unused variables * remove: Wrong name * feat: add multibit * count brc20 tokens on bitcoin as tvl --------- Co-authored-by: multibit-repo <pipi@multibit.exchange>
4 lines
349 B
JSON
4 lines
349 B
JSON
{
|
|
"pools": "function pools(uint256) view returns (address stakeToken, address rewardToken, uint256 totalReward, uint256 openAt, uint256 closeAt, uint256 lockTime, uint256 rewardReleased, uint256 rewardPerSecond, uint256 totalStakedAmount, uint256 accTokenPerShare, uint256 lastRewardTimestamp, bool paused)",
|
|
"poolLength": "uint256:poolLength"
|
|
} |