Skip to content

Commit

Permalink
Merge pull request #550 from BalancerMaxis/BIP-XXX-Deposit-160K-BAL-i…
Browse files Browse the repository at this point in the history
…nto-Aave-v3

BIP-453 Deposit 160k BAL into Aave v3
  • Loading branch information
Tritium-VLK authored Oct 13, 2023
2 parents 0edace8 + 85bca0d commit 24a30e4
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
57 changes: 57 additions & 0 deletions BIPs/2023-W41/BIP-453.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
]
}
24 changes: 24 additions & 0 deletions BIPs/2023-W41/BIP-453.report.txt
Original file line number Diff line number Diff line change
@@ -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" | | |
| | | | } | | |
+-----------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+
```

0 comments on commit 24a30e4

Please sign in to comment.