Files
2022-12-27 18:54:46 +01:00

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