Skip to main content

Tables

ERC1155BurnRedeem_burnRedeem_function

Function calls to Manifold’s ERC-1155 burn-redeem contract on Ethereum, recording users burning tokens from specified contracts to mint new tokens. Used for analyzing NFT redemption campaigns and cross-collection interactions.
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_creatorContractAddressesARRAY<STRING>Array of creator contract addresses for the burn redeem transaction. Each element is a hex-encoded, 0x-prefixed, 42-character string corresponding to the contract address that created the tokens being redeemed.
in_instanceIdsARRAY<STRING>Array of instance identifiers for the burn-redeem campaigns being executed in this transaction. Multiple identical values indicate batch redemptions of the same campaign instance.
in_burnRedeemCountsARRAY<STRING>Array of quantities specifying how many tokens to redeem for each burn operation. Each element contains a numeric string representing the count for the corresponding position in the burn redeem transaction.
in_burnTokensSTRINGArray of token specifications to be burned in the redeem transaction. Each element contains groupIndex, itemIndex, contractAddress (hex-encoded, 0x-prefixed), token id, and optional merkleProof array for verification.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin_burnTokenstrace_addressin_instanceIdsblock_timestamptransaction_hashin_burnRedeemCountsin_creatorContractAddresses
3213121380000000000000true2464740x42b54fee0xde659726cfd166aca4867994d396efef386ead68174819140xea831d27e0e52b4dc32f42a5c4c5cbfd9b6d4a58[[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0xe17827609ac34443b3987661f4e037642f6bd9ba”,“id”:“5744”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}],[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0xe17827609ac34443b3987661f4e037642f6bd9ba”,“id”:“2980”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}]][“1024121072”,“1024121072”]2023-06-15T01:04:59.000Z0xccbff5b1fb8dbf79d2d037cf20e8130287a8c86c9da76349c13cf5cbe58f2f0e[“1”,“1”][“0xae2e911c41d8c1e9b0a26d5f06bf8dd222df34a8”,“0xae2e911c41d8c1e9b0a26d5f06bf8dd222df34a8”]
2841201380000000000000true2167200x42b54fee0xde659726cfd166aca4867994d396efef386ead68174816320x4ccd91e9fc2e0ae38352851e010838622ba6579b[[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0xd3f60c6189bd447092d78829de6c0663a46c9f52”,“id”:“1105”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}],[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0xd3f60c6189bd447092d78829de6c0663a46c9f52”,“id”:“1104”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}]][“1025097968”,“1025097968”]2023-06-15T00:08:11.000Z0x631cc725d9778ce5e50cf2810ee068bd4bfc1ca6f8644c2e7f7c62e691064bdf[“1”,“1”][“0xb360ae5da1095d5b76545d454cfb92b121c30c66”,“0xb360ae5da1095d5b76545d454cfb92b121c30c66”]
2561321380000000000000true1943300x42b54fee0xde659726cfd166aca4867994d396efef386ead68174867200x9e96b5f75142c649f2a709e2487502e23ece1e48[[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0xd3f60c6189bd447092d78829de6c0663a46c9f52”,“id”:“897”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}],[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0xd3f60c6189bd447092d78829de6c0663a46c9f52”,“id”:“895”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}]][“1025097968”,“1025097968”]2023-06-15T17:20:35.000Z0x325dbed2185a53bdf1c277c37275a7112e2f6f7b4553430cf67169e9b3db5876[“1”,“1”][“0xb360ae5da1095d5b76545d454cfb92b121c30c66”,“0xb360ae5da1095d5b76545d454cfb92b121c30c66”]
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v3_ethereum.ERC1155BurnRedeem_burnRedeem_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC1155BurnRedeem_burnRedeem2_function

ERC-1155 burn-to-redeem function calls from Manifold’s v3 protocol on Ethereum, tracking users burning specific tokens to claim new NFTs. Contains burn parameters, instance IDs, creator contract addresses, and transaction details for analyzing NFT redemption campaigns and burn mechanics.
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_burnRedeemCountSTRINGNumber of tokens to redeem in the burn-redeem transaction. Numeric string representation of the quantity being redeemed.
in_burnTokensARRAY<STRUCT<groupIndex STRING, itemIndex STRING, contractAddress STRING, id STRING, merkleProof ARRAY<STRING>>>Array of token specifications to be burned in the redeem transaction. Each element contains groupIndex, itemIndex, contractAddress (hex-encoded, 0x-prefixed), token id, and optional merkleProof array for verification.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin_burnTokensin_instanceIdtrace_addressblock_timestamptransaction_hashin_burnRedeemCountin_creatorContractAddress
232976690000000000000true1709970xc9dad6960xde659726cfd166aca4867994d396efef386ead68178375010x6dfa4ce17ae16097ad87c4dfd3e8b6f4fa16b266[{“id”:“1”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[],“contractAddress”:“0x048279e7abcccaa738c1dbf51a243fba605d1929”}]10084436322023-08-03T22:39:47.000Z0x542f7c8483ee068253d2c73dde94e79a4deee91cfdf2ff1f9d532db013b7d97010x542d185f4cb64f54d0d68caccf8c83a95a9f3eec
232976690000000000000true1709970xc9dad6960xde659726cfd166aca4867994d396efef386ead68178378740xa09db3bece15c53687c5cdccd208524863eda015[{“id”:“1”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[],“contractAddress”:“0x048279e7abcccaa738c1dbf51a243fba605d1929”}]10084436322023-08-03T23:54:47.000Z0x60070bf8f694ce84058c698ed357c3c5d8adb93a4931bb9e9c8b8d88321bf25910x542d185f4cb64f54d0d68caccf8c83a95a9f3eec
254351690000000000000true1880970xc9dad6960xde659726cfd166aca4867994d396efef386ead68178370530xeedcca668fefe4e8b5beead53be6b5f689b63569[{“id”:“1”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[],“contractAddress”:“0x048279e7abcccaa738c1dbf51a243fba605d1929”}]10084436322023-08-03T21:09:11.000Z0x6a8028301b4f17b67e7da657714d3ab81324e1e248f2fb5c59852754b4790eaf10x542d185f4cb64f54d0d68caccf8c83a95a9f3eec
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v3_ethereum.ERC1155BurnRedeem_burnRedeem2_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC1155BurnRedeem_BurnRedeemMint_event

Mint events from Manifold’s ERC-1155 burn-to-redeem contract on Ethereum, tracking when users burn tokens to mint new ones. Useful for analyzing burn-redeem campaigns and token evolution 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.
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_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_redeemedCountSTRINGNumber of tokens burned and redeemed in this specific mint transaction. Value is typically 1, indicating a single-token redemption in the Manifold burn-to-redeem mechanism.
addressremovedlog_indexin_tokenIdblock_numberin_instanceIdblock_timestampin_redeemedCounttransaction_hashin_creatorContract
0xde659726cfd166aca4867994d396efef386ead68false231261731395210415106402023-05-22T09:29:23.000Z10x0892d19262d4d32a7db23f0eaa75b9c38ef6372ac6af899a6227d547292c5bc40xedfc4f35060de1a30e08b0d8b9986a4adbdf6c59
0xde659726cfd166aca4867994d396efef386ead68false227261731395210415106402023-05-22T09:29:23.000Z10x0892d19262d4d32a7db23f0eaa75b9c38ef6372ac6af899a6227d547292c5bc40xedfc4f35060de1a30e08b0d8b9986a4adbdf6c59
0xde659726cfd166aca4867994d396efef386ead68false282261731126410415106402023-05-22T00:24:11.000Z10xfc5cdcffc31c83e1e5143060df920b98ffd696cdfc307727b193c6313412e6120xedfc4f35060de1a30e08b0d8b9986a4adbdf6c59
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v3_ethereum.ERC1155BurnRedeem_BurnRedeemMint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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_claimIndexSTRINGIdentifier for the claim configuration on the creator contract. Numeric string representing the claim instance being executed or initialized.
addressremovedlog_indexblock_numberin_claimIndexblock_timestamptransaction_hashin_creatorContract
0xe7d3982e214f9dfd53d23a7f72851a7044072250false61166967345472074082023-02-24T07:30:35.000Z0x26cc3b07eefd2952c07a1857f873eb77b10abbcd832d3a59f9eb595e80d282140x1151dd03550531164824b71e9e6c4d3c1e837a4d
0xe7d3982e214f9dfd53d23a7f72851a7044072250false255166960605472074082023-02-24T05:12:47.000Z0xec8028960dd97467a0752b195436178d69a48d02523f239103f099db875549530x1151dd03550531164824b71e9e6c4d3c1e837a4d
0xe7d3982e214f9dfd53d23a7f72851a7044072250false173166945975470660962023-02-24T00:16:59.000Z0xbe8dee09db4ea2ef8705ee48f1cc5e0ce6b13825c47137342e078cdbd83ed9720x1b4896e03682004b1ba080a13080978e21e879d8
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v3_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_claimIndexSTRINGIdentifier for the claim configuration on the creator contract. Numeric string representing the claim instance being executed or initialized.
in_mintCountSTRINGNumber of tokens minted in the batch operation. Numeric string representation of the mint quantity.
addressremovedlog_indexblock_numberin_mintCountin_claimIndexblock_timestamptransaction_hashin_creatorContract
0xe7d3982e214f9dfd53d23a7f72851a7044072250false371180074251210407549282023-08-27T17:16:11.000Z0x4f6e43edf64cac742023f30b4cf7a6451353dfc02506e28eb1eee7841d11f1a00x7cc7add921e2222738561d03c89589929cefcf21
0xe7d3982e214f9dfd53d23a7f72851a7044072250false9417103480110431408482023-04-22T17:50:23.000Z0xa40c8961ae9ebad5cc102d7a41932124ac442ceca877af3afd260e1b41180cc40x4dde21c23497961f20bee0259a5e6b9ab62352b8
0xe7d3982e214f9dfd53d23a7f72851a7044072250false24217098631110423871842023-04-22T01:32:11.000Z0x1ee11fb85917ae30c7449ec64f1ab47156b96a0cc4caff6701815b7f651698a50x80886e4df9d3464c49183facdf989f0df6f8b334
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v3_ethereum.ERC1155LazyPayableClaim_ClaimMintBatch_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC1155LazyPayableClaim_initializeClaim_function

ERC-1155 lazy claim initialization events from Manifold’s v3 claim contract on Ethereum, capturing claim setup parameters including pricing (cost in wei), supply limits (totalMax, walletMax), merkle root allowlists, 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_claimIndexSTRINGIdentifier for the claim configuration on the creator contract. Numeric string representing the claim instance being executed or initialized.
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_claimIndextrace_addressblock_timestamptransaction_hashin_claimParametersin_creatorContractAddress
3478910true2755130xd670c0800xe7d3982e214f9dfd53d23a7f72851a7044072250170670280x1964923a14701b45f2e36ff39fb19f40749eb01110443532642023-04-17T14:16:23.000Z0x43b8adfa58a155512ed41342d4b30536813aee9b7f393f0b20008841a66fa772{“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“1682280000”,“location”:“XHcyo64COVFkzGwedPMcONdZze94LBSXqC_kysjnyuQ”,“totalMax”:“0”,“startDate”:“0”,“walletMax”:“0”,“merkleRoot”:“0x63b021adfed74680d7f8d233517f0ccd40a8b80e85860d3bb7809336c9be0fb2”,“paymentReceiver”:“0x1964923a14701b45f2e36ff39fb19f40749eb011”,“storageProtocol”:2}0x51d84330e9b0be75ed4fef85d61ebc51fc0aa677
3689030true2923230xd670c0800xe7d3982e214f9dfd53d23a7f72851a7044072250170670550x766eec18165bf03025eeb208281375f7f071c42810411932002023-04-17T14:21:47.000Z0x76a1dad187cacc70bef828d67a13ac6f2b0eb8d674db1ef472124235bce53392{“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“0”,“location”:“J6_em8ci_Qrq94XQa5pXmnfxWJW2XGuV10IJCVJqJuQ”,“totalMax”:“0”,“startDate”:“0”,“walletMax”:“0”,“merkleRoot”:“0x81c1be7fd71d433b7ff1ee4162010f9bb96b09037ea63970d22b9015ce56727a”,“paymentReceiver”:“0x766eec18165bf03025eeb208281375f7f071c428”,“storageProtocol”:2}0x7667154aefd6226353a1d7db152efb088ca2a18f
3423180true2710550xd670c0800xe7d3982e214f9dfd53d23a7f72851a7044072250170695080xaad7b0b00163458f5769a4a127d3663679b9386b10435074402023-04-17T22:40:35.000Z0xc02e3fa466ea46bf1a0196a00da81b456ab288ffd8546bbb0e653bba9def9433{“cost”:“1000000000000000”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“0”,“location”:“LPYY24gA7W4OQcF2qeL9obugp1lb5aUnhvpYwrufIrw”,“totalMax”:“10000”,“startDate”:“0”,“walletMax”:“0”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0xaad7b0b00163458f5769a4a127d3663679b9386b”,“storageProtocol”:2}0x2db55141670cec5bc651aaac6a2fcb5763241d09
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v3_ethereum.ERC1155LazyPayableClaim_initializeClaim_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC721BurnRedeem_burnRedeem_function

No description available.
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_creatorContractAddressesARRAY<STRING>Array of creator contract addresses for the burn redeem transaction. Each element is a hex-encoded, 0x-prefixed, 42-character string corresponding to the contract address that created the tokens being redeemed.
in_instanceIdsARRAY<STRING>-
in_burnRedeemCountsARRAY<STRING>Array of quantities specifying how many tokens to redeem for each burn operation. Each element contains a numeric string representing the count for the corresponding position in the burn redeem transaction.
in_burnTokensSTRINGArray of token specifications to be burned in the redeem transaction. Each element contains groupIndex, itemIndex, contractAddress (hex-encoded, 0x-prefixed), token id, and optional merkleProof array for verification.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v3_ethereum.ERC721BurnRedeem_burnRedeem_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC721BurnRedeem_burnRedeem2_function

Function call logs for Manifold’s ERC-721 burn-to-redeem mechanism on Ethereum, where users burn existing NFTs to mint new tokens from creator contracts. Used for analyzing burn redemption campaigns, tracking which token IDs were burned, and measuring participation in Manifold’s on-chain redemption events.
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_burnRedeemCountSTRINGNumber of tokens to redeem in the burn-redeem transaction. Numeric string representation of the quantity being redeemed.
in_burnTokensARRAY<STRUCT<groupIndex STRING, itemIndex STRING, contractAddress STRING, id STRING, merkleProof ARRAY<STRING>>>Array of token specifications to be burned in the redeem transaction. Each element contains groupIndex, itemIndex, contractAddress (hex-encoded, 0x-prefixed), token id, and optional merkleProof array for verification.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin_burnTokensin_instanceIdtrace_addressblock_timestamptransaction_hashin_burnRedeemCountin_creatorContractAddress
249246690000000000000true1888130xc9dad6960x20847f61e494e72d55d32a542c519e27d229aedb170358440x035e8a0a57f24fd10d447c6ce44524513dd6e09c[{“id”:“2758”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”],“contractAddress”:“0x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f”}]10422684002023-04-13T02:17:35.000Z0x47a9d40f562b3c9db2c2432192d545ec88493372efd357ed1e027d9bbe55423210x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f
249246690000000000000true1888130xc9dad6960x20847f61e494e72d55d32a542c519e27d229aedb170406220x22d4f3c13910f644f5252be42e61d00151a84c3c[{“id”:“5734”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”],“contractAddress”:“0x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f”}]10422684002023-04-13T20:04:23.000Z0x09b4a7d18b663842da7def1db2b2a649e467d4c31311dd6b7b6f7fda39fdd96310x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f
249246690000000000000true1888130xc9dad6960x20847f61e494e72d55d32a542c519e27d229aedb170415990x31f273902d5410fc44d57430e3402472a5a78d28[{“id”:“982”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”],“contractAddress”:“0x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f”}]10422684002023-04-13T23:26:11.000Z0x2a84621c1ff8aff05f59fb81d898ae7b754b72b403e9aca9cd774d1cd246b53b10x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v3_ethereum.ERC721BurnRedeem_burnRedeem2_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC721BurnRedeem_BurnRedeemMint_event

BurnRedeemMint event logs from Manifold’s ERC721 burn-to-redeem contract on Ethereum, tracking when users burn NFTs to mint new tokens. Records contain the creator contract address, minted token ID, redemption instance identifier, and count of tokens redeemed per transaction.
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_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_redeemedCountSTRINGNumber of tokens redeemed in this burn-to-mint transaction on the Manifold ERC721 burn redeem contract. Typically a single token per redemption event.
addressremovedlog_indexin_tokenIdblock_numberin_instanceIdblock_timestampin_redeemedCounttransaction_hashin_creatorContract
0x20847f61e494e72d55d32a542c519e27d229aedbfalse5364711704999010422602082023-04-15T04:11:47.000Z10x7a5086e2dea1657a5dc89554f6aede7cd32c201004332247b9abbaef5d052adc0x1acfe12777d05194f77e748a3900b155f1b6e46c
0x20847f61e494e72d55d32a542c519e27d229aedbfalse1794721705006210422602082023-04-15T04:26:47.000Z10xb0cbdca90df99f3f957a4ebb60c2f27c2fb09d8bb49c08a042bdfac3960dda100x1acfe12777d05194f77e748a3900b155f1b6e46c
0x20847f61e494e72d55d32a542c519e27d229aedbfalse884701704995310422602082023-04-15T04:04:23.000Z10x3c54f9a7252412e829a53fa00938a191a40e6000ee6dfa0d607385512a0415240x1acfe12777d05194f77e748a3900b155f1b6e46c
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v3_ethereum.ERC721BurnRedeem_BurnRedeemMint_event`
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_claimIndexSTRINGIdentifier for the claim configuration on the creator contract. Numeric string representing the claim instance being executed or initialized.
addressremovedlog_indexblock_numberin_claimIndexblock_timestamptransaction_hashin_creatorContract
0x7581871e1c11f85ec7f02382632b8574fad11b22false6601772582310700310882023-07-19T07:42:59.000Z0xa24b4085d6d65b091e4808921972517ec690288ae51ab26a3c9cf69432eb92200x00f6eb62185433186c5be68f366f759732724831
0x7581871e1c11f85ec7f02382632b8574fad11b22false2901772860410700310882023-07-19T17:05:35.000Z0x5a1015b9ae415be2381fe22e51bed935a32476540eb1f6e0d620fb31860283250x00f6eb62185433186c5be68f366f759732724831
0x7581871e1c11f85ec7f02382632b8574fad11b22false104168238625386119522023-03-14T04:37:59.000Z0x64a00388706df48a97f5e504e287f743fa388535083dbfdd5ee30a704bb998d90x78222405953fad3e4c413307d8dfb345b686b617
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v3_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_claimIndexSTRINGIdentifier for the claim configuration on the creator contract. Numeric string representing the claim instance being executed or initialized.
in_mintCountSTRINGNumber of tokens minted in the batch operation. Numeric string representation of the mint quantity.
addressremovedlog_indexblock_numberin_mintCountin_claimIndexblock_timestamptransaction_hashin_creatorContract
0x7581871e1c11f85ec7f02382632b8574fad11b22false3561672639925485488482023-02-28T11:36:11.000Z0x6046847ecd85f22b2ad24288f98e6777aacb28fb415b5fbc554472934dd2b0fe0x07f5f8b84412e78e88ac43119fe040b3d342f0c7
0x7581871e1c11f85ec7f02382632b8574fad11b22false6641672560425485488482023-02-28T08:55:23.000Z0x0b92956cec8f64e62bfa329d1ec68f747ca0b8b3fce1fafd41ad0d6bd9fecde40x07f5f8b84412e78e88ac43119fe040b3d342f0c7
0x7581871e1c11f85ec7f02382632b8574fad11b22false2621672518825485488482023-02-28T07:31:11.000Z0xeaa287aff1dc86043a95f2b9d44e6bb5c867367721812e7186b37d30faf5bd890x07f5f8b84412e78e88ac43119fe040b3d342f0c7
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v3_ethereum.ERC721LazyPayableClaim_ClaimMintBatch_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC721LazyPayableClaim_initializeClaim_function

Claim initialization transactions for Manifold’s ERC-721 lazy minting system on Ethereum, containing claim parameters like pricing, supply limits, dates, and metadata storage locations. Used to analyze NFT drop configurations and creator minting 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_claimIndexSTRINGIdentifier for the claim configuration on the creator contract. Numeric string representing the claim instance being executed or initialized.
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_claimIndextrace_addressblock_timestamptransaction_hashin_claimParametersin_creatorContractAddress
1988870true1587430x975b4d950x7581871e1c11f85ec7f02382632b8574fad11b22168762420x83231461951daa3bc76a775e6e78b3401caf3c1a10644605282023-03-21T13:14:35.000Z0x1d27f1570337094af1c99d5794df5eeccc23bc3edd4d9f5e4d598139fc28446d{“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“0”,“location”:“FHlofga4PExh6Sen1MvkiScDhvqKqF6ILNGrdadbJh8”,“totalMax”:“0”,“identical”:true,“startDate”:“0”,“walletMax”:“5”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0x83231461951daa3bc76a775e6e78b3401caf3c1a”,“storageProtocol”:2}0x583d49b3777f5b294c10ccb353fe0920b786aee7
1989320true1587790x975b4d950x7581871e1c11f85ec7f02382632b8574fad11b22168779720xd80f207466400229930535b54de89f95f83225b910627053922023-03-21T19:05:47.000Z0x54d19bb0afce2167eebc7d1418967a1d205e4c6aa8fe55cfca1d368ece4a2027{“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“0”,“location”:“lU-ajAJWUD1B_z1j9UDqlJBXDF2D_AjS8JVKHLN6JiQ”,“totalMax”:“25”,“identical”:false,“startDate”:“1679677200”,“walletMax”:“0”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0xd80f207466400229930535b54de89f95f83225b9”,“storageProtocol”:2}0x94e211636a164c2d9e59c5142351a870ba09c351
1994410true1591860x975b4d950x7581871e1c11f85ec7f02382632b8574fad11b22168738440x568f888e808621bde2f8f6511bfcf952732ae70c10645895522023-03-21T05:09:47.000Z0x5289bc2880162364427800ec6f63a9fcac10a6902e31ec105f30f21f77f3857c{“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“1679986800”,“location”:“6FxUMUaoS81BkRv30LTnZfW7Vlm-6HzBpr0Z9JfqD1Q”,“totalMax”:“1000”,“identical”:false,“startDate”:“1679382000”,“walletMax”:“2”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0x568f888e808621bde2f8f6511bfcf952732ae70c”,“storageProtocol”:2}0x4f3a894f0655e4bea7f809c2ccec0c5e43e7e7a9
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v3_ethereum.ERC721LazyPayableClaim_initializeClaim_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100