Skip to main content

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_creatorContractSTRINGContract address of the NFT creator contract associated with the claim or redeem operation. Hex-encoded, 0x-prefixed, 42-character string.
in_instanceIdSTRINGUnique identifier for a claim or burn-redeem campaign instance within the Manifold contract system. Numeric string representation of the instance ID.
addressremovedlog_indexblock_numberin_instanceIdblock_timestamptransaction_hashin_creatorContract
0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17efalse22118435763828172642023-10-26T17:05:11.000Z0xfcd55466cb5eea795491044d791f643e487b2cc8a6639d7d63216614ea6b35e60x0a3e80b8e644a6b17d4bba5674045d98110afea6
0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17efalse15818432537508602722023-10-26T06:14:35.000Z0x551b1b89b7371500cb0c254496623e664a8709e06dd157489b655ec706f207820x25048d4426bef632e368109c709d2f53e89abc05
0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17efalse33718433289518392162023-10-26T08:45:35.000Z0xa28fe374dc3fb05ee248b10786f453288a1c7abe5ed65dfdd633f66a943e94f90x3799296e1abc777d949601d1763d59fbfc8ef1bb
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v5_ethereum.ERC721LazyPayableClaim_ClaimMint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_creatorContractSTRINGContract address of the NFT creator contract associated with the claim or redeem operation. Hex-encoded, 0x-prefixed, 42-character string.
in_instanceIdSTRINGUnique identifier for a claim or burn-redeem campaign instance within the Manifold contract system. Numeric string representation of the instance ID.
in_mintCountSTRINGNumber of tokens minted in the batch operation. Numeric string representation of the mint quantity.
addressremovedlog_indexblock_numberin_mintCountin_instanceIdblock_timestamptransaction_hashin_creatorContract
0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17efalse9317318611510544335202023-05-23T01:12:47.000Z0x98f8bb9a14f3b91f3448aa0c764495df27bb0dbe9d29dad917b51dd99a5ac9720x8c15d95f2a5c2ad2730765edff06a4000105ac94
0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17efalse10517325079410521438562023-05-23T23:04:59.000Z0xcfcf23d8cc964919bf506c999eba34bda4d133bffede696fe614a83d285253460xc40542b7e02a6133f4e9ff0780d6f93c49ede1f7
0x1eb73fee2090fb1c20105d5ba887e3c3ba14a17efalse14017321907310510215522023-05-23T12:22:47.000Z0x80d85ca814e272185f01b9ee480e9f1d799f30e395a6ecb85dec0113af3d65920xc8b328f38209119f117600f52a4ed6fa3a4ba5e9
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v5_ethereum.ERC721LazyPayableClaim_ClaimMintBatch_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical 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.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_creatorContractAddressSTRINGContract address of the creator contract in the Manifold system. Hex-encoded, 0x-prefixed, 42-character string.
in_instanceIdSTRINGUnique identifier for a claim or burn-redeem campaign instance within the Manifold contract system. Numeric string representation of the instance ID.
in_claimParametersSTRUCT<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.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin_instanceIdtrace_addressblock_timestamptransaction_hashin_claimParametersin_creatorContractAddress
2265600true1808830x975b4d950x1eb73fee2090fb1c20105d5ba887e3c3ba14a17e184141530xdf464b3759a515e2bfe348ba66a081b139ea58c3514910562023-10-23T16:26:47.000Z0x875d74e58aee9abb6bae5fec594955b59163bbd10d27f99fcc860144cc6301c8{“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“1698251400”,“location”:“7VOi2VWWH49KVNDyInw60RqqdrqwTSYgBswMMM-UCaU”,“totalMax”:“80”,“identical”:false,“startDate”:“1698078600”,“walletMax”:“0”,“merkleRoot”:“0x45d70c2e2660e5ef5078af7eacb92f45ce9b36b0fedd3d6734a4731122c7f144”,“paymentReceiver”:“0xdf464b3759a515e2bfe348ba66a081b139ea58c3”,“storageProtocol”:2}0x9c962afeda76510fa892b83197df6020362164b3
2258400true1803070x975b4d950x1eb73fee2090fb1c20105d5ba887e3c3ba14a17e184148610x866e4bc104a24cd0dfd8ae8f533e852b2b3fc8ce514603362023-10-23T18:49:23.000Z0x6fd4200deb309f254f5ddfe261bfd28154a68bf2c448a5b42e0dfcb3c3bfd94a{“cost”:“10000000000000000”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“1704148200”,“location”:“EuVtj4D2xqLPIvm4PSguFktLevz6rmjYjm-cVpIo0oo”,“totalMax”:“55”,“identical”:false,“startDate”:“0”,“walletMax”:“0”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0x866e4bc104a24cd0dfd8ae8f533e852b2b3fc8ce”,“storageProtocol”:2}0x297f3aa0c137987d3e0af5ac6b1b23ce95b20014
2004410true1599880x975b4d950x1eb73fee2090fb1c20105d5ba887e3c3ba14a17e184104010x796d4e06d3828d310468e7847da8694c620b9ec8523921762023-10-23T03:48:11.000Z0x20f3cd69f76f3a1a66fcd88eb3db7b8bd8c9f338a9d0dfaeda5c51b829cbb84c{“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“0”,“location”:“YLNicNLHJIEvmiRA74qGaimXOZ3fN6MRLFUA6eU5noE”,“totalMax”:“100”,“identical”:false,“startDate”:“0”,“walletMax”:“1”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0x796d4e06d3828d310468e7847da8694c620b9ec8”,“storageProtocol”:2}0xe2fd97443e7cb880f7f39965dbb291b98ea32b8d
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v5_ethereum.ERC721LazyPayableClaim_initializeClaim_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100