Skip to main content

Tables

1155_Purchased_event

ERC-1155 NFT purchase events from Zora protocol on Optimism, tracking mints with buyer address, token ID, quantity, and payment value in wei. Used for analyzing Zora NFT sales activity and creator revenue.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_minterSTRINGAddress authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_quantitySTRINGNumber of tokens or units being purchased, minted, transferred, or involved in the transaction. Numeric string representation in smallest denomination.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_valuein_minterin_senderlog_indexin_tokenIdin_quantityblock_numberblock_timestamptransaction_hash
0x9f775588d77821055ef4ecf8d126a5fce0c57b56false7770000000000000x3678862f04290e565cca2ef163baeb92bb76790c0xb7831d978dd131019703c894439a1a3a5902bcec3111117777632023-11-05T03:18:23.000Z0x9f5d851a91f617f500758eaea592dd6e2b985072d711baef61849b2237f30c4e
0x9f775588d77821055ef4ecf8d126a5fce0c57b56false7770000000000000x3678862f04290e565cca2ef163baeb92bb76790c0x4f5695d12c30eae448c5f38023b12572e483453c20111118059442023-11-05T18:57:45.000Z0x38eb72c8cf9120a9427b1ffc2162aa4c62c5a903154d7684dce2a6518715b4f5
0x9f775588d77821055ef4ecf8d126a5fce0c57b56false7770000000000000x3678862f04290e565cca2ef163baeb92bb76790c0xd180dd68759a1570a66439548319b94240f309c06111118062572023-11-05T19:08:11.000Z0xcb45e314f69c6d64f642a1c1bb0fa3d55e80ff33d6823d79d05c69bc8bb72ef3
Query with partition filter
SELECT *
FROM `tt-contracts.zora_v1_optimism.1155_Purchased_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

721Drop_MintFeePayout_event

Mint fee payment events from Zora’s ERC-721 drop contracts on Optimism, recording fee amounts and recipient addresses for each successful NFT mint transaction. Useful for analyzing protocol revenue distribution and tracking platform fees across Zora 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_mintFeeAmountSTRINGFee amount paid for minting an NFT from the Zora 721Drop contract, denominated in wei. Typically represents a platform or protocol fee (e.g., 0.000777 ETH in samples).
in_mintFeeRecipientSTRINGWallet address that receives the minting fee from the ERC-721 NFT drop on Optimism. Hex-encoded, 0x-prefixed 40-character string identifying the fee beneficiary for each mint transaction.
in_successBOOLBoolean flag indicating whether the operation completed successfully.
addressremovedlog_indexin_successblock_numberblock_timestampin_mintFeeAmounttransaction_hashin_mintFeeRecipient
0x31eb3dd0e75dac10d07e8c6cfa54bcb7ae1774cefalse5true1083193912023-08-17T01:59:19.000Z7770000000000000x076c2080b9ccdd382a97925790845830e16923714fbb992761f3122828a4568e0x7a810dcd0f8d83b20212326813db6ef7e9fd030c
0x31eb3dd0e75dac10d07e8c6cfa54bcb7ae1774cefalse7true1083306802023-08-17T08:15:37.000Z7770000000000000x332f464899debff807cef60b683b70ae02634c9b5b03c000e6f23b38898dee330x7a810dcd0f8d83b20212326813db6ef7e9fd030c
0x31eb3dd0e75dac10d07e8c6cfa54bcb7ae1774cefalse7true1083472582023-08-17T17:28:13.000Z7770000000000000x79e9219e2155d409a81a70d42dacaa2207b60bba1d6e5f7839a38f44eea89ca90x7a810dcd0f8d83b20212326813db6ef7e9fd030c
Query with partition filter
SELECT *
FROM `tt-contracts.zora_v1_optimism.721Drop_MintFeePayout_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

721Drop_Sale_event

NFT (ERC-721) sale events from Zora v1 drop contracts on Optimism, capturing mints and secondary purchases with buyer address, token ID, quantity, and price per token. Useful for tracking collection mint progress and analyzing pricing patterns across Zora drops.
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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_quantitySTRINGNumber of tokens or units being purchased, minted, transferred, or involved in the transaction. Numeric string representation in smallest denomination.
in_pricePerTokenSTRINGPrice paid per NFT token in the sale denominated in wei (smallest unit of ETH). Sample values show both free mints (0) and paid mints (e.g., 2560000000000000 wei = 0.00256 ETH).
in_firstPurchasedTokenIdSTRINGToken ID of the first NFT in the purchase sequence, useful for tracking multi-token mints. Represented as a numeric string identifier (e.g., ‘16344’, ‘86’) assigned by the ERC-721 contract.
in_toaddressremovedlog_indexin_quantityblock_numberblock_timestampin_pricePerTokentransaction_hashin_firstPurchasedTokenId
0xd2275771391cae5afbc05b4160889c4c89af4d120x31eb3dd0e75dac10d07e8c6cfa54bcb7ae1774cefalse1111136857612023-12-19T07:18:19.000Z00xa0e36c31209540a02be66b2814e210c6fe437dd1c77845e19ea049422fc28a6016344
0x983e82aa3e9ebdcf8cd3900469ee6a78d72afcf80x3b5f256ebded2412016edb7c7f646d61e7796d8afalse711136749832023-12-19T01:19:03.000Z00x5eda503112abe5646e05b598279e2199f16c86fac38ce9ba92b33f3763d5cf7586
0xf6418efa0724e6af3dffb809a77934b53bc0f9b10x3ef0d6baa5d41a32797b02d472dea5ea780b5ffffalse1311136982532023-12-19T14:14:43.000Z00xb3a225387db351e333e7f6d4f224ddc094db027745615fd8b0e274473c9abf3f110
Query with partition filter
SELECT *
FROM `tt-contracts.zora_v1_optimism.721Drop_Sale_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory1155_SetupNewContract_event

ERC-1155 contract deployment events from Zora’s factory on Optimism, capturing new NFT collection creation with metadata URIs, creator addresses, admin roles, and royalty configurations (basis points, recipient address, mint schedule).
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_newContractSTRINGAddress of the newly deployed ERC-1155 contract created by the factory. Hex-encoded, 0x-prefixed, 42-character string.
in_creatorSTRINGAddress of the account that initiated the creation event. Hex-encoded, 0x-prefixed, 42-character string.
in_defaultAdminSTRINGAddress designated as the default administrator for the newly created contract. Hex-encoded, 0x-prefixed, 42-character string.
in_contractURISTRINGURI pointing to off-chain contract-level metadata. IPFS URI format with either CIDv0 (Qm-prefixed) or CIDv1 (bafkrei-prefixed) content identifiers.
in_nameSTRINGName or label identifier for the entity being created, registered, or updated in the event.
in_defaultRoyaltyConfigurationSTRUCT<royaltyMintSchedule STRING, royaltyBPS STRING, royaltyRecipient STRING>Default royalty settings for the newly created ERC-1155 contract. Contains three fields: royaltyMintSchedule (mint schedule integer), royaltyBPS (royalty percentage in basis points), and royaltyRecipient (address receiving royalty payments, hex-encoded with 0x prefix).
addressin_nameremovedlog_indexin_creatorblock_numberin_contractURIin_newContractblock_timestampin_defaultAdmintransaction_hashin_defaultRoyaltyConfiguration
0x78b524931e9d847c40bcbf225c25e154a7b05fdaStarknet AİRDROPfalse450xff2aa81a57feb17c692d06310fc76ee0dfb55dc4113014946ipfs://bafkreihroa6yihaqq57gcf24pfoqlcvlusssutq55fparn2nrrqvtmqg540x0ba80cc462c7042c72b880b21253cf2e0e686cc72023-12-03T18:37:49.000Z0xff2aa81a57feb17c692d06310fc76ee0dfb55dc40x687a87f84c7a292f3a2ed2e460cd1d39bcecdda17edac367b4805eca26682a0a{“royaltyBPS”:“0”,“royaltyRecipient”:“0xff2aa81a57feb17c692d06310fc76ee0dfb55dc4”,“royaltyMintSchedule”:“0”}
0x78b524931e9d847c40bcbf225c25e154a7b05fdaPuppy Dreams and Crypto Hopesfalse10x5b4c155a9fe7cb63e9ce8194cf56d51661ef7366113013033ipfs://bafkreih3by5sfopddshbcgk3glmw456ft7ijlkr5oja7htokuldurrmqma0x191046add33f4b553b97f177d5fb74882751aafd2023-12-03T17:34:03.000Z0x5b4c155a9fe7cb63e9ce8194cf56d51661ef73660xafcf7f2a32a07137e88125d7d0e9325986e7178e21f7304cf9c0f2151ff2ee26{“royaltyBPS”:“500”,“royaltyRecipient”:“0x5b4c155a9fe7cb63e9ce8194cf56d51661ef7366”,“royaltyMintSchedule”:“0”}
0x78b524931e9d847c40bcbf225c25e154a7b05fdaIn Safe Hands: The Trust of Cryptofalse30xe80864820ac94f0d027f78cb418de5810d9ccd65113015172ipfs://bafkreiejs3wh7cjxpwr3xld43rxx6rocoepveawuir42lvk7l2hb2pfyre0x4af87839fa252899ea9a88b5dc8b173931eede182023-12-03T18:45:21.000Z0xe80864820ac94f0d027f78cb418de5810d9ccd650x8f249fe8182832cf8143f4bc5e111276b84566a87c8c1fc98c23d2b5bc9f919b{“royaltyBPS”:“500”,“royaltyRecipient”:“0xe80864820ac94f0d027f78cb418de5810d9ccd65”,“royaltyMintSchedule”:“0”}
Query with partition filter
SELECT *
FROM `tt-contracts.zora_v1_optimism.Factory1155_SetupNewContract_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory721_CreatedDrop_event

NFT edition creation events from Zora’s ERC-721 factory contract on Optimism, recording new drop deployments with creator address, edition size, and deployed contract address for tracking Zora protocol NFT launches.
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_creatorSTRINGAddress of the account that initiated the creation event. Hex-encoded, 0x-prefixed, 42-character string.
in_editionContractAddressSTRINGContract address of the newly created NFT edition. Hex-encoded, 0x-prefixed, 42-character string.
in_editionSizeSTRINGMaximum number of NFTs that can be minted in the edition. String-encoded integer, with 18446744073709551615 representing unlimited supply.
addressremovedlog_indexin_creatorblock_numberin_editionSizeblock_timestamptransaction_hashin_editionContractAddress
0x7d1a46c6e614a0091c39e102f2798c27c1fa8892false70xfe977e8fceb9c976b735eb66475c8babcc67e39710990386010000002023-09-22T18:14:57.000Z0xfa0e88c7d5c10e9912235395273d0eb6731f6873b98e74e364f05dd73c06673d0xc437627a5db1417eccb6f537c684fa7077b6503f
0x7d1a46c6e614a0091c39e102f2798c27c1fa8892false80x6cb82e6732d3cc70acf54eb795168aae6650fd2e109876476184467440737095516152023-09-22T03:02:09.000Z0xb0213c256600c16a56cf7587e093d81d35e7b95fd662a72e59cb92eb92e09eae0x72c2e184507b8a3d897ad3cfccf8fe4680e619a4
0x7d1a46c6e614a0091c39e102f2798c27c1fa8892false80xf88eff6d9e3ce72ea8ead9630eafcab8c572c190109911361184467440737095516152023-09-22T22:24:59.000Z0x48184d8d6d8285c0dfa2e46c48a652a5eee21f9c36e66f74919fe297d24491740x99a5cbb044c365f9f45b38fca994e37e3ddcdad6
Query with partition filter
SELECT *
FROM `tt-contracts.zora_v1_optimism.Factory721_CreatedDrop_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100