Skip to content

Commit

Permalink
add etherfi liquid token events (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigzag2002 authored May 18, 2024
1 parent 6945ab4 commit 1888447
Show file tree
Hide file tree
Showing 20 changed files with 970 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "adaptor",
"type": "address"
},
{
"indexed": false,
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "AdaptorCalled",
"type": "event"
},
"contract_address": "0xea1a6307d9b18f8d1cbf1c3dd6aad8416c06a221",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lqidethfiv1",
"schema": [
{
"description": "",
"name": "adaptor",
"type": "STRING"
},
{
"description": "",
"name": "data",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LQIDETHFIV1Token_event_AdaptorCalled"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "adaptor",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "inCatalogue",
"type": "bool"
}
],
"name": "AdaptorCatalogueAltered",
"type": "event"
},
"contract_address": "0xea1a6307d9b18f8d1cbf1c3dd6aad8416c06a221",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lqidethfiv1",
"schema": [
{
"description": "",
"name": "adaptor",
"type": "STRING"
},
{
"description": "",
"name": "inCatalogue",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LQIDETHFIV1Token_event_AdaptorCatalogueAltered"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "asset",
"type": "address"
}
],
"name": "AlternativeAssetDropped",
"type": "event"
},
"contract_address": "0xea1a6307d9b18f8d1cbf1c3dd6aad8416c06a221",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lqidethfiv1",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LQIDETHFIV1Token_event_AlternativeAssetDropped"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint32",
"name": "holdingPosition",
"type": "uint32"
},
{
"indexed": false,
"internalType": "uint32",
"name": "depositFee",
"type": "uint32"
}
],
"name": "AlternativeAssetUpdated",
"type": "event"
},
"contract_address": "0xea1a6307d9b18f8d1cbf1c3dd6aad8416c06a221",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lqidethfiv1",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "holdingPosition",
"type": "STRING"
},
{
"description": "",
"name": "depositFee",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LQIDETHFIV1Token_event_AlternativeAssetUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "Approval",
"type": "event"
},
"contract_address": "0xea1a6307d9b18f8d1cbf1c3dd6aad8416c06a221",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lqidethfiv1",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "spender",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LQIDETHFIV1Token_event_Approval"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "user",
"type": "address"
},
{
"indexed": true,
"internalType": "contract Authority",
"name": "newAuthority",
"type": "address"
}
],
"name": "AuthorityUpdated",
"type": "event"
},
"contract_address": "0xea1a6307d9b18f8d1cbf1c3dd6aad8416c06a221",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lqidethfiv1",
"schema": [
{
"description": "",
"name": "user",
"type": "STRING"
},
{
"description": "",
"name": "newAuthority",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LQIDETHFIV1Token_event_AuthorityUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "caller",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "assets",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "shares",
"type": "uint256"
}
],
"name": "Deposit",
"type": "event"
},
"contract_address": "0xea1a6307d9b18f8d1cbf1c3dd6aad8416c06a221",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lqidethfiv1",
"schema": [
{
"description": "",
"name": "caller",
"type": "STRING"
},
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "assets",
"type": "STRING"
},
{
"description": "",
"name": "shares",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LQIDETHFIV1Token_event_Deposit"
}
}
Loading

0 comments on commit 1888447

Please sign in to comment.