tornado-relayer/abis/ETHDAIOracle.json

17 lines
308 B
JSON
Raw Normal View History

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