Skip to content

Commit

Permalink
feat: add staking contract events (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey-barr authored Jan 5, 2024
1 parent 4bfba78 commit 208e2b4
Show file tree
Hide file tree
Showing 17 changed files with 687 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": "uint256",
"name": "_operatorIndex",
"type": "uint256"
}
],
"name": "ActivatedOperator",
"type": "event"
},
"contract_address": "0xdc71affc862fceb6ad32be58e098423a7727bebd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "consensys",
"schema": [
{
"description": "",
"name": "_operatorIndex",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingContract_event_ActivatedOperator"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "newAdmin",
"type": "address"
}
],
"name": "ChangedAdmin",
"type": "event"
},
"contract_address": "0xdc71affc862fceb6ad32be58e098423a7727bebd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "consensys",
"schema": [
{
"description": "",
"name": "newAdmin",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingContract_event_ChangedAdmin"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "bool",
"name": "isStopped",
"type": "bool"
}
],
"name": "ChangedDepositsStopped",
"type": "event"
},
"contract_address": "0xdc71affc862fceb6ad32be58e098423a7727bebd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "consensys",
"schema": [
{
"description": "",
"name": "isStopped",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingContract_event_ChangedDepositsStopped"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "newGlobalFee",
"type": "uint256"
}
],
"name": "ChangedGlobalFee",
"type": "event"
},
"contract_address": "0xdc71affc862fceb6ad32be58e098423a7727bebd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "consensys",
"schema": [
{
"description": "",
"name": "newGlobalFee",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingContract_event_ChangedGlobalFee"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "operatorIndex",
"type": "uint256"
},
{
"indexed": false,
"internalType": "address",
"name": "operatorAddress",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "feeRecipientAddress",
"type": "address"
}
],
"name": "ChangedOperatorAddresses",
"type": "event"
},
"contract_address": "0xdc71affc862fceb6ad32be58e098423a7727bebd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "consensys",
"schema": [
{
"description": "",
"name": "operatorIndex",
"type": "STRING"
},
{
"description": "",
"name": "operatorAddress",
"type": "STRING"
},
{
"description": "",
"name": "feeRecipientAddress",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingContract_event_ChangedOperatorAddresses"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "newOperatorFee",
"type": "uint256"
}
],
"name": "ChangedOperatorFee",
"type": "event"
},
"contract_address": "0xdc71affc862fceb6ad32be58e098423a7727bebd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "consensys",
"schema": [
{
"description": "",
"name": "newOperatorFee",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingContract_event_ChangedOperatorFee"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "operatorIndex",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "limit",
"type": "uint256"
}
],
"name": "ChangedOperatorLimit",
"type": "event"
},
"contract_address": "0xdc71affc862fceb6ad32be58e098423a7727bebd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "consensys",
"schema": [
{
"description": "",
"name": "operatorIndex",
"type": "STRING"
},
{
"description": "",
"name": "limit",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingContract_event_ChangedOperatorLimit"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "newTreasury",
"type": "address"
}
],
"name": "ChangedTreasury",
"type": "event"
},
"contract_address": "0xdc71affc862fceb6ad32be58e098423a7727bebd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "consensys",
"schema": [
{
"description": "",
"name": "newTreasury",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingContract_event_ChangedTreasury"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "bytes",
"name": "publicKey",
"type": "bytes"
},
{
"indexed": false,
"internalType": "address",
"name": "newWithdrawer",
"type": "address"
}
],
"name": "ChangedWithdrawer",
"type": "event"
},
"contract_address": "0xdc71affc862fceb6ad32be58e098423a7727bebd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "consensys",
"schema": [
{
"description": "",
"name": "publicKey",
"type": "STRING"
},
{
"description": "",
"name": "newWithdrawer",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingContract_event_ChangedWithdrawer"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "_operatorIndex",
"type": "uint256"
}
],
"name": "DeactivatedOperator",
"type": "event"
},
"contract_address": "0xdc71affc862fceb6ad32be58e098423a7727bebd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "consensys",
"schema": [
{
"description": "",
"name": "_operatorIndex",
"type": "STRING"
}
],
"table_description": "",
"table_name": "StakingContract_event_DeactivatedOperator"
}
}
Loading

0 comments on commit 208e2b4

Please sign in to comment.