Skip to content

Commit

Permalink
[Gauntlet] add puffer withdrawal manager events (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
katiebk authored Oct 22, 2024
1 parent a7f29e2 commit 37fafe6
Show file tree
Hide file tree
Showing 8 changed files with 377 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "authority",
"type": "address"
}
],
"name": "AuthorityUpdated",
"type": "event"
},
"contract_address": "0xdda0483184e75a5579ef9635ed14baccf9d50283",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "authority",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferWithdrawalManager_event_AuthorityUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "batchIdx",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "expectedETHAmount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "actualEthAmount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "pufETHBurnAmount",
"type": "uint256"
}
],
"name": "BatchFinalized",
"type": "event"
},
"contract_address": "0xdda0483184e75a5579ef9635ed14baccf9d50283",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "batchIdx",
"type": "STRING"
},
{
"description": "",
"name": "expectedETHAmount",
"type": "STRING"
},
{
"description": "",
"name": "actualEthAmount",
"type": "STRING"
},
{
"description": "",
"name": "pufETHBurnAmount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferWithdrawalManager_event_BatchFinalized"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256[]",
"name": "batchIndices",
"type": "uint256[]"
},
{
"indexed": false,
"internalType": "uint256",
"name": "totalExcessETH",
"type": "uint256"
}
],
"name": "ExcessETHReturned",
"type": "event"
},
"contract_address": "0xdda0483184e75a5579ef9635ed14baccf9d50283",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "batchIndices",
"type": "STRING"
},
{
"description": "",
"name": "totalExcessETH",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferWithdrawalManager_event_ExcessETHReturned"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint64",
"name": "version",
"type": "uint64"
}
],
"name": "Initialized",
"type": "event"
},
"contract_address": "0xdda0483184e75a5579ef9635ed14baccf9d50283",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "version",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferWithdrawalManager_event_Initialized"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "oldMaxWithdrawalAmount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "newMaxWithdrawalAmount",
"type": "uint256"
}
],
"name": "MaxWithdrawalAmountChanged",
"type": "event"
},
"contract_address": "0xdda0483184e75a5579ef9635ed14baccf9d50283",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "oldMaxWithdrawalAmount",
"type": "STRING"
},
{
"description": "",
"name": "newMaxWithdrawalAmount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferWithdrawalManager_event_MaxWithdrawalAmountChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "implementation",
"type": "address"
}
],
"name": "Upgraded",
"type": "event"
},
"contract_address": "0xdda0483184e75a5579ef9635ed14baccf9d50283",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "implementation",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferWithdrawalManager_event_Upgraded"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "withdrawalIdx",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "ethPayoutAmount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "payoutExchangeRate",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "recipient",
"type": "address"
}
],
"name": "WithdrawalCompleted",
"type": "event"
},
"contract_address": "0xdda0483184e75a5579ef9635ed14baccf9d50283",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "withdrawalIdx",
"type": "STRING"
},
{
"description": "",
"name": "ethPayoutAmount",
"type": "STRING"
},
{
"description": "",
"name": "payoutExchangeRate",
"type": "STRING"
},
{
"description": "",
"name": "recipient",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferWithdrawalManager_event_WithdrawalCompleted"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "withdrawalIdx",
"type": "uint256"
},
{
"indexed": true,
"internalType": "uint256",
"name": "batchIdx",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "pufETHAmount",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "recipient",
"type": "address"
}
],
"name": "WithdrawalRequested",
"type": "event"
},
"contract_address": "0xdda0483184e75a5579ef9635ed14baccf9d50283",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "withdrawalIdx",
"type": "STRING"
},
{
"description": "",
"name": "batchIdx",
"type": "STRING"
},
{
"description": "",
"name": "pufETHAmount",
"type": "STRING"
},
{
"description": "",
"name": "recipient",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferWithdrawalManager_event_WithdrawalRequested"
}
}

0 comments on commit 37fafe6

Please sign in to comment.