Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEAR-v2-injector-program-CoWAMM-6wks
Browse files Browse the repository at this point in the history
Per Gearbox request to keep GEAR flowing
Zen-Maxi committed Jan 23, 2025
1 parent 95821b7 commit 89e29b5
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1737651690751,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.18.0",
"createdFromSafeAddress": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e",
"createdFromOwnerAddress": "",
"checksum": "0xac46075d5905be482ff5a9e37c43bc5b86d98ba57659e3708ffb755aee9ce804"
},
"transactions": [
{
"to": "0xfa7b21B30325DBbd4A71ee2B2EDE74A7d8A2c0E4",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "recipients",
"type": "address[]",
"internalType": "address[]"
},
{
"name": "amountPerPeriod",
"type": "uint256",
"internalType": "uint256"
},
{ "name": "maxPeriods", "type": "uint8", "internalType": "uint8" },
{
"name": "doNotStartBeforeTimestamp",
"type": "uint56",
"internalType": "uint56"
}
],
"name": "addRecipients",
"payable": false
},
"contractInputsValues": {
"recipients": "[0xa7dc263370ba6ad86a1971eecf37e581d5f04e11]",
"amountPerPeriod": "79487179490000000000000",
"maxPeriods": "6",
"doNotStartBeforeTimestamp": "1737651664"
}
}
]
}

0 comments on commit 89e29b5

Please sign in to comment.