Skip to content

Commit

Permalink
Merge pull request #699 from BalancerMaxis/BIP-516-exit-from-d2d
Browse files Browse the repository at this point in the history
BIP-516: Exit from D2D/BAL pool
  • Loading branch information
Tritium-VLK committed Dec 22, 2023
2 parents a24cb71 + b753dda commit a9b5c56
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BIPs/2023-W51/BIP-516.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1703104627590,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.3",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0x6aad8e651d71fcecea0ff43bab49138f7bcd1efebbb2ebf0e03a7485b8311b91"
},
"transactions": [
{
"to": "0x8f4205e1604133d1875a3E771AE7e4F2b0865639",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "recipient",
"type": "address",
"internalType": "address"
},
{
"name": "amount",
"type": "uint256",
"internalType": "uint256"
}
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"recipient": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"amount": "136955000000000000000000"
}
}
]
}
11 changes: 11 additions & 0 deletions BIPs/2023-W51/BIP-516.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FILENAME: `BIPs/2023-W51/BIP-516.json`
MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)`
COMMIT: `99f8b3df6ca88aff6687814ee26be378c0038f42`
CHAIN(S): `mainnet`
```
+------------+--------------------------------------------------------+---------------------------------------------------------+------------------------------------------+---------+------------+
| function | token_symbol | recipient | amount | bip | tx_index |
+============+========================================================+=========================================================+==========================================+=========+============+
| transfer | 50N/A-50N/A:0x8f4205e1604133d1875a3E771AE7e4F2b0865639 | multisigs/lm:0xc38c5f97B34E175FFd35407fc91a937300E33860 | 136955.0 (RAW: 136955000000000000000000) | BIP-516 | 0 |
+------------+--------------------------------------------------------+---------------------------------------------------------+------------------------------------------+---------+------------+
```

0 comments on commit a9b5c56

Please sign in to comment.