mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
28 lines
454 B
JSON
28 lines
454 B
JSON
[
|
|
{
|
|
"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"
|
|
}
|
|
] |