mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
24 lines
537 B
JSON
24 lines
537 B
JSON
[
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{
|
|
"name": "maxNumberOfFailedWithdrawalsToProcess",
|
|
"type": "uint256"
|
|
},
|
|
{
|
|
"name": "amounts",
|
|
"type": "uint64[]"
|
|
},
|
|
{
|
|
"name": "addresses",
|
|
"type": "address[]"
|
|
}
|
|
],
|
|
"name": "executeSystemWithdrawals",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
}
|
|
]
|