-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1493 from BalancerMaxis/discretionary-pay-oct-2024
Discretionary Payments: October 2024
- Loading branch information
Showing
2 changed files
with
105 additions
and
0 deletions.
There are no files selected for viewing
90 changes: 90 additions & 0 deletions
90
MaxiOps/Payroll_Txns/Q4_2024/Discretionary_Pay_Oct_2024.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"version": "1.0", | ||
"chainId": "1", | ||
"createdAt": 1730876384604, | ||
"meta": { | ||
"name": "Transactions Batch", | ||
"description": "Payment", | ||
"txBuilderVersion": "1.13.3", | ||
"createdFromSafeAddress": "0x166f54F44F271407f24AA1BE415a730035637325", | ||
"createdFromOwnerAddress": "", | ||
"checksum": "" | ||
}, | ||
"transactions": [ | ||
{ | ||
"to": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "to", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "value", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "transfer", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"to": "0x94ac474B5Badc251Cf11C06713FB1E522de0747E", | ||
"value": "747500000" | ||
} | ||
}, | ||
{ | ||
"to": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "to", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "value", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "transfer", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"to": "0xA0c60A3Bf0934869f03955f3431E044059B03E62", | ||
"value": "5280000000" | ||
} | ||
}, | ||
{ | ||
"to": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "to", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "value", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "transfer", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"to": "0xE24fA83aF4dDd6d3e448908ed3F931f0A23a6096", | ||
"value": "2880000000" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
MaxiOps/Payroll_Txns/Q4_2024/Discretionary_Pay_Oct_2024.report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FILENAME: `MaxiOps/Payroll_Txns/Q4_2024/Discretionary_Pay_Oct_2024.json` | ||
MULTISIG: `multisigs/maxi_ops (mainnet:0x166f54F44F271407f24AA1BE415a730035637325)` | ||
COMMIT: `23430497cc14896dca821f9b7578277055e5a3ea` | ||
CHAIN(S): `mainnet` | ||
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/850b4af1-5be7-4dc5-a014-51c811d6f6b4) | ||
|
||
``` | ||
+----------+-------------------------------------------------+-----------------------------------------------------------------------------+--------------------------+-----+----------+ | ||
| function | token_symbol | recipient | amount | bip | tx_index | | ||
+----------+-------------------------------------------------+-----------------------------------------------------------------------------+--------------------------+-----+----------+ | ||
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | payees/onchainification-labs:0x94ac474B5Badc251Cf11C06713FB1E522de0747E | 747.5 (RAW: 747500000) | N/A | 0 | | ||
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | EOA/contributors-payees/jalbrekt:0xA0c60A3Bf0934869f03955f3431E044059B03E62 | 5280.0 (RAW: 5280000000) | N/A | 1 | | ||
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | EOA/contributors-payees/hyferion:0xE24fA83aF4dDd6d3e448908ed3F931f0A23a6096 | 2880.0 (RAW: 2880000000) | N/A | 2 | | ||
+----------+-------------------------------------------------+-----------------------------------------------------------------------------+--------------------------+-----+----------+ | ||
``` |