-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add staking contract events (#655)
- Loading branch information
1 parent
4bfba78
commit 208e2b4
Showing
17 changed files
with
687 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
...ces/stages/parse/table_definitions/consensys/StakingContract_event_ActivatedOperator.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...esources/stages/parse/table_definitions/consensys/StakingContract_event_ChangedAdmin.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...tages/parse/table_definitions/consensys/StakingContract_event_ChangedDepositsStopped.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...rces/stages/parse/table_definitions/consensys/StakingContract_event_ChangedGlobalFee.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...ges/parse/table_definitions/consensys/StakingContract_event_ChangedOperatorAddresses.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...es/stages/parse/table_definitions/consensys/StakingContract_event_ChangedOperatorFee.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
.../stages/parse/table_definitions/consensys/StakingContract_event_ChangedOperatorLimit.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...urces/stages/parse/table_definitions/consensys/StakingContract_event_ChangedTreasury.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
...ces/stages/parse/table_definitions/consensys/StakingContract_event_ChangedWithdrawer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...s/stages/parse/table_definitions/consensys/StakingContract_event_DeactivatedOperator.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.