Skip to content

Commit

Permalink
Merge pull request #568 from BalancerMaxis/BIP-XXX-DNS-Attack-Refund
Browse files Browse the repository at this point in the history
BIP-455: DNS-Attack-Refund
  • Loading branch information
Tritium-VLK authored Oct 22, 2023
2 parents d205b4b + 6679b93 commit bdb0772
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
83 changes: 83 additions & 0 deletions BIPs/2023-W42/BIP-455.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1697512615126,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.3",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0x746fbb89bf27645dff3de5214b0c9f1b2690e640adfeaee7aab8d9349160c4c4"
},
"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": "0x1511e7Fe2e06BBc75Eb4CeeE7c7dC5f9af6bb781",
"value": "108102830000"
}
},
{
"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": "0xf1Ca67191b4b0FD07d8ab924E6244127E3bdeCC4",
"value": "2656700000"
}
},
{
"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": "0x3056B7039deb4347CA9AB2aBD7b5785fcDCc0ebf",
"value": "488720000"
}
},
{
"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": "0xa7A13659692239c143daE313a0116D5b5C18d26C",
"value": "10366580000"
}
}
]
}
16 changes: 16 additions & 0 deletions BIPs/2023-W42/BIP-455.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
File name: BIPs/2023-W42/BIP-455.json
COMMIT: `e78ae9ed9a19bddd23e3e63f0dc329223f7d55d4`
CHAIN(S): `mainnet`
```
+------------+-------------------------------------------------+------------------------------------------------+-------------------------------+---------+------------+
| function | token_symbol | recipient | amount | bip | tx_index |
+============+=================================================+================================================+===============================+=========+============+
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | N/A:0x1511e7Fe2e06BBc75Eb4CeeE7c7dC5f9af6bb781 | 108102.83 (RAW: 108102830000) | BIP-455 | 0 |
+------------+-------------------------------------------------+------------------------------------------------+-------------------------------+---------+------------+
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | N/A:0xf1Ca67191b4b0FD07d8ab924E6244127E3bdeCC4 | 2656.7 (RAW: 2656700000) | BIP-455 | 1 |
+------------+-------------------------------------------------+------------------------------------------------+-------------------------------+---------+------------+
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | N/A:0x3056B7039deb4347CA9AB2aBD7b5785fcDCc0ebf | 488.72 (RAW: 488720000) | BIP-455 | 2 |
+------------+-------------------------------------------------+------------------------------------------------+-------------------------------+---------+------------+
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | N/A:0xa7A13659692239c143daE313a0116D5b5C18d26C | 10366.58 (RAW: 10366580000) | BIP-455 | 3 |
+------------+-------------------------------------------------+------------------------------------------------+-------------------------------+---------+------------+
```

0 comments on commit bdb0772

Please sign in to comment.