From e4c4a72235010298a6a15fe359db114a2d513644 Mon Sep 17 00:00:00 2001 From: Alexander van der Bourg Date: Wed, 20 Dec 2023 22:08:31 +0100 Subject: [PATCH 1/2] BIP-517: Fund Balancer Grants for Q1 2024 - transfer 35300 USDC and 0.5 WETH to grants treasury - Tenderly-sim: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/68630b4c-6d68-42b6-9981-d47abb66c4f9 --- BIPs/2023-W51/BIP-517.json | 63 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 BIPs/2023-W51/BIP-517.json diff --git a/BIPs/2023-W51/BIP-517.json b/BIPs/2023-W51/BIP-517.json new file mode 100644 index 000000000..c604ca60d --- /dev/null +++ b/BIPs/2023-W51/BIP-517.json @@ -0,0 +1,63 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1703106144, + "meta": { + "name": "Transactions Batch", + "description": "Fund grants for Q1 2024", + "txBuilderVersion": "1.13.3", + "createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", + "createdFromOwnerAddress": "", + "checksum": "0x6f23bb3c406ccd336ce8c412cf9fe4f0d25d1bf6b3a83773481d518968971a1e" + }, + "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": "0xE2c91f3409Ad6d8cE3a2E2eb330790398CB23597", + "value": "35300000000" + } + }, + { + "to": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { + "name": "dst", + "type": "address" + }, + { + "name": "wad", + "type": "uint256" + } + ], + "name": "transfer", + "payable": false + }, + "contractInputsValues": { + "dst": "0xE2c91f3409Ad6d8cE3a2E2eb330790398CB23597", + "wad": "500000000000000000" + } + } + ] +} \ No newline at end of file From 67b11c710cd8c1fd1636e07512e828071fea2931 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 20 Dec 2023 21:10:17 +0000 Subject: [PATCH 2/2] Reformatted JSON files --- BIPs/2023-W51/BIP-517.json | 2 +- BIPs/2023-W51/BIP-517.report.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 BIPs/2023-W51/BIP-517.report.txt diff --git a/BIPs/2023-W51/BIP-517.json b/BIPs/2023-W51/BIP-517.json index c604ca60d..495316d0c 100644 --- a/BIPs/2023-W51/BIP-517.json +++ b/BIPs/2023-W51/BIP-517.json @@ -60,4 +60,4 @@ } } ] -} \ No newline at end of file +} diff --git a/BIPs/2023-W51/BIP-517.report.txt b/BIPs/2023-W51/BIP-517.report.txt new file mode 100644 index 000000000..5b9f2a63e --- /dev/null +++ b/BIPs/2023-W51/BIP-517.report.txt @@ -0,0 +1,13 @@ +FILENAME: `BIPs/2023-W51/BIP-517.json` +MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)` +COMMIT: `e4c4a72235010298a6a15fe359db114a2d513644` +CHAIN(S): `mainnet` +``` ++------------+-------------------------------------------------+----------------------------------------------------------------------+-------------------------------+---------+------------+ +| function | token_symbol | recipient | amount | bip | tx_index | ++============+=================================================+======================================================================+===============================+=========+============+ +| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | multisigs/grants_treasury:0xE2c91f3409Ad6d8cE3a2E2eb330790398CB23597 | 35300.0 (RAW: 35300000000) | BIP-517 | 0 | ++------------+-------------------------------------------------+----------------------------------------------------------------------+-------------------------------+---------+------------+ +| transfer | WETH:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 | multisigs/grants_treasury:0xE2c91f3409Ad6d8cE3a2E2eb330790398CB23597 | 0.5 (RAW: 500000000000000000) | BIP-517 | 1 | ++------------+-------------------------------------------------+----------------------------------------------------------------------+-------------------------------+---------+------------+ +```