Skip to content

Commit

Permalink
add withdraw events for unieth/eeth/rseth (#728)
Browse files Browse the repository at this point in the history
* add withdraw events for unieth/eeth/rseth

* Update StakingManager_event_ManagerFeeWithdrawed.json
  • Loading branch information
zigzag2002 authored Jun 3, 2024
1 parent a2ddd3c commit d44d52f
Show file tree
Hide file tree
Showing 49 changed files with 2,019 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "_value",
"type": "uint256"
}
],
"name": "Claimed",
"type": "event"
},
"contract_address": "0x98169228cb99ed26c1043ed8ca53a5cb371d3b8d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bedrock",
"schema": [
{
"description": "",
"name": "_from",
"type": "STRING"
},
{
"description": "",
"name": "_to",
"type": "STRING"
},
{
"description": "",
"name": "_value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RedeemManager_event_Claimed"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint8",
"name": "version",
"type": "uint8"
}
],
"name": "Initialized",
"type": "event"
},
"contract_address": "0x98169228cb99ed26c1043ed8ca53a5cb371d3b8d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bedrock",
"schema": [
{
"description": "",
"name": "version",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RedeemManager_event_Initialized"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
"contract_address": "0x98169228cb99ed26c1043ed8ca53a5cb371d3b8d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bedrock",
"schema": [
{
"description": "",
"name": "previousOwner",
"type": "STRING"
},
{
"description": "",
"name": "newOwner",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RedeemManager_event_OwnershipTransferred"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "account",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "Paied",
"type": "event"
},
"contract_address": "0x98169228cb99ed26c1043ed8ca53a5cb371d3b8d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bedrock",
"schema": [
{
"description": "",
"name": "account",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RedeemManager_event_Paied"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "Paused",
"type": "event"
},
"contract_address": "0x98169228cb99ed26c1043ed8ca53a5cb371d3b8d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bedrock",
"schema": [
{
"description": "",
"name": "account",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RedeemManager_event_Paused"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "Unpaused",
"type": "event"
},
"contract_address": "0x98169228cb99ed26c1043ed8ca53a5cb371d3b8d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bedrock",
"schema": [
{
"description": "",
"name": "account",
"type": "STRING"
}
],
"table_description": "",
"table_name": "RedeemManager_event_Unpaused"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "diff",
"type": "uint256"
}
],
"name": "BalanceSynced",
"type": "event"
},
"contract_address": "0x4befa2aa9c305238aa3e0b5d17eb20c045269e9d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bedrock",
"schema": [
{
"description": "",
"name": "diff",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingManager_event_BalanceSynced"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "creditor",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amountEther",
"type": "uint256"
}
],
"name": "DebtQueued",
"type": "event"
},
"contract_address": "0x4befa2aa9c305238aa3e0b5d17eb20c045269e9d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bedrock",
"schema": [
{
"description": "",
"name": "creditor",
"type": "STRING"
},
{
"description": "",
"name": "amountEther",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingManager_event_DebtQueued"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "addr",
"type": "address"
}
],
"name": "DepositContractSet",
"type": "event"
},
"contract_address": "0x4befa2aa9c305238aa3e0b5d17eb20c045269e9d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bedrock",
"schema": [
{
"description": "",
"name": "addr",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingManager_event_DepositContractSet"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint8",
"name": "version",
"type": "uint8"
}
],
"name": "Initialized",
"type": "event"
},
"contract_address": "0x4befa2aa9c305238aa3e0b5d17eb20c045269e9d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bedrock",
"schema": [
{
"description": "",
"name": "version",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingManager_event_Initialized"
}
}
Loading

0 comments on commit d44d52f

Please sign in to comment.