Tables
ERC721LazyPayableClaim_ClaimMint_event
ERC-721 (Non-Fungible Token) lazy claim mint events emitted by Manifold creator claim contracts when tokens are minted through a payable claim campaign. Links claim instances to creator contracts for tracking NFT distribution through lazy minting mechanisms.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_creatorContract | STRING | Contract address of the NFT creator contract associated with the claim or redeem operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_instanceId | STRING | Unique identifier for a claim or burn-redeem campaign instance within the Manifold contract system. Numeric string representation of the instance ID. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_instanceId | block_timestamp | transaction_hash | in_creatorContract |
|---|---|---|---|---|---|---|---|
| 0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17e | false | 221 | 18435763 | 82817264 | 2023-10-26T17:05:11.000Z | 0xfcd55466cb5eea795491044d791f643e487b2cc8a6639d7d63216614ea6b35e6 | 0x0a3e80b8e644a6b17d4bba5674045d98110afea6 |
| 0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17e | false | 158 | 18432537 | 50860272 | 2023-10-26T06:14:35.000Z | 0x551b1b89b7371500cb0c254496623e664a8709e06dd157489b655ec706f20782 | 0x25048d4426bef632e368109c709d2f53e89abc05 |
| 0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17e | false | 337 | 18433289 | 51839216 | 2023-10-26T08:45:35.000Z | 0xa28fe374dc3fb05ee248b10786f453288a1c7abe5ed65dfdd633f66a943e94f9 | 0x3799296e1abc777d949601d1763d59fbfc8ef1bb |
Example Query
Example Query
Query with partition filter
ERC721LazyPayableClaim_ClaimMintBatch_event
ERC-721 batch mint claim events emitted by Manifold’s lazy payable claim contracts when multiple NFTs are minted in a single transaction through a claim campaign. Links creator contract addresses to claim instances and tracks quantity minted per batch operation.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_creatorContract | STRING | Contract address of the NFT creator contract associated with the claim or redeem operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_instanceId | STRING | Unique identifier for a claim or burn-redeem campaign instance within the Manifold contract system. Numeric string representation of the instance ID. |
in_mintCount | STRING | Number of tokens minted in the batch operation. Numeric string representation of the mint quantity. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_mintCount | in_instanceId | block_timestamp | transaction_hash | in_creatorContract |
|---|---|---|---|---|---|---|---|---|
| 0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17e | false | 93 | 17318611 | 5 | 1054433520 | 2023-05-23T01:12:47.000Z | 0x98f8bb9a14f3b91f3448aa0c764495df27bb0dbe9d29dad917b51dd99a5ac972 | 0x8c15d95f2a5c2ad2730765edff06a4000105ac94 |
| 0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17e | false | 105 | 17325079 | 4 | 1052143856 | 2023-05-23T23:04:59.000Z | 0xcfcf23d8cc964919bf506c999eba34bda4d133bffede696fe614a83d28525346 | 0xc40542b7e02a6133f4e9ff0780d6f93c49ede1f7 |
| 0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17e | false | 140 | 17321907 | 3 | 1051021552 | 2023-05-23T12:22:47.000Z | 0x80d85ca814e272185f01b9ee480e9f1d799f30e395a6ecb85dec0113af3d6592 | 0xc8b328f38209119f117600f52a4ed6fa3a4ba5e9 |
Example Query
Example Query
Query with partition filter
ERC721LazyPayableClaim_initializeClaim_function
ERC-721 NFT (Non-Fungible Token) claim initialization transactions on Manifold’s lazy minting protocol for Ethereum, capturing claim parameters including cost, supply limits, merkle root allowlists, and metadata storage locations. Used for analyzing NFT drop configurations and minting mechanics across creator contracts.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_creatorContractAddress | STRING | Contract address of the creator contract in the Manifold system. Hex-encoded, 0x-prefixed, 42-character string. |
in_instanceId | STRING | Unique identifier for a claim or burn-redeem campaign instance within the Manifold contract system. Numeric string representation of the instance ID. |
in_claimParameters | STRUCT<totalMax STRING, walletMax STRING, startDate STRING, endDate STRING, storageProtocol INT64, identical BOOL, merkleRoot STRING, location STRING, cost STRING, paymentReceiver STRING, erc20 STRING> | Configuration parameters for initializing a claim campaign on the Manifold platform. Struct containing supply limits (totalMax, walletMax), time constraints (startDate, endDate as Unix timestamps), metadata storage details (storageProtocol, location), pricing information (cost, erc20 token address), payment destination (paymentReceiver), access control (merkleRoot for allowlists), and optionally whether minted tokens are identical. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | block_number | from_address | in_instanceId | trace_address | block_timestamp | transaction_hash | in_claimParameters | in_creatorContractAddress |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 226560 | 0 | true | 180883 | 0x975b4d95 | 0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17e | 18414153 | 0xdf464b3759a515e2bfe348ba66a081b139ea58c3 | 51491056 | 2023-10-23T16:26:47.000Z | 0x875d74e58aee9abb6bae5fec594955b59163bbd10d27f99fcc860144cc6301c8 | {“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“1698251400”,“location”:“7VOi2VWWH49KVNDyInw60RqqdrqwTSYgBswMMM-UCaU”,“totalMax”:“80”,“identical”:false,“startDate”:“1698078600”,“walletMax”:“0”,“merkleRoot”:“0x45d70c2e2660e5ef5078af7eacb92f45ce9b36b0fedd3d6734a4731122c7f144”,“paymentReceiver”:“0xdf464b3759a515e2bfe348ba66a081b139ea58c3”,“storageProtocol”:2} | 0x9c962afeda76510fa892b83197df6020362164b3 | |
| 225840 | 0 | true | 180307 | 0x975b4d95 | 0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17e | 18414861 | 0x866e4bc104a24cd0dfd8ae8f533e852b2b3fc8ce | 51460336 | 2023-10-23T18:49:23.000Z | 0x6fd4200deb309f254f5ddfe261bfd28154a68bf2c448a5b42e0dfcb3c3bfd94a | {“cost”:“10000000000000000”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“1704148200”,“location”:“EuVtj4D2xqLPIvm4PSguFktLevz6rmjYjm-cVpIo0oo”,“totalMax”:“55”,“identical”:false,“startDate”:“0”,“walletMax”:“0”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0x866e4bc104a24cd0dfd8ae8f533e852b2b3fc8ce”,“storageProtocol”:2} | 0x297f3aa0c137987d3e0af5ac6b1b23ce95b20014 | |
| 200441 | 0 | true | 159988 | 0x975b4d95 | 0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17e | 18410401 | 0x796d4e06d3828d310468e7847da8694c620b9ec8 | 52392176 | 2023-10-23T03:48:11.000Z | 0x20f3cd69f76f3a1a66fcd88eb3db7b8bd8c9f338a9d0dfaeda5c51b829cbb84c | {“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“0”,“location”:“YLNicNLHJIEvmiRA74qGaimXOZ3fN6MRLFUA6eU5noE”,“totalMax”:“100”,“identical”:false,“startDate”:“0”,“walletMax”:“1”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0x796d4e06d3828d310468e7847da8694c620b9ec8”,“storageProtocol”:2} | 0xe2fd97443e7cb880f7f39965dbb291b98ea32b8d |
Example Query
Example Query
Query with partition filter