tornado-relayer/abis/PriceOracle.abi.json

29 lines
529 B
JSON
Raw Normal View History

2019-12-23 17:38:44 +01:00
[
2020-10-02 12:26:05 +02:00
{
"constant": true,
"inputs": [
{
"internalType": "contract IERC20[]",
"name": "fromTokens",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "oneUnitAmounts",
"type": "uint256[]"
}
],
"name": "getPricesInETH",
"outputs": [
{
"internalType": "uint256[]",
"name": "prices",
"type": "uint256[]"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]