mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-05-30 18:13:54 +08:00
* feat(buttonwood/button-wrappers): adding tvl calculations for buttonwood:button-wrappers protocol * code refactor --------- Co-authored-by: SocksNFlops <socks&flops@prl.one>
9 lines
484 B
JSON
9 lines
484 B
JSON
{
|
|
"trancheFactory": "address:trancheFactory",
|
|
"collateralToken": "function collateralToken() external view returns (address)",
|
|
"tranches": "function tranches(uint256 i) external view returns (address token, uint256 ratio)",
|
|
"instanceCount": "function instanceCount() external view returns (uint256 count)",
|
|
"instanceAt": "function instanceAt(uint256 index) external view returns (address instance)",
|
|
"underlying": "function underlying() external view returns (address)"
|
|
}
|