Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions TreasuryOps/gno-redemption/gno-redemption-deposit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": "1.0",
"chainId": "100",
"createdAt": 1784046811140,
"meta": {
"name": "Approve and deposit treasury GNO into GIP-151 RedemptionDeposit",
"createdFromSafeAddress": "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89"
},
"transactions": [
{
"to": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "approve",
"payable": false
},
"contractInputsValues": {
"spender": "0xB53e4a513C1fbb11a66Da851643126D933489C4D",
"amount": "10332241146549438564023"
}
},
{
"to": "0xB53e4a513C1fbb11a66Da851643126D933489C4D",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "deposit",
"payable": false
},
"contractInputsValues": {
"token": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb",
"amount": "10332241146549438564023"
}
}
]
}
28 changes: 28 additions & 0 deletions TreasuryOps/gno-redemption/gno-redemption-deposit.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
FILENAME: `TreasuryOps/gno-redemption/gno-redemption-deposit.json`
MULTISIG: `multisigs/treasury (gnosis:0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89)`
COMMIT: `b4fa539f0e416b09723e9aa7561d99cb0a5bf2aa`
CHAIN(S): `gnosis`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/2471ea6e-939e-4fa1-8563-ed87d72c618c)

```
+---------+--------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------------------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+---------+--------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------------------+------------+----------+
| approve | 0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb (Not Found) | 0 | { | N/A | N/A |
| | | | "spender": [ | | |
| | | | "0xB53e4a513C1fbb11a66Da851643126D933489C4D (N/A)" | | |
| | | | ], | | |
| | | | "amount": [ | | |
| | | | "raw:10332241146549438564023, 18 decimals:10332.241146549438564023, 6 decimals: 10332241146549438.564023" | | |
| | | | ] | | |
| | | | } | | |
| deposit | 0xB53e4a513C1fbb11a66Da851643126D933489C4D (Not Found) | 0 | { | N/A | N/A |
| | | | "token": [ | | |
| | | | "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb (N/A)" | | |
| | | | ], | | |
| | | | "amount": [ | | |
| | | | "raw:10332241146549438564023, 18 decimals:10332.241146549438564023, 6 decimals: 10332241146549438.564023" | | |
| | | | ] | | |
| | | | } | | |
+---------+--------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------------------+------------+----------+
```
Loading