Skip to content

Commit

Permalink
add kelp dao events (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurerkin authored Feb 27, 2024
1 parent 695dac8 commit 72d6788
Show file tree
Hide file tree
Showing 11 changed files with 451 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"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": false,
"internalType": "uint256",
"name": "rsethMintAmount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "string",
"name": "referralId",
"type": "string"
}
],
"name": "AssetDeposit",
"type": "event"
},
"contract_address": "0x036676389e48133b63a802f8635ad39e752d375d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "depositor",
"type": "STRING"
},
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "depositAmount",
"type": "STRING"
},
{
"description": "",
"name": "rsethMintAmount",
"type": "STRING"
},
{
"description": "",
"name": "referralId",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTDepositPool_event_AssetDeposit"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "depositor",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "depositAmount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "rsethMintAmount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "string",
"name": "referralId",
"type": "string"
}
],
"name": "ETHDeposit",
"type": "event"
},
"contract_address": "0x036676389e48133b63a802f8635ad39e752d375d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "depositor",
"type": "STRING"
},
{
"description": "",
"name": "depositAmount",
"type": "STRING"
},
{
"description": "",
"name": "rsethMintAmount",
"type": "STRING"
},
{
"description": "",
"name": "referralId",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTDepositPool_event_ETHDeposit"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "ethAmount",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "toAsset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "returnAmount",
"type": "uint256"
}
],
"name": "ETHSwappedForLST",
"type": "event"
},
"contract_address": "0x036676389e48133b63a802f8635ad39e752d375d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "ethAmount",
"type": "STRING"
},
{
"description": "",
"name": "toAsset",
"type": "STRING"
},
{
"description": "",
"name": "returnAmount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTDepositPool_event_ETHSwappedForLST"
}
}
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": "0x036676389e48133b63a802f8635ad39e752d375d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "version",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTDepositPool_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": "0x036676389e48133b63a802f8635ad39e752d375d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "maxNodeDelegatorLimit",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTDepositPool_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": "0x036676389e48133b63a802f8635ad39e752d375d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "minAmountToDeposit",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTDepositPool_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": "0x036676389e48133b63a802f8635ad39e752d375d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "nodeDelegatorContracts",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTDepositPool_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": "nodeDelegatorContracts",
"type": "address"
}
],
"name": "NodeDelegatorRemovedFromQueue",
"type": "event"
},
"contract_address": "0x036676389e48133b63a802f8635ad39e752d375d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "nodeDelegatorContracts",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTDepositPool_event_NodeDelegatorRemovedFromQueue"
}
}
Loading

0 comments on commit 72d6788

Please sign in to comment.