Skip to content

Commit

Permalink
Merge pull request #703 from BalancerMaxis/BIP-520-Funding-Ecosystem-…
Browse files Browse the repository at this point in the history
…Onsite-Q2-2024

BIP-520-Funding-Ecosystem-Onsite-Q2-2024
  • Loading branch information
Tritium-VLK committed Jan 19, 2024
2 parents 16906f3 + 670bef0 commit 56bf8ac
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 10 deletions.
32 changes: 32 additions & 0 deletions BIPs/2024-W4/BIP-520.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
]
}
11 changes: 11 additions & 0 deletions BIPs/2024-W4/BIP-520.report.txt
Original file line number Diff line number Diff line change
@@ -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 |
+------------+-------------------------------------------------+----------------------------------------------------------------------+-----------------------------+---------+------------+
```
14 changes: 4 additions & 10 deletions MaxiOps/01-2024/MOP-000.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,10 @@
"payable": false
},
"contractInputsValues": {
"gaugeAddresses": [
"[0x231d84C37b2C4B5a2E2Fe325BB77DAa65bF71D92]"
],
"amountsPerPeriod": [
"[1000000000000000000000]"
],
"maxPeriods": [
"[4]"
]
"gaugeAddresses": ["[0x231d84C37b2C4B5a2E2Fe325BB77DAa65bF71D92]"],
"amountsPerPeriod": ["[1000000000000000000000]"],
"maxPeriods": ["[4]"]
}
}
]
}
}

0 comments on commit 56bf8ac

Please sign in to comment.