Skip to content

Commit

Permalink
Merge pull request #697 from BalancerMaxis/BIP-514-Fund-Balancer-Maxi…
Browse files Browse the repository at this point in the history
…s-Q1

BIP-514-Balancer-Maxi-Funding-Q1
  • Loading branch information
Tritium-VLK committed Dec 22, 2023
2 parents 0aad771 + 2d2e221 commit e3f10ce
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
73 changes: 73 additions & 0 deletions BIPs/2023-W51/BIP-514.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1703096210660,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.3",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0xb02116fe7b19564830e62803c707c9f1485f57800b6f28ceab0ccf590edb58cf"
},
"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": "0x166f54F44F271407f24AA1BE415a730035637325",
"value": "108095000000"
}
},
{
"to": "0xba100000625a3754423978a60c9317c58a424e3D",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "name": "recipient", "type": "address", "internalType": "address" },
{ "name": "amount", "type": "uint256", "internalType": "uint256" }
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"recipient": "0x166f54F44F271407f24AA1BE415a730035637325",
"amount": "35718000000000000000000"
}
},
{
"to": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"value": "20",
"data": null,
"contractMethod": { "inputs": [], "name": "deposit", "payable": true },
"contractInputsValues": {}
},
{
"to": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "name": "dst", "type": "address" },
{ "name": "wad", "type": "uint256" }
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"dst": "0x166f54F44F271407f24AA1BE415a730035637325",
"wad": "20000000000000000000"
}
}
]
}
26 changes: 26 additions & 0 deletions BIPs/2023-W51/BIP-514.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
FILENAME: `BIPs/2023-W51/BIP-514.json`
MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)`
COMMIT: `21e363206c36bba3c3e66568c8accd544b2b0613`
CHAIN(S): `mainnet`
```
+------------+-------------------------------------------------+---------------------------------------------------------------+----------------------------------------+---------+------------+
| function | token_symbol | recipient | amount | bip | tx_index |
+============+=================================================+===============================================================+========================================+=========+============+
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | multisigs/maxi_ops:0x166f54F44F271407f24AA1BE415a730035637325 | 108095.0 (RAW: 108095000000) | BIP-514 | 0 |
+------------+-------------------------------------------------+---------------------------------------------------------------+----------------------------------------+---------+------------+
| transfer | BAL:0xba100000625a3754423978a60c9317c58a424e3D | multisigs/maxi_ops:0x166f54F44F271407f24AA1BE415a730035637325 | 35718.0 (RAW: 35718000000000000000000) | BIP-514 | 1 |
+------------+-------------------------------------------------+---------------------------------------------------------------+----------------------------------------+---------+------------+
| transfer | WETH:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 | multisigs/maxi_ops:0x166f54F44F271407f24AA1BE415a730035637325 | 20.0 (RAW: 20000000000000000000) | BIP-514 | 3 |
+------------+-------------------------------------------------+---------------------------------------------------------------+----------------------------------------+---------+------------+
```
FILENAME: `BIPs/2023-W51/BIP-514.json`
MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)`
COMMIT: `21e363206c36bba3c3e66568c8accd544b2b0613`
CHAIN(S): `mainnet`
```
+-----------+----------------------------------------------------------+---------+----------+--------------+------------+
| fx_name | to | value | inputs | bip_number | tx_index |
+===========+==========================================================+=========+==========+==============+============+
| deposit | 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 (tokens/WETH) | 20 | "N/A" | BIP-514 | N/A |
+-----------+----------------------------------------------------------+---------+----------+--------------+------------+
```

0 comments on commit e3f10ce

Please sign in to comment.