From 50ed3a3d35573a8854dfed0ccfdf7919a6880435 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Mon, 5 Aug 2024 14:34:35 +0200 Subject: [PATCH] Freelancer Payroll: July 2024 - Pay Jalbrekt $4740 - Pay Hyferion $3045 - [Budgeting sheet](https://docs.google.com/spreadsheets/d/10J_m6A6iQGy86cZf_m0BJCfOWXsKU0q2_Ku6GSgJWk4/edit?usp=sharing) --- .../Q3_2024/Freelancer_USDC_July_2024.json | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 MaxiOps/Payroll_Txns/Q3_2024/Freelancer_USDC_July_2024.json diff --git a/MaxiOps/Payroll_Txns/Q3_2024/Freelancer_USDC_July_2024.json b/MaxiOps/Payroll_Txns/Q3_2024/Freelancer_USDC_July_2024.json new file mode 100644 index 000000000..cbe372fa3 --- /dev/null +++ b/MaxiOps/Payroll_Txns/Q3_2024/Freelancer_USDC_July_2024.json @@ -0,0 +1,65 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1722860984399, + "meta": { + "name": "Transactions Batch", + "description": "Pay Jalbrekt and Hyferion Freelance work for July 2024", + "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": "0xA0c60A3Bf0934869f03955f3431E044059B03E62", + "value": "4740000000" + } + }, + { + "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": "3045000000" + } + } + ] +}