tornado-relayer/abis/ETHDAIOracle.json
2019-09-19 18:21:57 +03:00

17 lines
308 B
JSON

[
{
"constant": true,
"inputs": [],
"name": "getMedianPrice",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]