Skip to content

Commit

Permalink
Adding BAL Transfer from Omnichain Msig
Browse files Browse the repository at this point in the history
Omni chain multisig will repay the USDC spent in BAL from the allocated incentives program. The average price is 1.85 USD/BAL and previous transfer of 15000 USDC plus this 20000 USDC will be covered.

Net 35000 USDC / 1.85 = 18918.919 BAL
  • Loading branch information
Zen-Maxi committed Sep 19, 2024
1 parent e39853b commit 7e00670
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1726769011858,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.0",
"createdFromSafeAddress": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e",
"createdFromOwnerAddress": "",
"checksum": "0xae08639b180faa75a651c306aa01fcbc95e439a7b3d7f4b063ad18d11ce0f923"
},
"transactions": [
{
"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": "18918919000000000000000"
}
}
]
}

0 comments on commit 7e00670

Please sign in to comment.