Skip to content

Commit

Permalink
Merge pull request #573 from BalancerMaxis/BIP-456-fund-hypernative
Browse files Browse the repository at this point in the history
BIP-456: Funding Hypernative as Balancer Security Advisor
  • Loading branch information
Tritium-VLK authored Oct 21, 2023
2 parents 18b33e3 + 98c6779 commit 92dda46
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
32 changes: 32 additions & 0 deletions BIPs/2023-W42/BIP-456.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1697649908,
"meta": {
"name": "Transactions Batches",
"description": "",
"txBuilderVersion": "1.16.0",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0xae285cf93451a8c1bdba7452f6a6ce50166759e6e2683f1a68cc772e9d13dd9b"
},
"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": "0x5CA24e2A586834A7B96216D68b26A82405e3DC15",
"value": "15000000000"
}
}
]
}
10 changes: 10 additions & 0 deletions BIPs/2023-W42/BIP-456.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
File name: BIPs/2023-W42/BIP-456.json
COMMIT: `b8eb3da863ea9f68c2c8b2423e29cd82f9746a66`
CHAIN(S): `mainnet`
```
+------------+-------------------------------------------------+------------------------------------------------------------------------+----------------------------+---------+------------+
| function | token_symbol | recipient | amount | bip | tx_index |
+============+=================================================+========================================================================+============================+=========+============+
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | payees/hypernative_payments:0x5CA24e2A586834A7B96216D68b26A82405e3DC15 | 15000.0 (RAW: 15000000000) | BIP-456 | 0 |
+------------+-------------------------------------------------+------------------------------------------------------------------------+----------------------------+---------+------------+
```

0 comments on commit 92dda46

Please sign in to comment.