diff --git a/BIPs/2024-W4/BIP-520.json b/BIPs/2024-W4/BIP-520.json new file mode 100644 index 000000000..8a650d6ff --- /dev/null +++ b/BIPs/2024-W4/BIP-520.json @@ -0,0 +1,32 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1703108246792, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.16.3", + "createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", + "createdFromOwnerAddress": "", + "checksum": "0xc89970ca0569367851a4d22c445d8b3a4902c3d3e0a870126b7f6860727c59b9" + }, + "transactions": [ + { + "to": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "name": "to", "type": "address", "internalType": "address" }, + { "name": "value", "type": "uint256", "internalType": "uint256" } + ], + "name": "transfer", + "payable": false + }, + "contractInputsValues": { + "to": "0x3B8910F378034FD6E103Df958863e5c684072693", + "value": "46474050000" + } + } + ] +} diff --git a/BIPs/2024-W4/BIP-520.report.txt b/BIPs/2024-W4/BIP-520.report.txt new file mode 100644 index 000000000..151b6d990 --- /dev/null +++ b/BIPs/2024-W4/BIP-520.report.txt @@ -0,0 +1,11 @@ +FILENAME: `BIPs/2024-W4/BIP-520.json` +MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)` +COMMIT: `ea87b29b0d7d9a451e2cfaaa633e797f77c95fb0` +CHAIN(S): `mainnet` +``` ++------------+-------------------------------------------------+----------------------------------------------------------------------+-----------------------------+---------+------------+ +| function | token_symbol | recipient | amount | bip | tx_index | ++============+=================================================+======================================================================+=============================+=========+============+ +| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | multisigs/foundation_opco:0x3B8910F378034FD6E103Df958863e5c684072693 | 46474.05 (RAW: 46474050000) | BIP-520 | 0 | ++------------+-------------------------------------------------+----------------------------------------------------------------------+-----------------------------+---------+------------+ +``` diff --git a/MaxiOps/01-2024/MOP-000.json b/MaxiOps/01-2024/MOP-000.json index 1f5261c17..2a3313afd 100644 --- a/MaxiOps/01-2024/MOP-000.json +++ b/MaxiOps/01-2024/MOP-000.json @@ -34,16 +34,10 @@ "payable": false }, "contractInputsValues": { - "gaugeAddresses": [ - "[0x231d84C37b2C4B5a2E2Fe325BB77DAa65bF71D92]" - ], - "amountsPerPeriod": [ - "[1000000000000000000000]" - ], - "maxPeriods": [ - "[4]" - ] + "gaugeAddresses": ["[0x231d84C37b2C4B5a2E2Fe325BB77DAa65bF71D92]"], + "amountsPerPeriod": ["[1000000000000000000000]"], + "maxPeriods": ["[4]"] } } ] -} \ No newline at end of file +}