mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 05:45:32 +08:00
* feat(tranche-tvl): adding tvl calculation for buttonwood tranche protocol * code refactor --------- Co-authored-by: SocksNFlops <socks&flops@prl.one>
7 lines
314 B
JSON
7 lines
314 B
JSON
{
|
|
"trancheFactory": "address:trancheFactory",
|
|
"collateralToken": "function collateralToken() external view returns (address)",
|
|
"tranches": "function tranches(uint256 i) external view returns (address token, uint256 ratio)",
|
|
"trancheCount": "function trancheCount() external view returns (uint256 count)"
|
|
}
|