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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_creatorContractAddresses | ARRAY<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_instanceIds | ARRAY<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_burnRedeemCounts | ARRAY<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_burnTokens | 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. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | block_number | from_address | in_burnTokens | trace_address | in_instanceIds | block_timestamp | transaction_hash | in_burnRedeemCounts | in_creatorContractAddresses |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 321312 | 1380000000000000 | true | 246474 | 0x42b54fee | 0xde659726cfd166aca4867994d396efef386ead68 | 17481914 | 0xea831d27e0e52b4dc32f42a5c4c5cbfd9b6d4a58 | [[{“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.000Z | 0xccbff5b1fb8dbf79d2d037cf20e8130287a8c86c9da76349c13cf5cbe58f2f0e | [“1”,“1”] | [“0xae2e911c41d8c1e9b0a26d5f06bf8dd222df34a8”,“0xae2e911c41d8c1e9b0a26d5f06bf8dd222df34a8”] | |
| 284120 | 1380000000000000 | true | 216720 | 0x42b54fee | 0xde659726cfd166aca4867994d396efef386ead68 | 17481632 | 0x4ccd91e9fc2e0ae38352851e010838622ba6579b | [[{“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.000Z | 0x631cc725d9778ce5e50cf2810ee068bd4bfc1ca6f8644c2e7f7c62e691064bdf | [“1”,“1”] | [“0xb360ae5da1095d5b76545d454cfb92b121c30c66”,“0xb360ae5da1095d5b76545d454cfb92b121c30c66”] | |
| 256132 | 1380000000000000 | true | 194330 | 0x42b54fee | 0xde659726cfd166aca4867994d396efef386ead68 | 17486720 | 0x9e96b5f75142c649f2a709e2487502e23ece1e48 | [[{“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.000Z | 0x325dbed2185a53bdf1c277c37275a7112e2f6f7b4553430cf67169e9b3db5876 | [“1”,“1”] | [“0xb360ae5da1095d5b76545d454cfb92b121c30c66”,“0xb360ae5da1095d5b76545d454cfb92b121c30c66”] |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_creatorContractAddress | STRING | Contract address of the creator contract in the Manifold system. Hex-encoded, 0x-prefixed, 42-character string. |
in_instanceId | STRING | Unique identifier for a claim or burn-redeem campaign instance within the Manifold contract system. Numeric string representation of the instance ID. |
in_burnRedeemCount | STRING | Number of tokens to redeem in the burn-redeem transaction. Numeric string representation of the quantity being redeemed. |
in_burnTokens | ARRAY<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. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | block_number | from_address | in_burnTokens | in_instanceId | trace_address | block_timestamp | transaction_hash | in_burnRedeemCount | in_creatorContractAddress |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 232976 | 690000000000000 | true | 170997 | 0xc9dad696 | 0xde659726cfd166aca4867994d396efef386ead68 | 17837501 | 0x6dfa4ce17ae16097ad87c4dfd3e8b6f4fa16b266 | [{“id”:“1”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[],“contractAddress”:“0x048279e7abcccaa738c1dbf51a243fba605d1929”}] | 1008443632 | 2023-08-03T22:39:47.000Z | 0x542f7c8483ee068253d2c73dde94e79a4deee91cfdf2ff1f9d532db013b7d970 | 1 | 0x542d185f4cb64f54d0d68caccf8c83a95a9f3eec | |
| 232976 | 690000000000000 | true | 170997 | 0xc9dad696 | 0xde659726cfd166aca4867994d396efef386ead68 | 17837874 | 0xa09db3bece15c53687c5cdccd208524863eda015 | [{“id”:“1”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[],“contractAddress”:“0x048279e7abcccaa738c1dbf51a243fba605d1929”}] | 1008443632 | 2023-08-03T23:54:47.000Z | 0x60070bf8f694ce84058c698ed357c3c5d8adb93a4931bb9e9c8b8d88321bf259 | 1 | 0x542d185f4cb64f54d0d68caccf8c83a95a9f3eec | |
| 254351 | 690000000000000 | true | 188097 | 0xc9dad696 | 0xde659726cfd166aca4867994d396efef386ead68 | 17837053 | 0xeedcca668fefe4e8b5beead53be6b5f689b63569 | [{“id”:“1”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[],“contractAddress”:“0x048279e7abcccaa738c1dbf51a243fba605d1929”}] | 1008443632 | 2023-08-03T21:09:11.000Z | 0x6a8028301b4f17b67e7da657714d3ab81324e1e248f2fb5c59852754b4790eaf | 1 | 0x542d185f4cb64f54d0d68caccf8c83a95a9f3eec |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_creatorContract | STRING | Contract address of the NFT creator contract associated with the claim or redeem operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_instanceId | STRING | Unique identifier for a claim or burn-redeem campaign instance within the Manifold contract system. Numeric string representation of the instance ID. |
in_tokenId | STRING | Unique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID. |
in_redeemedCount | STRING | Number 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. |
Sample Data
Sample Data
| address | removed | log_index | in_tokenId | block_number | in_instanceId | block_timestamp | in_redeemedCount | transaction_hash | in_creatorContract |
|---|---|---|---|---|---|---|---|---|---|
| 0xde659726cfd166aca4867994d396efef386ead68 | false | 231 | 26 | 17313952 | 1041510640 | 2023-05-22T09:29:23.000Z | 1 | 0x0892d19262d4d32a7db23f0eaa75b9c38ef6372ac6af899a6227d547292c5bc4 | 0xedfc4f35060de1a30e08b0d8b9986a4adbdf6c59 |
| 0xde659726cfd166aca4867994d396efef386ead68 | false | 227 | 26 | 17313952 | 1041510640 | 2023-05-22T09:29:23.000Z | 1 | 0x0892d19262d4d32a7db23f0eaa75b9c38ef6372ac6af899a6227d547292c5bc4 | 0xedfc4f35060de1a30e08b0d8b9986a4adbdf6c59 |
| 0xde659726cfd166aca4867994d396efef386ead68 | false | 282 | 26 | 17311264 | 1041510640 | 2023-05-22T00:24:11.000Z | 1 | 0xfc5cdcffc31c83e1e5143060df920b98ffd696cdfc307727b193c6313412e612 | 0xedfc4f35060de1a30e08b0d8b9986a4adbdf6c59 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_creatorContract | STRING | Contract address of the NFT creator contract associated with the claim or redeem operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_claimIndex | STRING | Identifier for the claim configuration on the creator contract. Numeric string representing the claim instance being executed or initialized. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_claimIndex | block_timestamp | transaction_hash | in_creatorContract |
|---|---|---|---|---|---|---|---|
| 0xe7d3982e214f9dfd53d23a7f72851a7044072250 | false | 61 | 16696734 | 547207408 | 2023-02-24T07:30:35.000Z | 0x26cc3b07eefd2952c07a1857f873eb77b10abbcd832d3a59f9eb595e80d28214 | 0x1151dd03550531164824b71e9e6c4d3c1e837a4d |
| 0xe7d3982e214f9dfd53d23a7f72851a7044072250 | false | 255 | 16696060 | 547207408 | 2023-02-24T05:12:47.000Z | 0xec8028960dd97467a0752b195436178d69a48d02523f239103f099db87554953 | 0x1151dd03550531164824b71e9e6c4d3c1e837a4d |
| 0xe7d3982e214f9dfd53d23a7f72851a7044072250 | false | 173 | 16694597 | 547066096 | 2023-02-24T00:16:59.000Z | 0xbe8dee09db4ea2ef8705ee48f1cc5e0ce6b13825c47137342e078cdbd83ed972 | 0x1b4896e03682004b1ba080a13080978e21e879d8 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_creatorContract | STRING | Contract address of the NFT creator contract associated with the claim or redeem operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_claimIndex | STRING | Identifier for the claim configuration on the creator contract. Numeric string representing the claim instance being executed or initialized. |
in_mintCount | STRING | Number of tokens minted in the batch operation. Numeric string representation of the mint quantity. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_mintCount | in_claimIndex | block_timestamp | transaction_hash | in_creatorContract |
|---|---|---|---|---|---|---|---|---|
| 0xe7d3982e214f9dfd53d23a7f72851a7044072250 | false | 371 | 18007425 | 12 | 1040754928 | 2023-08-27T17:16:11.000Z | 0x4f6e43edf64cac742023f30b4cf7a6451353dfc02506e28eb1eee7841d11f1a0 | 0x7cc7add921e2222738561d03c89589929cefcf21 |
| 0xe7d3982e214f9dfd53d23a7f72851a7044072250 | false | 94 | 17103480 | 1 | 1043140848 | 2023-04-22T17:50:23.000Z | 0xa40c8961ae9ebad5cc102d7a41932124ac442ceca877af3afd260e1b41180cc4 | 0x4dde21c23497961f20bee0259a5e6b9ab62352b8 |
| 0xe7d3982e214f9dfd53d23a7f72851a7044072250 | false | 242 | 17098631 | 1 | 1042387184 | 2023-04-22T01:32:11.000Z | 0x1ee11fb85917ae30c7449ec64f1ab47156b96a0cc4caff6701815b7f651698a5 | 0x80886e4df9d3464c49183facdf989f0df6f8b334 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_creatorContractAddress | STRING | Contract address of the creator contract in the Manifold system. Hex-encoded, 0x-prefixed, 42-character string. |
in_claimIndex | STRING | Identifier for the claim configuration on the creator contract. Numeric string representing the claim instance being executed or initialized. |
in_claimParameters | STRUCT<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. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | block_number | from_address | in_claimIndex | trace_address | block_timestamp | transaction_hash | in_claimParameters | in_creatorContractAddress |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 347891 | 0 | true | 275513 | 0xd670c080 | 0xe7d3982e214f9dfd53d23a7f72851a7044072250 | 17067028 | 0x1964923a14701b45f2e36ff39fb19f40749eb011 | 1044353264 | 2023-04-17T14:16:23.000Z | 0x43b8adfa58a155512ed41342d4b30536813aee9b7f393f0b20008841a66fa772 | {“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“1682280000”,“location”:“XHcyo64COVFkzGwedPMcONdZze94LBSXqC_kysjnyuQ”,“totalMax”:“0”,“startDate”:“0”,“walletMax”:“0”,“merkleRoot”:“0x63b021adfed74680d7f8d233517f0ccd40a8b80e85860d3bb7809336c9be0fb2”,“paymentReceiver”:“0x1964923a14701b45f2e36ff39fb19f40749eb011”,“storageProtocol”:2} | 0x51d84330e9b0be75ed4fef85d61ebc51fc0aa677 | |
| 368903 | 0 | true | 292323 | 0xd670c080 | 0xe7d3982e214f9dfd53d23a7f72851a7044072250 | 17067055 | 0x766eec18165bf03025eeb208281375f7f071c428 | 1041193200 | 2023-04-17T14:21:47.000Z | 0x76a1dad187cacc70bef828d67a13ac6f2b0eb8d674db1ef472124235bce53392 | {“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“0”,“location”:“J6_em8ci_Qrq94XQa5pXmnfxWJW2XGuV10IJCVJqJuQ”,“totalMax”:“0”,“startDate”:“0”,“walletMax”:“0”,“merkleRoot”:“0x81c1be7fd71d433b7ff1ee4162010f9bb96b09037ea63970d22b9015ce56727a”,“paymentReceiver”:“0x766eec18165bf03025eeb208281375f7f071c428”,“storageProtocol”:2} | 0x7667154aefd6226353a1d7db152efb088ca2a18f | |
| 342318 | 0 | true | 271055 | 0xd670c080 | 0xe7d3982e214f9dfd53d23a7f72851a7044072250 | 17069508 | 0xaad7b0b00163458f5769a4a127d3663679b9386b | 1043507440 | 2023-04-17T22:40:35.000Z | 0xc02e3fa466ea46bf1a0196a00da81b456ab288ffd8546bbb0e653bba9def9433 | {“cost”:“1000000000000000”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“0”,“location”:“LPYY24gA7W4OQcF2qeL9obugp1lb5aUnhvpYwrufIrw”,“totalMax”:“10000”,“startDate”:“0”,“walletMax”:“0”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0xaad7b0b00163458f5769a4a127d3663679b9386b”,“storageProtocol”:2} | 0x2db55141670cec5bc651aaac6a2fcb5763241d09 |
Example Query
Example Query
Query with partition filter
ERC721BurnRedeem_burnRedeem_function
No description available.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_creatorContractAddresses | ARRAY<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_instanceIds | ARRAY<STRING> | - |
in_burnRedeemCounts | ARRAY<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_burnTokens | 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. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_creatorContractAddress | STRING | Contract address of the creator contract in the Manifold system. Hex-encoded, 0x-prefixed, 42-character string. |
in_instanceId | STRING | Unique identifier for a claim or burn-redeem campaign instance within the Manifold contract system. Numeric string representation of the instance ID. |
in_burnRedeemCount | STRING | Number of tokens to redeem in the burn-redeem transaction. Numeric string representation of the quantity being redeemed. |
in_burnTokens | ARRAY<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. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | block_number | from_address | in_burnTokens | in_instanceId | trace_address | block_timestamp | transaction_hash | in_burnRedeemCount | in_creatorContractAddress |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 249246 | 690000000000000 | true | 188813 | 0xc9dad696 | 0x20847f61e494e72d55d32a542c519e27d229aedb | 17035844 | 0x035e8a0a57f24fd10d447c6ce44524513dd6e09c | [{“id”:“2758”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”],“contractAddress”:“0x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f”}] | 1042268400 | 2023-04-13T02:17:35.000Z | 0x47a9d40f562b3c9db2c2432192d545ec88493372efd357ed1e027d9bbe554232 | 1 | 0x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f | |
| 249246 | 690000000000000 | true | 188813 | 0xc9dad696 | 0x20847f61e494e72d55d32a542c519e27d229aedb | 17040622 | 0x22d4f3c13910f644f5252be42e61d00151a84c3c | [{“id”:“5734”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”],“contractAddress”:“0x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f”}] | 1042268400 | 2023-04-13T20:04:23.000Z | 0x09b4a7d18b663842da7def1db2b2a649e467d4c31311dd6b7b6f7fda39fdd963 | 1 | 0x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f | |
| 249246 | 690000000000000 | true | 188813 | 0xc9dad696 | 0x20847f61e494e72d55d32a542c519e27d229aedb | 17041599 | 0x31f273902d5410fc44d57430e3402472a5a78d28 | [{“id”:“982”,“itemIndex”:“0”,“groupIndex”:“0”,“merkleProof”:[“0x0000000000000000000000000000000000000000000000000000000000000000”],“contractAddress”:“0x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f”}] | 1042268400 | 2023-04-13T23:26:11.000Z | 0x2a84621c1ff8aff05f59fb81d898ae7b754b72b403e9aca9cd774d1cd246b53b | 1 | 0x9efaaffef9ea6ac21ba19396fb147a4c8ed1114f |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_creatorContract | STRING | Contract address of the NFT creator contract associated with the claim or redeem operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_instanceId | STRING | Unique identifier for a claim or burn-redeem campaign instance within the Manifold contract system. Numeric string representation of the instance ID. |
in_tokenId | STRING | Unique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID. |
in_redeemedCount | STRING | Number of tokens redeemed in this burn-to-mint transaction on the Manifold ERC721 burn redeem contract. Typically a single token per redemption event. |
Sample Data
Sample Data
| address | removed | log_index | in_tokenId | block_number | in_instanceId | block_timestamp | in_redeemedCount | transaction_hash | in_creatorContract |
|---|---|---|---|---|---|---|---|---|---|
| 0x20847f61e494e72d55d32a542c519e27d229aedb | false | 536 | 471 | 17049990 | 1042260208 | 2023-04-15T04:11:47.000Z | 1 | 0x7a5086e2dea1657a5dc89554f6aede7cd32c201004332247b9abbaef5d052adc | 0x1acfe12777d05194f77e748a3900b155f1b6e46c |
| 0x20847f61e494e72d55d32a542c519e27d229aedb | false | 179 | 472 | 17050062 | 1042260208 | 2023-04-15T04:26:47.000Z | 1 | 0xb0cbdca90df99f3f957a4ebb60c2f27c2fb09d8bb49c08a042bdfac3960dda10 | 0x1acfe12777d05194f77e748a3900b155f1b6e46c |
| 0x20847f61e494e72d55d32a542c519e27d229aedb | false | 88 | 470 | 17049953 | 1042260208 | 2023-04-15T04:04:23.000Z | 1 | 0x3c54f9a7252412e829a53fa00938a191a40e6000ee6dfa0d607385512a041524 | 0x1acfe12777d05194f77e748a3900b155f1b6e46c |
Example Query
Example Query
Query with partition filter
ERC721LazyPayableClaim_ClaimMint_event
ERC-721 (Non-Fungible Token) lazy claim mint events emitted by Manifold creator claim contracts when tokens are minted through a payable claim campaign. Links claim instances to creator contracts for tracking NFT distribution through lazy minting mechanisms.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_creatorContract | STRING | Contract address of the NFT creator contract associated with the claim or redeem operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_claimIndex | STRING | Identifier for the claim configuration on the creator contract. Numeric string representing the claim instance being executed or initialized. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_claimIndex | block_timestamp | transaction_hash | in_creatorContract |
|---|---|---|---|---|---|---|---|
| 0x7581871e1c11f85ec7f02382632b8574fad11b22 | false | 660 | 17725823 | 1070031088 | 2023-07-19T07:42:59.000Z | 0xa24b4085d6d65b091e4808921972517ec690288ae51ab26a3c9cf69432eb9220 | 0x00f6eb62185433186c5be68f366f759732724831 |
| 0x7581871e1c11f85ec7f02382632b8574fad11b22 | false | 290 | 17728604 | 1070031088 | 2023-07-19T17:05:35.000Z | 0x5a1015b9ae415be2381fe22e51bed935a32476540eb1f6e0d620fb3186028325 | 0x00f6eb62185433186c5be68f366f759732724831 |
| 0x7581871e1c11f85ec7f02382632b8574fad11b22 | false | 104 | 16823862 | 538611952 | 2023-03-14T04:37:59.000Z | 0x64a00388706df48a97f5e504e287f743fa388535083dbfdd5ee30a704bb998d9 | 0x78222405953fad3e4c413307d8dfb345b686b617 |
Example Query
Example Query
Query with partition filter
ERC721LazyPayableClaim_ClaimMintBatch_event
ERC-721 batch mint claim events emitted by Manifold’s lazy payable claim contracts when multiple NFTs are minted in a single transaction through a claim campaign. Links creator contract addresses to claim instances and tracks quantity minted per batch operation.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_creatorContract | STRING | Contract address of the NFT creator contract associated with the claim or redeem operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_claimIndex | STRING | Identifier for the claim configuration on the creator contract. Numeric string representing the claim instance being executed or initialized. |
in_mintCount | STRING | Number of tokens minted in the batch operation. Numeric string representation of the mint quantity. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_mintCount | in_claimIndex | block_timestamp | transaction_hash | in_creatorContract |
|---|---|---|---|---|---|---|---|---|
| 0x7581871e1c11f85ec7f02382632b8574fad11b22 | false | 356 | 16726399 | 2 | 548548848 | 2023-02-28T11:36:11.000Z | 0x6046847ecd85f22b2ad24288f98e6777aacb28fb415b5fbc554472934dd2b0fe | 0x07f5f8b84412e78e88ac43119fe040b3d342f0c7 |
| 0x7581871e1c11f85ec7f02382632b8574fad11b22 | false | 664 | 16725604 | 2 | 548548848 | 2023-02-28T08:55:23.000Z | 0x0b92956cec8f64e62bfa329d1ec68f747ca0b8b3fce1fafd41ad0d6bd9fecde4 | 0x07f5f8b84412e78e88ac43119fe040b3d342f0c7 |
| 0x7581871e1c11f85ec7f02382632b8574fad11b22 | false | 262 | 16725188 | 2 | 548548848 | 2023-02-28T07:31:11.000Z | 0xeaa287aff1dc86043a95f2b9d44e6bb5c867367721812e7186b37d30faf5bd89 | 0x07f5f8b84412e78e88ac43119fe040b3d342f0c7 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_creatorContractAddress | STRING | Contract address of the creator contract in the Manifold system. Hex-encoded, 0x-prefixed, 42-character string. |
in_claimIndex | STRING | Identifier for the claim configuration on the creator contract. Numeric string representing the claim instance being executed or initialized. |
in_claimParameters | STRUCT<totalMax STRING, walletMax STRING, startDate STRING, endDate STRING, storageProtocol INT64, identical BOOL, merkleRoot STRING, location STRING, cost STRING, paymentReceiver STRING, erc20 STRING> | Configuration parameters for initializing a claim campaign on the Manifold platform. Struct containing supply limits (totalMax, walletMax), time constraints (startDate, endDate as Unix timestamps), metadata storage details (storageProtocol, location), pricing information (cost, erc20 token address), payment destination (paymentReceiver), access control (merkleRoot for allowlists), and optionally whether minted tokens are identical. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | block_number | from_address | in_claimIndex | trace_address | block_timestamp | transaction_hash | in_claimParameters | in_creatorContractAddress |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 198887 | 0 | true | 158743 | 0x975b4d95 | 0x7581871e1c11f85ec7f02382632b8574fad11b22 | 16876242 | 0x83231461951daa3bc76a775e6e78b3401caf3c1a | 1064460528 | 2023-03-21T13:14:35.000Z | 0x1d27f1570337094af1c99d5794df5eeccc23bc3edd4d9f5e4d598139fc28446d | {“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“0”,“location”:“FHlofga4PExh6Sen1MvkiScDhvqKqF6ILNGrdadbJh8”,“totalMax”:“0”,“identical”:true,“startDate”:“0”,“walletMax”:“5”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0x83231461951daa3bc76a775e6e78b3401caf3c1a”,“storageProtocol”:2} | 0x583d49b3777f5b294c10ccb353fe0920b786aee7 | |
| 198932 | 0 | true | 158779 | 0x975b4d95 | 0x7581871e1c11f85ec7f02382632b8574fad11b22 | 16877972 | 0xd80f207466400229930535b54de89f95f83225b9 | 1062705392 | 2023-03-21T19:05:47.000Z | 0x54d19bb0afce2167eebc7d1418967a1d205e4c6aa8fe55cfca1d368ece4a2027 | {“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 | |
| 199441 | 0 | true | 159186 | 0x975b4d95 | 0x7581871e1c11f85ec7f02382632b8574fad11b22 | 16873844 | 0x568f888e808621bde2f8f6511bfcf952732ae70c | 1064589552 | 2023-03-21T05:09:47.000Z | 0x5289bc2880162364427800ec6f63a9fcac10a6902e31ec105f30f21f77f3857c | {“cost”:“0”,“erc20”:“0x0000000000000000000000000000000000000000”,“endDate”:“1679986800”,“location”:“6FxUMUaoS81BkRv30LTnZfW7Vlm-6HzBpr0Z9JfqD1Q”,“totalMax”:“1000”,“identical”:false,“startDate”:“1679382000”,“walletMax”:“2”,“merkleRoot”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“paymentReceiver”:“0x568f888e808621bde2f8f6511bfcf952732ae70c”,“storageProtocol”:2} | 0x4f3a894f0655e4bea7f809c2ccec0c5e43e7e7a9 |
Example Query
Example Query
Query with partition filter