mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
13 lines
676 B
JSON
13 lines
676 B
JSON
{
|
|
"getBaseData": "function getBaseData() returns (uint256, uint256, uint256, uint256, uint256)",
|
|
"balanceOfUnderlying": "function balanceOfUnderlying(address _account) view returns (uint256)",
|
|
"balanceOf": "function balanceOf(address account) view returns (uint256)",
|
|
"totalSupply": "uint256:totalSupply",
|
|
"exchangeRateCurrent": "uint256:exchangeRateCurrent",
|
|
"underlying": "address:underlying",
|
|
"getUnderlyingPrice": "function getUnderlyingPrice(address _asset) view returns (uint256)",
|
|
"getAlliTokens": "address[]:getAlliTokens",
|
|
"isiToken": "bool:isiToken",
|
|
"getCurrentExchangeRate": "uint256:getCurrentExchangeRate",
|
|
"oracle": "address:priceOracle"
|
|
} |