mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 03:51:20 +00:00
20 lines
409 B
JSON
20 lines
409 B
JSON
|
[
|
||
|
{
|
||
|
"constant": false,
|
||
|
"inputs": [
|
||
|
{
|
||
|
"name": "amounts",
|
||
|
"type": "uint64[]"
|
||
|
},
|
||
|
{
|
||
|
"name": "addresses",
|
||
|
"type": "address[]"
|
||
|
}
|
||
|
],
|
||
|
"name": "executeSystemWithdrawals",
|
||
|
"outputs": [],
|
||
|
"stateMutability": "nonpayable",
|
||
|
"type": "function"
|
||
|
}
|
||
|
]
|