Skip to content

Commit

Permalink
Merge pull request #119 from chweeee/add-lens-protocol-lens-hub-events
Browse files Browse the repository at this point in the history
Lens Protocol: Adding LensHub events
  • Loading branch information
TimNooren authored Feb 13, 2023
2 parents 48ea0d5 + 53d1bf6 commit 985e8f1
Show file tree
Hide file tree
Showing 36 changed files with 2,362 additions and 0 deletions.
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": "approved",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
}
],
"name": "Approval",
"type": "event"
},
"contract_address": "0xdb46d1dc155634fbc732f92e853b10b288ad5a1d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lens_protocol",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "approved",
"type": "STRING"
},
{
"description": "",
"name": "tokenId",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LensHub_event_Approval"
}
}
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": "operator",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "ApprovalForAll",
"type": "event"
},
"contract_address": "0xdb46d1dc155634fbc732f92e853b10b288ad5a1d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lens_protocol",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "operator",
"type": "STRING"
},
{
"description": "",
"name": "approved",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LensHub_event_ApprovalForAll"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "name",
"type": "string"
},
{
"indexed": false,
"internalType": "string",
"name": "symbol",
"type": "string"
},
{
"indexed": false,
"internalType": "uint256",
"name": "timestamp",
"type": "uint256"
}
],
"name": "BaseInitialized",
"type": "event"
},
"contract_address": "0xdb46d1dc155634fbc732f92e853b10b288ad5a1d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lens_protocol",
"schema": [
{
"description": "",
"name": "name",
"type": "STRING"
},
{
"description": "",
"name": "symbol",
"type": "STRING"
},
{
"description": "",
"name": "timestamp",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LensHub_event_BaseInitialized"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "collectModule",
"type": "address"
},
{
"indexed": true,
"internalType": "bool",
"name": "whitelisted",
"type": "bool"
},
{
"indexed": false,
"internalType": "uint256",
"name": "timestamp",
"type": "uint256"
}
],
"name": "CollectModuleWhitelisted",
"type": "event"
},
"contract_address": "0xdb46d1dc155634fbc732f92e853b10b288ad5a1d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lens_protocol",
"schema": [
{
"description": "",
"name": "collectModule",
"type": "STRING"
},
{
"description": "",
"name": "whitelisted",
"type": "STRING"
},
{
"description": "",
"name": "timestamp",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LensHub_event_CollectModuleWhitelisted"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "profileId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "uint256",
"name": "pubId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "collectNFT",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "timestamp",
"type": "uint256"
}
],
"name": "CollectNFTDeployed",
"type": "event"
},
"contract_address": "0xdb46d1dc155634fbc732f92e853b10b288ad5a1d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lens_protocol",
"schema": [
{
"description": "",
"name": "profileId",
"type": "STRING"
},
{
"description": "",
"name": "pubId",
"type": "STRING"
},
{
"description": "",
"name": "collectNFT",
"type": "STRING"
},
{
"description": "",
"name": "timestamp",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LensHub_event_CollectNFTDeployed"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "profileId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "uint256",
"name": "pubId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "timestamp",
"type": "uint256"
}
],
"name": "CollectNFTInitialized",
"type": "event"
},
"contract_address": "0xdb46d1dc155634fbc732f92e853b10b288ad5a1d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "lens_protocol",
"schema": [
{
"description": "",
"name": "profileId",
"type": "STRING"
},
{
"description": "",
"name": "pubId",
"type": "STRING"
},
{
"description": "",
"name": "timestamp",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LensHub_event_CollectNFTInitialized"
}
}
Loading

0 comments on commit 985e8f1

Please sign in to comment.