@composable-finance/v1-sdk-defi-protocols
Version:
Provides ABIs, Addresses, and Solidity Interfaces to popular DeFi protocols.
42 lines (41 loc) • 1.09 kB
JSON
[
{
"constant": true,
"inputs": [{ "name": "", "type": "address" }],
"name": "getPrice",
"outputs": [
{
"components": [{ "name": "value", "type": "uint256" }],
"name": "",
"type": "tuple"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ONE_DOLLAR",
"outputs": [{ "name": "", "type": "uint256" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "MEDIANIZER",
"outputs": [{ "name": "", "type": "address" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [{ "name": "medianizer", "type": "address" }],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
}
]