Files
DefiLlama-Adapters/projects/buttonwood-tranche/abi.json
g1nt0ki 512c9213bb Buttonwood (#8204)
* feat(tranche-tvl): adding tvl calculation for buttonwood tranche protocol

* code refactor

---------

Co-authored-by: SocksNFlops <socks&flops@prl.one>
2023-11-28 10:23:42 +01:00

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)"
}