Skip to content

Commit

Permalink
Merge pull request #700 from BalancerMaxis/BIP-517-fund-grants-q1-2024
Browse files Browse the repository at this point in the history
BIP-517: Fund Balancer Grants for Q1 2024
  • Loading branch information
Tritium-VLK committed Dec 22, 2023
2 parents a9b5c56 + 67b11c7 commit f6f6c20
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
63 changes: 63 additions & 0 deletions BIPs/2023-W51/BIP-517.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1703106144,
"meta": {
"name": "Transactions Batch",
"description": "Fund grants for Q1 2024",
"txBuilderVersion": "1.13.3",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0x6f23bb3c406ccd336ce8c412cf9fe4f0d25d1bf6b3a83773481d518968971a1e"
},
"transactions": [
{
"to": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"to": "0xE2c91f3409Ad6d8cE3a2E2eb330790398CB23597",
"value": "35300000000"
}
},
{
"to": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "dst",
"type": "address"
},
{
"name": "wad",
"type": "uint256"
}
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"dst": "0xE2c91f3409Ad6d8cE3a2E2eb330790398CB23597",
"wad": "500000000000000000"
}
}
]
}
13 changes: 13 additions & 0 deletions BIPs/2023-W51/BIP-517.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FILENAME: `BIPs/2023-W51/BIP-517.json`
MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)`
COMMIT: `e4c4a72235010298a6a15fe359db114a2d513644`
CHAIN(S): `mainnet`
```
+------------+-------------------------------------------------+----------------------------------------------------------------------+-------------------------------+---------+------------+
| function | token_symbol | recipient | amount | bip | tx_index |
+============+=================================================+======================================================================+===============================+=========+============+
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | multisigs/grants_treasury:0xE2c91f3409Ad6d8cE3a2E2eb330790398CB23597 | 35300.0 (RAW: 35300000000) | BIP-517 | 0 |
+------------+-------------------------------------------------+----------------------------------------------------------------------+-------------------------------+---------+------------+
| transfer | WETH:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 | multisigs/grants_treasury:0xE2c91f3409Ad6d8cE3a2E2eb330790398CB23597 | 0.5 (RAW: 500000000000000000) | BIP-517 | 1 |
+------------+-------------------------------------------------+----------------------------------------------------------------------+-------------------------------+---------+------------+
```

0 comments on commit f6f6c20

Please sign in to comment.