Skip to content

Commit

Permalink
Merge pull request #1196 from BalancerMaxis/BIP-XXX-CowAMM-POL
Browse files Browse the repository at this point in the history
[BIP-666] CoWAMM POL
  • Loading branch information
Tritium-VLK authored Aug 1, 2024
2 parents b8c523f + 7da920f commit 11aaf8f
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 0 deletions.
88 changes: 88 additions & 0 deletions BIPs/2024-W32/BIP-666-COWAMM-POL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1722379034694,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.5",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0x1b927c6d59c25e2a5f14d94e180665f9c989f6cb2d6616bb8eec5104a3a69b96"
},
"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": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"value": "125000000000"
}
},
{
"to": "0xba100000625a3754423978a60c9317c58a424e3D",
"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": "213675210000000000000000"
}
},
{
"to": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "dst",
"type": "address"
},
{
"name": "wad",
"type": "uint256"
}
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"dst": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"wad": "118260000000000000000"
}
}
]
}
14 changes: 14 additions & 0 deletions BIPs/2024-W32/BIP-666-COWAMM-POL.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FILENAME: `BIPs/2024-W32/BIP-666-COWAMM-POL.json`
MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)`
COMMIT: `93855f80055397b6251454c3c632faf040b73e90`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/733d8cc3-f39b-4e76-914d-6bfc06ea8a9b)
```
+----------+-------------------------------------------------+---------------------------------------------------------+-------------------------------------------+---------+----------+
| function | token_symbol | recipient | amount | bip | tx_index |
+----------+-------------------------------------------------+---------------------------------------------------------+-------------------------------------------+---------+----------+
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | multisigs/lm:0xc38c5f97B34E175FFd35407fc91a937300E33860 | 125000.0 (RAW: 125000000000) | BIP-666 | 0 |
| transfer | BAL:0xba100000625a3754423978a60c9317c58a424e3D | multisigs/lm:0xc38c5f97B34E175FFd35407fc91a937300E33860 | 213675.21 (RAW: 213675210000000000000000) | BIP-666 | 1 |
| transfer | WETH:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 | multisigs/lm:0xc38c5f97B34E175FFd35407fc91a937300E33860 | 118.26 (RAW: 118260000000000000000) | BIP-666 | 2 |
+----------+-------------------------------------------------+---------------------------------------------------------+-------------------------------------------+---------+----------+
```

0 comments on commit 11aaf8f

Please sign in to comment.