-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from chweeee/add-lens-protocol-lens-hub-events
Lens Protocol: Adding LensHub events
- Loading branch information
Showing
36 changed files
with
2,362 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
...w/dags/resources/stages/parse/table_definitions/lens_protocol/LensHub_event_Approval.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": 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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
.../resources/stages/parse/table_definitions/lens_protocol/LensHub_event_ApprovalForAll.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": 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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...resources/stages/parse/table_definitions/lens_protocol/LensHub_event_BaseInitialized.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": "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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
.../stages/parse/table_definitions/lens_protocol/LensHub_event_CollectModuleWhitelisted.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": 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" | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
...ources/stages/parse/table_definitions/lens_protocol/LensHub_event_CollectNFTDeployed.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,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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...ces/stages/parse/table_definitions/lens_protocol/LensHub_event_CollectNFTInitialized.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": 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" | ||
} | ||
} |
Oops, something went wrong.