tornado-relayer/abis/ETHDAIOracle.json

17 lines
308 B
JSON
Raw Normal View History

2019-09-19 15:21:57 +00:00
[
{
"constant": true,
"inputs": [],
"name": "getMedianPrice",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]