From 7131e4e7fc75ffc6c0f102fe3a611fb305786935 Mon Sep 17 00:00:00 2001 From: jogeorgeou Date: Wed, 11 Oct 2023 20:45:40 -0400 Subject: [PATCH 1/4] BIP-XXX Deposit 160k BAL into Aave v3 DAO Multisig approves the Aave v3 Proxy contract as the spender address of 160k BAL. Then the DAO Multisig supplies 160k BAL to the Aave v3 Contract on behalf of itself to receive the aTokens. --- ...XXX-Depost-160k-BAL-into-Aave-v3.json.json | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.json.json diff --git a/BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.json.json b/BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.json.json new file mode 100644 index 000000000..465ed5974 --- /dev/null +++ b/BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.json.json @@ -0,0 +1,57 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1697071040673, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.16.3", + "createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", + "createdFromOwnerAddress": "", + "checksum": "0x62177b565166ff1c69c9dd8179cffad30e2c1d453c08237d2a58acdf50c74501" + }, + "transactions": [ + { + "to": "0xba100000625a3754423978a60c9317c58a424e3D", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "name": "spender", "type": "address", "internalType": "address" }, + { "name": "amount", "type": "uint256", "internalType": "uint256" } + ], + "name": "approve", + "payable": false + }, + "contractInputsValues": { + "spender": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2", + "amount": "160000000000000000000000" + } + }, + { + "to": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "internalType": "address", "name": "asset", "type": "address" }, + { "internalType": "uint256", "name": "amount", "type": "uint256" }, + { + "internalType": "address", + "name": "onBehalfOf", + "type": "address" + }, + { "internalType": "uint16", "name": "referralCode", "type": "uint16" } + ], + "name": "supply", + "payable": false + }, + "contractInputsValues": { + "asset": "0xba100000625a3754423978a60c9317c58a424e3D", + "amount": "160000000000000000000000", + "onBehalfOf": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", + "referralCode": "0" + } + } + ] +} From 756113e7c397765caf795ddbdc7a348c93715e2d Mon Sep 17 00:00:00 2001 From: Zen-Maxi Date: Thu, 12 Oct 2023 00:47:52 +0000 Subject: [PATCH 2/4] Reformatted JSON files --- ...60k-BAL-into-Aave-v3.report.txt.report.txt | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.report.txt.report.txt diff --git a/BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.report.txt.report.txt b/BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.report.txt.report.txt new file mode 100644 index 000000000..a0c23779b --- /dev/null +++ b/BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.report.txt.report.txt @@ -0,0 +1,24 @@ +File name: BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.json.json +COMMIT: `7131e4e7fc75ffc6c0f102fe3a611fb305786935` +CHAIN(S): `1` +``` ++-----------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++===========+=========================================================+=========+================================================================+==============+============+ +| approve | 0xba100000625a3754423978a60c9317c58a424e3D (tokens/BAL) | 0 | { | N/A | N/A | +| | | | "spender": [ | | | +| | | | "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2 (N/A) " | | | +| | | | ], | | | +| | | | "amount": "160000000000000000000000" | | | +| | | | } | | | ++-----------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+ +| supply | 0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2 (Not Found) | 0 | { | N/A | N/A | +| | | | "asset": [ | | | +| | | | "0xba100000625a3754423978a60c9317c58a424e3D (tokens/BAL) " | | | +| | | | ], | | | +| | | | "amount": "160000000000000000000000", | | | +| | | | "onBehalfOf": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | +| | | | "referralCode": "0" | | | +| | | | } | | | ++-----------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+ +``` From 85a5eca25989d6fd008391e6733eaf1c166f0ae0 Mon Sep 17 00:00:00 2001 From: Alexander van der Bourg Date: Thu, 12 Oct 2023 15:43:20 +0200 Subject: [PATCH 3/4] assign BIP ID --- ...AL-into-Aave-v3.json.json => BIP-453.json} | 0 ...60k-BAL-into-Aave-v3.report.txt.report.txt | 24 ------------------- 2 files changed, 24 deletions(-) rename BIPs/2023-W41/{BIP-XXX-Depost-160k-BAL-into-Aave-v3.json.json => BIP-453.json} (100%) delete mode 100644 BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.report.txt.report.txt diff --git a/BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.json.json b/BIPs/2023-W41/BIP-453.json similarity index 100% rename from BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.json.json rename to BIPs/2023-W41/BIP-453.json diff --git a/BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.report.txt.report.txt b/BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.report.txt.report.txt deleted file mode 100644 index a0c23779b..000000000 --- a/BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.report.txt.report.txt +++ /dev/null @@ -1,24 +0,0 @@ -File name: BIPs/2023-W41/BIP-XXX-Depost-160k-BAL-into-Aave-v3.json.json -COMMIT: `7131e4e7fc75ffc6c0f102fe3a611fb305786935` -CHAIN(S): `1` -``` -+-----------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+ -| fx_name | to | value | inputs | bip_number | tx_index | -+===========+=========================================================+=========+================================================================+==============+============+ -| approve | 0xba100000625a3754423978a60c9317c58a424e3D (tokens/BAL) | 0 | { | N/A | N/A | -| | | | "spender": [ | | | -| | | | "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2 (N/A) " | | | -| | | | ], | | | -| | | | "amount": "160000000000000000000000" | | | -| | | | } | | | -+-----------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+ -| supply | 0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2 (Not Found) | 0 | { | N/A | N/A | -| | | | "asset": [ | | | -| | | | "0xba100000625a3754423978a60c9317c58a424e3D (tokens/BAL) " | | | -| | | | ], | | | -| | | | "amount": "160000000000000000000000", | | | -| | | | "onBehalfOf": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | -| | | | "referralCode": "0" | | | -| | | | } | | | -+-----------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+ -``` From 85bca0dabfc4dd6a1c35cc8027466237185c8aa9 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Thu, 12 Oct 2023 13:45:06 +0000 Subject: [PATCH 4/4] Reformatted JSON files --- BIPs/2023-W41/BIP-453.report.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 BIPs/2023-W41/BIP-453.report.txt diff --git a/BIPs/2023-W41/BIP-453.report.txt b/BIPs/2023-W41/BIP-453.report.txt new file mode 100644 index 000000000..966d001ae --- /dev/null +++ b/BIPs/2023-W41/BIP-453.report.txt @@ -0,0 +1,24 @@ +File name: BIPs/2023-W41/BIP-453.json +COMMIT: `85a5eca25989d6fd008391e6733eaf1c166f0ae0` +CHAIN(S): `1` +``` ++-----------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++===========+=========================================================+=========+================================================================+==============+============+ +| approve | 0xba100000625a3754423978a60c9317c58a424e3D (tokens/BAL) | 0 | { | BIP-453 | N/A | +| | | | "spender": [ | | | +| | | | "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2 (N/A) " | | | +| | | | ], | | | +| | | | "amount": "160000000000000000000000" | | | +| | | | } | | | ++-----------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+ +| supply | 0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2 (Not Found) | 0 | { | BIP-453 | N/A | +| | | | "asset": [ | | | +| | | | "0xba100000625a3754423978a60c9317c58a424e3D (tokens/BAL) " | | | +| | | | ], | | | +| | | | "amount": "160000000000000000000000", | | | +| | | | "onBehalfOf": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | +| | | | "referralCode": "0" | | | +| | | | } | | | ++-----------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+ +```