Skip to content

Commit

Permalink
add eigenpie events (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurerkin authored Feb 27, 2024
1 parent 72d6788 commit 10e87cb
Show file tree
Hide file tree
Showing 10 changed files with 386 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "depositor",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "depositAmount",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "referral",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "mintedAmount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "bool",
"name": "isPreDepsoit",
"type": "bool"
}
],
"name": "AssetDeposit",
"type": "event"
},
"contract_address": "0x24db6717db1c75b9db6ea47164d8730b63875db7",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "eigenpie",
"schema": [
{
"description": "",
"name": "depositor",
"type": "STRING"
},
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "depositAmount",
"type": "STRING"
},
{
"description": "",
"name": "referral",
"type": "STRING"
},
{
"description": "",
"name": "mintedAmount",
"type": "STRING"
},
{
"description": "",
"name": "isPreDepsoit",
"type": "STRING"
}
],
"table_description": "",
"table_name": "EigenpieStaking_event_AssetDeposit"
}
}
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": "0x24db6717db1c75b9db6ea47164d8730b63875db7",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "eigenpie",
"schema": [
{
"description": "",
"name": "version",
"type": "STRING"
}
],
"table_description": "",
"table_name": "EigenpieStaking_event_Initialized"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "maxNodeDelegatorLimit",
"type": "uint256"
}
],
"name": "MaxNodeDelegatorLimitUpdated",
"type": "event"
},
"contract_address": "0x24db6717db1c75b9db6ea47164d8730b63875db7",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "eigenpie",
"schema": [
{
"description": "",
"name": "maxNodeDelegatorLimit",
"type": "STRING"
}
],
"table_description": "",
"table_name": "EigenpieStaking_event_MaxNodeDelegatorLimitUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "minAmountToDeposit",
"type": "uint256"
}
],
"name": "MinAmountToDepositUpdated",
"type": "event"
},
"contract_address": "0x24db6717db1c75b9db6ea47164d8730b63875db7",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "eigenpie",
"schema": [
{
"description": "",
"name": "minAmountToDeposit",
"type": "STRING"
}
],
"table_description": "",
"table_name": "EigenpieStaking_event_MinAmountToDepositUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address[]",
"name": "nodeDelegatorContracts",
"type": "address[]"
}
],
"name": "NodeDelegatorAddedinQueue",
"type": "event"
},
"contract_address": "0x24db6717db1c75b9db6ea47164d8730b63875db7",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "eigenpie",
"schema": [
{
"description": "",
"name": "nodeDelegatorContracts",
"type": "STRING"
}
],
"table_description": "",
"table_name": "EigenpieStaking_event_NodeDelegatorAddedinQueue"
}
}
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": "0x24db6717db1c75b9db6ea47164d8730b63875db7",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "eigenpie",
"schema": [
{
"description": "",
"name": "account",
"type": "STRING"
}
],
"table_description": "",
"table_name": "EigenpieStaking_event_Paused"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "oldPreDepositHelper",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "newPreDepositHelper",
"type": "address"
}
],
"name": "PreDepositHelperChanged",
"type": "event"
},
"contract_address": "0x24db6717db1c75b9db6ea47164d8730b63875db7",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "eigenpie",
"schema": [
{
"description": "",
"name": "oldPreDepositHelper",
"type": "STRING"
},
{
"description": "",
"name": "newPreDepositHelper",
"type": "STRING"
}
],
"table_description": "",
"table_name": "EigenpieStaking_event_PreDepositHelperChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "bool",
"name": "newIsPreDeposit",
"type": "bool"
}
],
"name": "PreDepositStatusChanged",
"type": "event"
},
"contract_address": "0x24db6717db1c75b9db6ea47164d8730b63875db7",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "eigenpie",
"schema": [
{
"description": "",
"name": "newIsPreDeposit",
"type": "STRING"
}
],
"table_description": "",
"table_name": "EigenpieStaking_event_PreDepositStatusChanged"
}
}
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": "0x24db6717db1c75b9db6ea47164d8730b63875db7",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "eigenpie",
"schema": [
{
"description": "",
"name": "account",
"type": "STRING"
}
],
"table_description": "",
"table_name": "EigenpieStaking_event_Unpaused"
}
}
Loading

0 comments on commit 10e87cb

Please sign in to comment.