Skip to content

Commit

Permalink
Merge pull request #515 from BalancerMaxis/BIP-432-Warden-BoostedPool…
Browse files Browse the repository at this point in the history
…-Refund

BIP-432: Warden Vote Market Refund for Boosted Pools
  • Loading branch information
Tritium-VLK authored Sep 23, 2023
2 parents 28701c3 + 579fac5 commit 8b934c2
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BIPs/2023-W38/BIP-432.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1695227930303,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.2",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0x8943309029f6ee5a4e2f64dc05762adafd979a4781ec1590088590e18613ad9e"
},
"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": "0xFb3bD022D5DAcF95eE28a6B07825D4Ff9C5b3814",
"value": "3380000000"
}
}
]
}
10 changes: 10 additions & 0 deletions BIPs/2023-W38/BIP-432.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
File name: BIPs/2023-W38/BIP-432.json
COMMIT: `6ff3fb09f70ed061ee9fcdc093d813aa4be36c61`
CHAIN(S): `mainnet`
```
+------------+-------------------------------------------------+------------------------------------------------+--------------------------+---------+------------+
| function | token_symbol | recipient | amount | bip | tx_index |
+============+=================================================+================================================+==========================+=========+============+
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | N/A:0xFb3bD022D5DAcF95eE28a6B07825D4Ff9C5b3814 | 3380.0 (RAW: 3380000000) | BIP-432 | 0 |
+------------+-------------------------------------------------+------------------------------------------------+--------------------------+---------+------------+
```

0 comments on commit 8b934c2

Please sign in to comment.