-
Notifications
You must be signed in to change notification settings - Fork 27
/
feeSweep.json
46 lines (46 loc) · 1.01 KB
/
feeSweep.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": "1.0",
"chainId": "1",
"createdAt": 1675378561300,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.11.1",
"createdFromSafeAddress": "0x7c68c42De679ffB0f16216154C996C354cF1161B",
"createdFromOwnerAddress": "",
"checksum": ""
},
"transactions": [
{
"to": "",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "contract IERC20[]",
"name": "tokens",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
}
],
"name": "withdrawCollectedFees",
"payable": false
},
"contractInputsValues": {
"amounts": "[]",
"recipient": "",
"tokens": "[]"
}
}
]
}