Skip to main content

Tables

ERC1155LazyPayableClaim_ClaimMint_event

ERC1155 (multi-token standard) claim mint events emitted by Manifold’s lazy payable claim extension contracts when users mint NFTs through a claim campaign. Links the claim extension contract address to the creator contract and campaign instance identifier for tracking claim-based minting activity.
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
0xdb8d79c775452a3929b86ac5deab3e9d38e1c006false37218023919713361762023-08-30T00:43:23.000Z0x4722f85ee79ceac94d1fb48241760d7ee94f1453b2d504377dfcbab27453b44a0x75dee235d2ea7808dbdc06e6d87b54fc250ebca6
0xdb8d79c775452a3929b86ac5deab3e9d38e1c006false19918030172713361762023-08-30T21:44:47.000Z0x9babf329cdb3b34a1f78bf8130b594503149a6f5db68f251ab9f1841b6eb80de0x75dee235d2ea7808dbdc06e6d87b54fc250ebca6
0xdb8d79c775452a3929b86ac5deab3e9d38e1c006false16818026986713361762023-08-30T11:00:47.000Z0xc564da68d7909d0a2fcd6bfab55f5e806a9320d0d13a0c0343c5931b3c650e050x75dee235d2ea7808dbdc06e6d87b54fc250ebca6
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v4_ethereum.ERC1155LazyPayableClaim_ClaimMint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC1155LazyPayableClaim_ClaimMintBatch_event

Batch minting events for ERC-1155 tokens through Manifold’s lazy claim system, linking creator contracts to claim instances. Records mint count and claim identifiers for tracking multi-token NFT distribution campaigns.
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
0xdb8d79c775452a3929b86ac5deab3e9d38e1c006false290179226705696465762023-08-15T20:37:47.000Z0xdca2cc6a8206c617bbf931ca23e1b305ba17cb012ff999b4592f7bc9129cafde0xff5766a271c00ca42807729ebc576f17d5751a36
0xdb8d79c775452a3929b86ac5deab3e9d38e1c006false189179228005696465762023-08-15T21:03:59.000Z0xa51e1eff9ceceefdeacb6b9cb2ba4c01d6b949585f276f8f8065566876f6c8d40xff5766a271c00ca42807729ebc576f17d5751a36
0xdb8d79c775452a3929b86ac5deab3e9d38e1c006false342179232842696465762023-08-15T22:41:11.000Z0xa10508b568e179e82c7f3fe5b582706c217b19c982ee889c40f9056a23734f0b0xff5766a271c00ca42807729ebc576f17d5751a36
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v4_ethereum.ERC1155LazyPayableClaim_ClaimMintBatch_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC1155LazyPayableClaim_initializeClaim_function

ERC-1155 lazy claim initialization function calls on Manifold’s Ethereum creator toolkit, recording claim campaign setup parameters including mint cost, supply limits, time windows, payment receivers, and metadata storage locations. Used for analyzing NFT drop configurations and creator monetization strategies.
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, 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
3426700true2713360xd670c0800xdb8d79c775452a3929b86ac5deab3e9d38e1c006186443540xd219122e3a0a327fd028a6fd9389315d1b2ed99f605739362023-11-24T21:50:23.000Z0x35cd1911b4ed3ced953e1171fb7f57ce7b98b9cd1bd5f37a2663a76398e238e1{“cost”:“16900000000000000”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“1702270800”,“location”:“fm9KGuE3Eyv72zc5DpzyV6Rtm1eWuCqtLXzqJmDKKgA”,“totalMax”:“0”,“startDate”:“0”,“walletMax”:“0”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0xd219122e3a0a327fd028a6fd9389315d1b2ed99f”,“storageProtocol”:2}0x01a7ae2411ed1d32004f9f79820b35bc4d7561f5
3427300true2713840xd670c0800xdb8d79c775452a3929b86ac5deab3e9d38e1c006186425320x9d7993bb14673fe606b1e0cb6c45f5e479a95a82606046562023-11-24T15:43:23.000Z0xdc4c4aea99c1ce5f393f21359dc1baf3452deba362ca5603c6cbc5e9853e7589{“cost”:“10000000000000000”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“1701036000”,“location”:“Z1iG9Gwue98FSPgLMLi_qizm5fFXzeK6-Tos1s4V8FE”,“totalMax”:“0”,“startDate”:“1700863200”,“walletMax”:“0”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0x6f6a859fcdab42c1be04364d3e4a4384fb85f505”,“storageProtocol”:2}0xa08a4d5cd9de34df7d8ce3b3d79f40bfc8274a71
3854800true3083840xd670c0800xdb8d79c775452a3929b86ac5deab3e9d38e1c006186432070x8c6d0c3b60202b4420f21f666451742d56c90cb3605145442023-11-24T17:58:35.000Z0x04eedda3f0d14a0ed154706140a32753c29069e2ee0400d1bcd5cb667d77d631{“cost”:“4000000000000000”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“1706396340”,“location”:“fIGfeLaWTw5sWPd3cQ58P202DgiqDsBgi_-XUVD7fg8”,“totalMax”:“0”,“startDate”:“1700924400”,“walletMax”:“0”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0x8c6d0c3b60202b4420f21f666451742d56c90cb3”,“storageProtocol”:2}0xce4035e10d5c90557df73a1798aeeb0469138b82
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v4_ethereum.ERC1155LazyPayableClaim_initializeClaim_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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
0x3b8c2feb0f4953870f825df64322ec967aa26b8cfalse4191802042010452584802023-08-29T12:58:11.000Z0xb5d67fd3c62640d5300e5a8ec09f1a6ddb4c1ebc288ab5107fdf47f16632a61a0x1cd2a9d968beb299169ca843ac2c1edf8d89327a
0x3b8c2feb0f4953870f825df64322ec967aa26b8cfalse5231723370110486172002023-05-11T00:57:59.000Z0x809eecc211402e3078b0aaf61e110ad113c7392bfa88129c77a31b46569b9ff40x1204ebe6a149cbf61ba188aaf0d85eea1411546a
0x3b8c2feb0f4953870f825df64322ec967aa26b8cfalse2481723984410452584802023-05-11T21:55:35.000Z0x41fa2ca9e478a5bed20ea7ddd81cdbbe98ab6a02fff20ec974dce613a50d183a0x1cd2a9d968beb299169ca843ac2c1edf8d89327a
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v4_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
0x3b8c2feb0f4953870f825df64322ec967aa26b8cfalse25417696471510519185762023-07-15T04:36:11.000Z0x2e18548950838cc8ba23c925ad5ec4f1f06f5311ba16d797493bc529c7f0b4000x2a0ef944dddc4ef14c1182f67b1ff47f29e69fa9
0x3b8c2feb0f4953870f825df64322ec967aa26b8cfalse26617276688210518509922023-05-17T03:26:23.000Z0x2e76064f4413d958c18246e12028c538cbe98c61bf4612d91f5381bc9c9490560x1da08ffe24cb6c16c1bd96543cb6c14976f3c17b
0x3b8c2feb0f4953870f825df64322ec967aa26b8cfalse35817277721210518509922023-05-17T06:56:23.000Z0x2bc37101412414626e5b46382e08d33495461dfacefa134d9a518bd63b9afce00x1da08ffe24cb6c16c1bd96543cb6c14976f3c17b
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v4_ethereum.ERC721LazyPayableClaim_ClaimMintBatch_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC721LazyPayableClaim_initializeClaim_function

Function call records for initializing ERC-721 NFT claim campaigns on Manifold v4 Ethereum contracts. Contains claim parameters including pricing (cost, payment token), supply limits (totalMax, walletMax), time windows, and metadata location for analyzing NFT drop configurations.
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
2259000true1803550x975b4d950x3b8c2feb0f4953870f825df64322ec967aa26b8c172015220xba476ad3c76c56fea5a538d7050ed92eaff00b3d10491824482023-05-06T12:22:47.000Z0xe62fb174107f25a650655972b9a8d358d94ac11f7dd5170ba9881511b774d06f{“cost”:“6900000000000000”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“1683950400”,“location”:“uPSDgoMfy4ve-p4gO7DhfloA0pUiiwYsab2-saNJQpQ”,“totalMax”:“1000”,“identical”:false,“startDate”:“0”,“walletMax”:“2”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0xba476ad3c76c56fea5a538d7050ed92eaff00b3d”,“storageProtocol”:2}0x969d2dbf054e9aad166f12883f0cad4031cb1b8b
2506460true2005170x975b4d950x3b8c2feb0f4953870f825df64322ec967aa26b8c172016720x72774bc572ef9a2dff47c3f8cc200dc2fe3830c010492254562023-05-06T12:53:11.000Z0x946923c1756b478e986132d9fc9b97c1ed1b7cf4ce79275fe332e5c53d3497f0{“cost”:“100000000000000000000000”,“erc20”:“0xa35923162c49cf95e6bf26623385eb431ad920d3”,“endDate”:“1684036800”,“location”:“HpUNpQPtbRzwZt38nF6r0dRIywzfOpvoC8lM_xrhY-Y”,“totalMax”:“25”,“identical”:false,“startDate”:“0”,“walletMax”:“0”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0x72774bc572ef9a2dff47c3f8cc200dc2fe3830c0”,“storageProtocol”:2}0x18b6f1b1e7bc0dce9be90e6726ccfd828fe36866
2501670true2001340x975b4d950x3b8c2feb0f4953870f825df64322ec967aa26b8c172009820xacfbc87d4ff16bc6d2df6d383c25ffe7efa56da810491947362023-05-06T10:33:35.000Z0xeffb5c98903203fb4112cefd7539427647a9f644948cece4c5f3bd23097b346a{“cost”:“20000000000000000000000”,“erc20”:“0xa35923162c49cf95e6bf26623385eb431ad920d3”,“endDate”:“0”,“location”:“28n6r1A3TRXWQpU0DRF7fhC193V1hDWYZWkxkeVJXJE”,“totalMax”:“20”,“identical”:false,“startDate”:“0”,“walletMax”:“0”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0xacfbc87d4ff16bc6d2df6d383c25ffe7efa56da8”,“storageProtocol”:2}0x891ceb05d3a979996fff94047ff56a607e5d02d5
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v4_ethereum.ERC721LazyPayableClaim_initializeClaim_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100