From 47b393eee5b0cfc62c1caf4f9ee23cd8473b1c65 Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Sat, 7 Dec 2024 11:55:41 +0700 Subject: [PATCH 1/2] test: vest 1sdbal for 14days for deployer --- .../test_deposit_for_deployer.json | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 MaxiOps/sdBAL_vesters/test_deposit_for_deployer.json diff --git a/MaxiOps/sdBAL_vesters/test_deposit_for_deployer.json b/MaxiOps/sdBAL_vesters/test_deposit_for_deployer.json new file mode 100644 index 000000000..89f7e23f7 --- /dev/null +++ b/MaxiOps/sdBAL_vesters/test_deposit_for_deployer.json @@ -0,0 +1,53 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1733547183223, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.17.1", + "createdFromSafeAddress": "0x166f54F44F271407f24AA1BE415a730035637325", + "createdFromOwnerAddress": "", + "checksum": "0x10714117d4eea2f9d3d0b89a90ed62bbd6ae4b35f2171504d7b610cf340dc9f9" + }, + "transactions": [ + { + "to": "0x3E8C72655e48591d93e6dfdA16823dB0fF23d859", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "name": "_spender", "type": "address" }, + { "name": "_value", "type": "uint256" } + ], + "name": "approve", + "payable": false + }, + "contractInputsValues": { + "_spender": "0x8aB61e36265c162345b60cBAC8517e7d5dCE8381", + "_value": "1000000000000000000" + } + }, + { + "to": "0x8aB61e36265c162345b60cBAC8517e7d5dCE8381", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "internalType": "uint256", "name": "_amount", "type": "uint256" }, + { + "internalType": "uint256", + "name": "_vestingPeriod", + "type": "uint256" + } + ], + "name": "deposit", + "payable": false + }, + "contractInputsValues": { + "_amount": "1000000000000000000", + "_vestingPeriod": "1209600" + } + } + ] +} From fe4ebb4072c5048a9edecae951e2ac6db7b297dc Mon Sep 17 00:00:00 2001 From: gosuto-inzasheru Date: Sat, 7 Dec 2024 04:58:36 +0000 Subject: [PATCH 2/2] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- .../test_deposit_for_deployer.report.txt | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 MaxiOps/sdBAL_vesters/test_deposit_for_deployer.report.txt diff --git a/MaxiOps/sdBAL_vesters/test_deposit_for_deployer.report.txt b/MaxiOps/sdBAL_vesters/test_deposit_for_deployer.report.txt new file mode 100644 index 000000000..ee4c9b1f7 --- /dev/null +++ b/MaxiOps/sdBAL_vesters/test_deposit_for_deployer.report.txt @@ -0,0 +1,28 @@ +FILENAME: `MaxiOps/sdBAL_vesters/test_deposit_for_deployer.json` +MULTISIG: `multisigs/maxi_ops (mainnet:0x166f54F44F271407f24AA1BE415a730035637325)` +COMMIT: `47b393eee5b0cfc62c1caf4f9ee23cd8473b1c65` +CHAIN(S): `mainnet` +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/1b85ce9e-403f-4a5b-8932-cc17682649cb) + +``` ++---------+-----------------------------------------------------------------------------+-------+-------------------------------------------------------------------------+------------+----------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++---------+-----------------------------------------------------------------------------+-------+-------------------------------------------------------------------------+------------+----------+ +| approve | 0x3E8C72655e48591d93e6dfdA16823dB0fF23d859 (stake_dao/sdBAL_gauge_contract) | 0 | { | N/A | N/A | +| | | | "_spender": [ | | | +| | | | "0x8aB61e36265c162345b60cBAC8517e7d5dCE8381 (N/A)" | | | +| | | | ], | | | +| | | | "_value": [ | | | +| | | | "raw:1000000000000000000, 18 decimals:1, 6 decimals: 1000000000000" | | | +| | | | ] | | | +| | | | } | | | +| deposit | 0x8aB61e36265c162345b60cBAC8517e7d5dCE8381 (Not Found) | 0 | { | N/A | N/A | +| | | | "_amount": [ | | | +| | | | "raw:1000000000000000000, 18 decimals:1, 6 decimals: 1000000000000" | | | +| | | | ], | | | +| | | | "_vestingPeriod": [ | | | +| | | | "1209600" | | | +| | | | ] | | | +| | | | } | | | ++---------+-----------------------------------------------------------------------------+-------+-------------------------------------------------------------------------+------------+----------+ +```