Skip to main content

Tables

ERC1155BurnRedeem_BurnRedeemMint_event

Burn-to-redeem events from Manifold’s ERC-1155 extension on Ethereum, recording when users burn specific tokens to mint new ones from creator contracts. Useful for analyzing NFT redemption mechanics and token burn-and-mint campaign participation.
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_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_burnTokenAddressSTRINGContract address of the ERC1155 token that was burned in exchange for minting a new token. Hex-encoded, 0x-prefixed 40-character string for the source token being redeemed.
in_burnTokenIdSTRINGToken ID of the ERC1155 token that was burned in exchange for minting a new token. Numeric value stored as string, typically small integers like ‘2’ in burn-to-redeem campaigns.
addressremovedin_amountlog_indexin_tokenIdblock_numberin_burnTokenIdblock_timestamptransaction_hashin_creatorContractin_burnTokenAddress
0xa4fb4bfbd70ae8c81ece9e0fcceffa9953e120cbfalse129911642407822023-01-17T04:18:59.000Z0x510c9cc0070895962e7359a451ba83e2050ae26a3bd8da590eca9faea0bb528c0x28084294df3105b3194876e932417dedf508d6960xafce699aea04a33324ad4e8c0597881360bea2df
0xa4fb4bfbd70ae8c81ece9e0fcceffa9953e120cbfalse112311642294822023-01-17T00:31:11.000Z0x882bdf568c7fa4809c633441647aef8717bee726dc18399ec063579e05c58c050x28084294df3105b3194876e932417dedf508d6960xafce699aea04a33324ad4e8c0597881360bea2df
0xa4fb4bfbd70ae8c81ece9e0fcceffa9953e120cbfalse118911642557822023-01-17T09:19:23.000Z0xc906dfddda4231f676f4d6d5a3118b6d371c359a65e4d9b707eb547366196c630x28084294df3105b3194876e932417dedf508d6960xafce699aea04a33324ad4e8c0597881360bea2df
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v1_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
0x4e32004d8b81847a670b4a1778ace4dcf2bba01efalse2141584197302022-10-27T21:03:59.000Z0xe19a15d373b99293dfd1eeb0e3a632bc818920c4037c6631e719cd7948142e400x0369edc7646948e2f36f9f85baf297bb99843054
0x4e32004d8b81847a670b4a1778ace4dcf2bba01efalse1791583805902022-10-27T07:56:11.000Z0x798505b5a939ed4a53760052aadd5e3b5960e1d492a5effeccbdfa4f40b24e0d0x0c5003989efbe4c737bc235b74949892601a18a3
0x4e32004d8b81847a670b4a1778ace4dcf2bba01efalse681584038302022-10-27T15:44:11.000Z0x70fbc94bec23c940ebc69d02c137a5ef43ef4a4bc5c311ba7008c38ea50d914c0x0dee938b646267843229e86714ee6d3475a9509a
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v1_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
0x4e32004d8b81847a670b4a1778ace4dcf2bba01efalse19715933828212022-11-09T17:02:35.000Z0xc52f44f03dfd3577510e43c48577465327d8da88dfd45d8845b2c423d82af22f0x25963fd190eb83da7dd80035c95317316d182b43
0x4e32004d8b81847a670b4a1778ace4dcf2bba01efalse24715934819242022-11-09T20:22:23.000Z0x061060c83116f61d6dc9876833ff5c0020aee2158fb9ef33560a72cca73bd1c80x87411de5b584f149f25705fc8a5751ee66bc844f
0x4e32004d8b81847a670b4a1778ace4dcf2bba01efalse20015933837222022-11-09T17:04:23.000Z0x1e9dadee71500276e37a339ae5b77edf6759b7a7390736fd7ae5cfca13a4c1440xb7aab0ae22c3d9cfc4fad7a0d9915097db4dbb5b
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v1_ethereum.ERC1155LazyPayableClaim_ClaimMintBatch_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC721BurnRedeem_burnRedeem_function

Manifold ERC721 burn-to-redeem function calls on Ethereum where users burn specified NFTs to claim new tokens from creator contracts. Used for analyzing burn mechanics campaigns, redemption patterns, and NFT utility programs.
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_indexesARRAY<STRING>Array of unique identifiers for burn-redeem instances within a transaction, used to track multiple simultaneous redemptions. Each index corresponds to a specific burn-redeem operation in the creator contract addresses array.
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_usedsignaturein_indexesto_addressblock_numberfrom_addressin_burnTokenstrace_addressblock_timestamptransaction_hashin_burnRedeemCountsin_creatorContractAddresses
3493014380000000000000true2688650x42b54fee[“1070080240”,“1070080240”]0x23a553a150ab2f5f88c01c0449b672d9f7efeb36171196440x318a77b3edc49618d2a48116d5e6d64a5e697c5d[[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0xaf06a25a3db7519b06b87fbdfea67814e80aef3e”,“id”:“2986”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}],[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0xaf06a25a3db7519b06b87fbdfea67814e80aef3e”,“id”:“2203”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}]]2023-04-25T00:14:35.000Z0xb9ff40fb23b78b14ce81f987f21e774718659c85e85245be38bf400da970ca38[“1”,“1”][“0x75a9819a42f76715728ba4fca751128a4a534ccf”,“0x75a9819a42f76715728ba4fca751128a4a534ccf”]
7777772760000000000000true4866960x42b54fee[“1072531696”,“1072531696”,“1072531696”,“1072531696”]0x23a553a150ab2f5f88c01c0449b672d9f7efeb36171123730x85a08829d6884883437cc009e14b895d61c0db91[[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0x3cb9c3f0ad5ac856f277427dfcc9f3757f9bb08e”,“id”:“2666”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}],[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0x3cb9c3f0ad5ac856f277427dfcc9f3757f9bb08e”,“id”:“1511”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}],[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0x3cb9c3f0ad5ac856f277427dfcc9f3757f9bb08e”,“id”:“1735”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}],[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0x3cb9c3f0ad5ac856f277427dfcc9f3757f9bb08e”,“id”:“908”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}]]2023-04-23T23:46:35.000Z0x02a74b5d355606c5f2f36bf18ded22468189f0bcedb17491325fd7d6ed68fcb1[“1”,“1”,“1”,“1”][“0xe69792d4f95a8a2b305c70ab053e825122e619d7”,“0xe69792d4f95a8a2b305c70ab053e825122e619d7”,“0xe69792d4f95a8a2b305c70ab053e825122e619d7”,“0xe69792d4f95a8a2b305c70ab053e825122e619d7”]
4296466380000000000000true3027410x42b54fee[“1073002736”,“1073002736”]0x23a553a150ab2f5f88c01c0449b672d9f7efeb36170925060x4d89d373a7ec36cec559d81c3820fb22c460053f[[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0xd375749b73e014485c689dec691100242db8e5eb”,“id”:“537”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}],[{“groupIndex”:“0”,“itemIndex”:“0”,“contractAddress”:“0xd375749b73e014485c689dec691100242db8e5eb”,“id”:“605”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”]}]]2023-04-21T04:50:23.000Z0x6ff72a067e57346f5f7a48ff9fcc95767b16d17ba9dc49428017b8955cc9476f[“1”,“1”][“0xd375749b73e014485c689dec691100242db8e5eb”,“0xd375749b73e014485c689dec691100242db8e5eb”]
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v1_ethereum.ERC721BurnRedeem_burnRedeem_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC721BurnRedeem_burnRedeem2_function

Function calls to Manifold’s ERC721 burn-to-redeem contract on Ethereum, where users burn specified NFTs to receive new tokens. Captures burn transactions with token IDs, merkle proofs for eligibility verification, and redemption counts for analyzing burn mechanics 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.
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_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
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_usedin_indexsignatureto_addressblock_numberfrom_addressin_burnTokenstrace_addressblock_timestamptransaction_hashin_burnRedeemCountin_creatorContractAddress
254148690000000000000false361930xc9dad6960x23a553a150ab2f5f88c01c0449b672d9f7efeb36169009150x465a6e4a9a066539e8508b6fdaa24ca52f8ad2de[]2023-03-25T00:27:47.000Z0xf9947db6ba78151926fc1a23b44c5de92f5688d31454424def0840684dcf8596
249470690000000000000true17659210666027360xc9dad6960x23a553a150ab2f5f88c01c0449b672d9f7efeb36169052160x75872c384475117e8c19ba27e1fbe8473af9ebc5[{“id”:“6221”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”],“contractAddress”:“0x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f”}]2023-03-25T14:57:35.000Z0x4e7f3f654590726c200bfb776e49a51264affbc1bc84029d5acace2200b1c6b110x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f
249470690000000000000true17659210666027360xc9dad6960x23a553a150ab2f5f88c01c0449b672d9f7efeb36169052640x31f273902d5410fc44d57430e3402472a5a78d28[{“id”:“5210”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”],“contractAddress”:“0x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f”}]2023-03-25T15:07:23.000Z0xe101d6eacfc36114f09478ddfc02bcf0e1b94dcd50157cbb3561186d1f86125f10x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v1_ethereum.ERC721BurnRedeem_burnRedeem2_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC721BurnRedeem_BurnRedeemMint_event

Mint events from Manifold’s ERC721 burn-to-redeem contract on Ethereum, tracking NFTs minted through burning existing tokens. Links redeemed token IDs to their creator contracts for analyzing burn-and-mint redemption 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_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
addressremovedin_indexlog_indexin_tokenIdblock_numberblock_timestamptransaction_hashin_creatorContract
0x23a553a150ab2f5f88c01c0449b672d9f7efeb36false5396134241682166930482023-02-23T19:02:23.000Z0xde7f7c9b106f9bf4856f5676b81e5fabee56307bf3ec87e2d1537fd5d3f5272e0xadad1e9037f10616774a95b4521401f6f592f820
0x23a553a150ab2f5f88c01c0449b672d9f7efeb36false5396134242583166930502023-02-23T19:02:47.000Z0x2db11569d1623e190852fd5b247b8980f0043abd7182527e0a8075691fb383ff0xadad1e9037f10616774a95b4521401f6f592f820
0x23a553a150ab2f5f88c01c0449b672d9f7efeb36false5396134241984166931042023-02-23T19:13:35.000Z0xeff30723d360c145a7907f815377ae86017d9a7a87f2796a68fa8726cfb617b30xadad1e9037f10616774a95b4521401f6f592f820
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v1_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
0x5ebfd58c5ead1025755f7490e510ccf2c0b4a444false5511654602112023-02-03T04:58:35.000Z0x1362c8be27048d55e15fa7d3dc55314eb5d5399126f49106e61543abf896bae10xda8cb7bd8207e50f944eef83412dc218cbb1b051
0x5ebfd58c5ead1025755f7490e510ccf2c0b4a444false1351679487412023-03-10T02:45:59.000Z0x2aa51c422fa215c8fdf86413935f6962d892e35b67256af4bbcbfc32f38cf7e60xd225c97910df10ea9a54a166997a86228f70f8dc
0x5ebfd58c5ead1025755f7490e510ccf2c0b4a444false1591679466312023-03-10T02:02:59.000Z0xb20fe830252edc9ed322bcfd17cc8184da2497bdb63365184d9f6a83dc5f2aae0xd225c97910df10ea9a54a166997a86228f70f8dc
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v1_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
0x5ebfd58c5ead1025755f7490e510ccf2c0b4a444false46115590245212022-09-22T17:03:11.000Z0x341ecb94a9757afa72a4922345b540dedd176acf8a1981b389f2e74cf3496f0c0x28d788aea51f51e4fc25780d45c2e9f2664ae9ee
0x5ebfd58c5ead1025755f7490e510ccf2c0b4a444false69015588747212022-09-22T12:01:23.000Z0xe7bc17adc5a2d692bd9c28dc17ecfa74453bea39883da8bed8297aadc3db98ca0x28d788aea51f51e4fc25780d45c2e9f2664ae9ee
0x5ebfd58c5ead1025755f7490e510ccf2c0b4a444false815585567212022-09-22T01:20:11.000Z0x3c80ae551cc1897e097fd86ee3d1ecf9a3826eb41d1bee8251ff2dc009211c790x09f2cae06ecd3d4e88437d1a11edfb62e90d497e
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v1_ethereum.ERC721LazyPayableClaim_ClaimMintBatch_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Marketplace_BidEvent_event

Bid placement events from Manifold’s NFT marketplace on Ethereum, tracking bidder addresses, listing IDs, and bid amounts in wei. Used for analyzing bidding behavior, price discovery, and marketplace liquidity across NFT auctions.
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_listingIdSTRINGUnique identifier for the listing on the marketplace. Numeric string representation.
in_referrerSTRINGAddress that referred the user to the protocol or facilitated the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_bidderSTRINGAddress of the account that placed the bid in the auction or marketplace. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountin_bidderlog_indexin_referrerblock_numberin_listingIdblock_timestamptransaction_hash
0x7ef865963d3a005670b8f8df6aed23e456fa75e0false550000000000000000000x665654f2d2a151be2d0f8e3697e6ce780f732af2880x000000000000000000000000000000000000000013936456282022-01-04T03:06:03.000Z0xcd5c522ca564d9ba65e93ff06a30bd6da0b147c377ecabd647d83cb164ff5a35
0x7ef865963d3a005670b8f8df6aed23e456fa75e0false30000000000000000000x677420671845f3bb7a2f59a0cc530198e1f596e91810x000000000000000000000000000000000000000014277082642022-02-25T19:14:05.000Z0x814cb53c51b468dee8b636ebbe6602fb11eb8cb65c893023ae85baeb63b6a7aa
0x7ef865963d3a005670b8f8df6aed23e456fa75e0false1500000000000000000xb0ae52c92fa64cca59be4d3ace86b61ac4c37c9f2080x000000000000000000000000000000000000000014277057642022-02-25T19:08:09.000Z0xcc745114c97c1bf6829404eaca83063035760ba16476858cc137585984783075
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v1_ethereum.Marketplace_BidEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Marketplace_CreateListing_event

NFT marketplace listing creation events from Manifold’s Ethereum marketplace contract, capturing auction and fixed-price sale parameters including starting prices, duration, quantity available, and minimum bid increments in basis points (BPS). Used for tracking listing activity, pricing strategies, and marketplace inventory across NFT collections.
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_listingIdSTRINGUnique identifier for the listing on the marketplace. Numeric string representation.
in_listingTypeSTRINGCategorical identifier for the listing’s sale mechanism on Manifold’s marketplace contract. Value ‘1’ typically indicates auction listings while ‘2’ indicates fixed-price or individual sale listings.
in_totalAvailableSTRINGTotal quantity of items available for sale in this marketplace listing. Can be 1 for single-edition NFTs or higher for editions with multiple available copies.
in_totalPerSaleSTRINGNumber of items/tokens that can be purchased in a single transaction for this listing. Typically set to 1 for individual NFT sales or higher values for batch purchases.
in_startTimeSTRINGStart timestamp for the listing, auction, program, or vesting period. Unix timestamp in seconds.
in_endTimeSTRINGEnd timestamp for the listing, auction, program, or vesting period. Unix timestamp in seconds.
in_initialAmountSTRINGStarting price or minimum bid amount for the listing, denominated in wei (1 ETH = 10^18 wei) or the specified ERC20 token. Can be zero for listings that accept any initial offer.
in_extensionIntervalSTRINGTime in seconds that the listing’s end time is extended when a bid is placed near the auction close. Typically 600 (10 minutes) or 900 (15 minutes) for auctions, zero for fixed-price sales.
in_minIncrementBPSSTRINGMinimum bid increment for auctions expressed in basis points (BPS), where 1000 = 10% increase required. A value of 0 indicates no minimum increment requirement for the listing.
in_erc20STRINGContract address of the ERC20 token being redeemed or registered. Hex-encoded, 0x-prefixed, 42-character string or zero address for native tokens.
in_identityVerifierSTRINGContract address of an optional identity verification service for buyer eligibility. Zero address (0x00…00) indicates no verification requirement.
addressremovedin_erc20log_indexin_endTimeblock_numberin_listingIdin_startTimein_listingTypeblock_timestampin_totalPerSalein_initialAmounttransaction_hashin_totalAvailablein_minIncrementBPSin_identityVerifierin_extensionInterval
0x7ef865963d3a005670b8f8df6aed23e456fa75e0false0x000000000000000000000000000000000000000032117280014741079160012022-05-09T07:17:31.000Z110000000000000000000x2d18415d58f3a4b5573e6167d400bc3fc13f305edca0852dda6f63961390d5e3110000x0000000000000000000000000000000000000000900
0x7ef865963d3a005670b8f8df6aed23e456fa75e0false0x000000000000000000000000000000000000000028217280014741026159012022-05-09T07:05:16.000Z110000000000000000000x78a5dec86f9177e6c820b972486512f6c41a272b11ee02ac4ece133cabd1e829110000x0000000000000000000000000000000000000000900
0x7ef865963d3a005670b8f8df6aed23e456fa75e0false0x0000000000000000000000000000000000000000428864001376173816012021-12-08T00:43:26.000Z120000000000000000000x8a472d2eacee21c65bb00f3517133e6b6fedb931e8bddc927079775c8dbb6d05110000x0000000000000000000000000000000000000000600
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v1_ethereum.Marketplace_CreateListing_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Marketplace_PurchaseEvent_event

Purchase completion events from Manifold’s NFT marketplace on Ethereum. Tracks buyer addresses, listing IDs, purchase amounts in wei, and referrer data for analyzing sales activity and marketplace dynamics.
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_listingIdSTRINGUnique identifier for the listing on the marketplace. Numeric string representation.
in_referrerSTRINGAddress that referred the user to the protocol or facilitated the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_buyerin_amountlog_indexin_referrerblock_numberin_listingIdblock_timestamptransaction_hash
0x7ef865963d3a005670b8f8df6aed23e456fa75e0false0x830215aeaa37a2d7ccd0921a59cea60a71b699821100000000000000004020x0000000000000000000000000000000000000000150104101872022-06-23T00:54:13.000Z0x005f102dff9e6e8b7fd4e84f8a18f41b8a4544db7653abd4794936c62bf95500
0x7ef865963d3a005670b8f8df6aed23e456fa75e0false0x2a4afb56291a55c0d80088fa75dec61e923ee3f11100000000000000002000x0000000000000000000000000000000000000000150105531872022-06-23T01:34:35.000Z0x760171adae431e7b131f45b1f7a47a9e4a2003c0b1ec0ac541eeed00f24e4b22
0x7ef865963d3a005670b8f8df6aed23e456fa75e0false0x080dc9eaec08f1c46e21338fbe7bef605e83fd761100000000000000004680x0000000000000000000000000000000000000000150112631872022-06-23T04:51:51.000Z0xf3cb30ce9571fef29d5fa9f50ec32d8b91312a166d83f85b58fb9f3c579cdc1c
Query with partition filter
SELECT *
FROM `tt-contracts.manifoldxyz_v1_ethereum.Marketplace_PurchaseEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100