Tables
ArtGobblers_ArtGobbled_event
Art feeding events from the Art Gobblers NFT protocol on Ethereum, recording when users feed external NFT artwork to their Gobbler tokens. Tracks Gobbler IDs, artwork NFT contracts, and owner addresses for analyzing collection composition and feeding 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. |
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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_gobblerId | STRING | Unique identifier for the Art Gobbler NFT involved in the event. Numeric string representation. |
in_nft | STRING | Contract address of the NFT being gobbled by an Art Gobbler in this event. Hex-encoded, 0x-prefixed 40-character Ethereum address, typically pointing to the Art Gobblers Pages contract. |
in_id | STRING | Unique identifier for the position, record, or entity within the protocol. Numeric string representation. |
Sample Data
Sample Data
| in_id | in_nft | address | in_user | removed | log_index | block_number | in_gobblerId | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 4966 | 0x600df00d3e42f885249902606383ecdcb65f2e02 | 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x3db5d3bed41bccecffa646c352ecfb9d6574bd46 | false | 304 | 16554932 | 2792 | 2023-02-04T10:50:35.000Z | 0xbc9eed8ddfa8e6a610f4b86fa98d20287e0f9b8fa2c41b9b8b00ed6ae2d328c0 |
| 7286 | 0x600df00d3e42f885249902606383ecdcb65f2e02 | 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x068889fcf3f87f052456b8817210302eaa67eba1 | false | 231 | 17034757 | 3008 | 2023-04-12T22:04:47.000Z | 0x8f9b1ca94278ebf36409b713dc37a51dc8fd6747e9a73b0cc82017eefd1d67c6 |
| 770 | 0x600df00d3e42f885249902606383ecdcb65f2e02 | 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x92572aae1c9c4ba92011a6a56579c79dbb272cd8 | false | 118 | 16014777 | 1880 | 2022-11-21T00:22:23.000Z | 0xce3ced8e76905d4a8f4915c3903ccebba75252d698505b77d748b9e55a3d36aa |
Example Query
Example Query
Query with partition filter
ArtGobblers_GobblerClaimed_event
Gobbler NFT claim events from the Art Gobblers generative art project on Ethereum, recording when users claim their Gobbler tokens by ID. Used for tracking NFT distribution, claim timing patterns, and holder acquisition across the collection launch period.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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_gobblerId | STRING | Unique identifier for the Art Gobbler NFT involved in the event. Numeric string representation. |
Sample Data
Sample Data
| address | in_user | removed | log_index | block_number | in_gobblerId | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x2f0c082c0c99e52e8de2c24a23a024daf2dc065f | false | 444 | 16581449 | 2828 | 2023-02-08T03:43:11.000Z | 0xd6d5231dc0aa3c49ba60b235b09e65def5fd0d1277e29311676407d47f76efab |
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x96431e9ee8bc0c94b8193a60fdff411c71d8cc0c | false | 199 | 16660555 | 2915 | 2023-02-19T05:26:59.000Z | 0xe908ff26ebb0afc50d348556128e4c8166b8494808541820df8f0f32949615e4 |
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x49715ef4af104c2df3a8d60625f41287649d7a81 | false | 153 | 15898597 | 1923 | 2022-11-04T18:58:47.000Z | 0x0d011c5dda2b3d0cd8797a2468522a36ca685de6ede351bfed96ef3008e219ce |
Example Query
Example Query
Query with partition filter
ArtGobblers_GobblerPurchased_event
Purchase events for Art Gobblers NFTs on Ethereum, tracking buyer addresses, Gobbler token IDs, and purchase prices in wei. Used for analyzing primary market sales, pricing dynamics, and collector acquisition patterns in the Art Gobblers ecosystem.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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_gobblerId | STRING | Unique identifier for the Art Gobbler NFT involved in the event. Numeric string representation. |
in_price | STRING | Price of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision. |
Sample Data
Sample Data
| address | in_user | removed | in_price | log_index | block_number | in_gobblerId | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x27f7cee5e1775111d58867d8ed63f59d17800718 | false | 56268753837811809931167 | 394 | 18042379 | 4296 | 2023-09-01T14:44:59.000Z | 0xb6284e4512c466493250ad8373d77bddb943bd61700dbafb5131dcb4799b1088 |
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0xc0bc7bbc9afa9b0577d10bd3eb636c8d3ab841d3 | false | 56511969385760501180524 | 283 | 18043412 | 4297 | 2023-09-01T18:12:23.000Z | 0xd90a502b777de92769ed3548ce44434b1975cce87c11d2e090ce41919d2f5e1a |
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x9f026e38de747ae3a503fbfaa2fe9d08f4db28d0 | false | 61050164988497622013621 | 462 | 18044143 | 4299 | 2023-09-01T20:40:59.000Z | 0x5ddb66e65518da04fa75deb4703f7c190ff34bf6afbdd84ba2b42c3261281353 |
Example Query
Example Query
Query with partition filter
ArtGobblers_GooBalanceUpdated_event
Goo token balance update events from the Art Gobblers NFT project on Ethereum, tracking user balance changes in the protocol’s ERC-20 Goo token. Used for analyzing Goo accumulation patterns, user activity, and token economy dynamics in the gamified NFT ecosystem.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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_newGooBalance | STRING | Updated Goo token balance for the user after the transaction, denominated in wei (10^18 per Goo). Sample values range from small amounts to hundreds of trillions of wei, indicating balance changes from various Art Gobblers protocol interactions. |
Sample Data
Sample Data
| address | in_user | removed | log_index | block_number | block_timestamp | in_newGooBalance | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x07670dd0d0d00ed6ec47cd4073c7ad5ddda32405 | false | 225 | 16174648 | 2022-12-13T08:39:59.000Z | 534775295522454638131 | 0xa06ea60f525fe9ce19f6718960d746b58d8380bb62594852e54b30a47606bb0c |
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x09be9ab0eb61327d26904bae69efdc6633d5eec8 | false | 1 | 16177160 | 2022-12-13T17:07:23.000Z | 1253849230956178527220 | 0x17dc0e501391414a0956e8790c0a74b01577003072ef904aaabede84dcc65de4 |
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x0c1a3e4e1c3da4c89582dfa1afa87a1853d7f78f | false | 143 | 16178574 | 2022-12-13T21:51:35.000Z | 137088350640223432897535 | 0x802a5ec1d102f03efad7cb9c39605b833b6bfd5d94f0c311af3f62736ec29dee |
Example Query
Example Query
Query with partition filter
ArtGobblers_LegendaryGobblerMinted_event
Legendary Gobbler minting events from the Art Gobblers NFT project on Ethereum, recording when users burn multiple standard Gobblers to mint rare Legendary tokens. Tracks minter addresses, newly minted Legendary IDs (9991-9998), and the list of burned Gobbler token IDs sacrificed in each 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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_gobblerId | STRING | Unique identifier for the Art Gobbler NFT involved in the event. Numeric string representation. |
in_burnedGobblerIds | STRING | Comma-separated list of Gobbler token IDs that were burned to mint this legendary Gobbler NFT. Can be empty when no standard Gobblers were consumed in the minting process. |
Sample Data
Sample Data
| address | in_user | removed | log_index | block_number | in_gobblerId | block_timestamp | transaction_hash | in_burnedGobblerIds |
|---|---|---|---|---|---|---|---|---|
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x6f9bb7e454f5b3eb2310343f0e99269dc2bb8a1d | false | 9 | 18082147 | 9993 | 2023-09-07T04:23:59.000Z | 0x3ebe5c4b43918c69bd272a406b850c3a031311c3183c19678660bb8c8a443b65 | 3708,3668,3629,3152,3041 |
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0xa848a2f4d6e21c6c4154c78b155bb04b4c14a3bd | false | 120 | 18210976 | 9994 | 2023-09-25T06:20:47.000Z | 0x5b31cd856d9acdb85765ecbb7e747470744f06a2838d0f0c45202ed96a96b469 | 4229,1578,3511,3159,4268,4287,3842,156,4202,1648,2422,4424,2775,3953,3850,2326,4228,2318,4230,2732,2853,4196,216,1125,2727,4212,3147,3973,689,2186,3634,4206,4197,1307,3633,3852,704,782,880,3635,1248,1140,2468,3840,2682,881,4231,4302,4286,4267,446,511,4285,4213,2526,3061,2857,318 |
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0xa848a2f4d6e21c6c4154c78b155bb04b4c14a3bd | false | 368 | 17095451 | 9992 | 2023-04-21T14:47:47.000Z | 0xdd0503d38e19c5d727d4f3ab1503d2db1e6cf43591049e4554b04fe0006f1dff | 2561,2565,3084,3165,2720,2058,2657,1357,522,2461,722,23,587,1564,81,1830,793,1228,459,626,2686,1874,846,1479,3286,2570,2553,3238,3122,3158,838,3202,747,3030,3005,2946,2788,2124,1796,2675,2592,3302,3285,1074,564,2567,1075,884,802,3099,18,2426,2175,1214,1365,1145,2978,412,1127,28,1443,1203,919,1579,2425,2087,2721,1722,2685,992,2919,2902,2263,2630,2611,178,2310,960,2259,230,2032,1438,1141,1341,1807,1433,1600,1706,1711 |
Example Query
Example Query
Query with partition filter
ArtGobblers_removeGoo_function
Goo token withdrawal transactions from the Art Gobblers NFT (Non-Fungible Token) protocol on Ethereum. Tracks users removing Goo (the protocol’s ERC-20 utility token) from their staked positions, including withdrawal amounts and transaction outcomes.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_gooAmount | STRING | Amount of Goo tokens being removed from the ArtGobblers contract, denominated in wei (18 decimals). Values typically range from thousands to hundreds of thousands of Goo tokens. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | block_number | from_address | in_gooAmount | trace_address | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 62439 | 0 | true | 62012 | 0x9cc397fb | 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 16501565 | 0xd1464d62321c15bb73f80f9dcef7edc37acc22e4 | 2479043054920284000000 | 2023-01-27T23:55:23.000Z | 0x3dd84f7ccdaa1c25616b3002cbf016d13c4265e1fd9ee9035c83133335fe1358 | |
| 67510 | 0 | true | 44852 | 0x9cc397fb | 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 16501341 | 0xef0b8b88296f2da8c059f89caf38208d171fd975 | 2000000000000000000000 | 2023-01-27T23:10:11.000Z | 0x0b2dbb87e69ad982c9fbff59f3a2f4df1a379ca6e2b83750657963dc071b1233 | |
| 67618 | 0 | true | 44924 | 0x9cc397fb | 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 16495748 | 0x42e79006448a305cf2d48d3213e2f11b36868526 | 1060800405033234772682 | 2023-01-27T04:23:59.000Z | 0x938102098311324bc360c1c93aa3dc8fdbe46eb9c5ba69ed4345af3f11c8ed72 |
Example Query
Example Query
Query with partition filter
ArtGobblers_ReservedGobblersMinted_event
Reserved Gobbler NFT minting events from the Art Gobblers protocol on Ethereum, tracking team/community reserve allocations to specific addresses. Used for analyzing reserved token distribution patterns and team allocation activity separate from public mints.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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_lastMintedGobblerId | STRING | Identifier of the last Art Gobbler NFT minted in this reserved batch transaction. Sequential numeric value tracking the highest token ID issued to the recipient address. |
in_numGobblersEach | STRING | Number of reserved Art Gobblers NFTs minted to each recipient in this minting event. Always equals “1” in practice, indicating single-token mints from the reserved supply. |
Sample Data
Sample Data
| address | in_user | removed | log_index | block_number | block_timestamp | transaction_hash | in_numGobblersEach | in_lastMintedGobblerId |
|---|---|---|---|---|---|---|---|---|
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0xe4212ba9186d01f275648cabedc9a4edc29a48b9 | false | 128 | 16111955 | 2022-12-04T14:11:23.000Z | 0x5787f2a263248c4f28ed3218fb3a36108177457088c223649debe7ca1bc49f7e | 1 | 2289 |
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0x21abf7722652527ad37e24e601ab639f152b1585 | false | 241 | 16672542 | 2023-02-20T21:50:35.000Z | 0xb15bf601cc13844d7aa48fb1de704234374dbee3e6bf524baed66b74cc88e202 | 1 | 2927 |
| 0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 | 0xf3a9252c444447001b215dd86701ada678b27122 | false | 55 | 15910268 | 2022-11-06T10:06:11.000Z | 0xc50ba44febee2f8f29ce2f37f98432953f3094ac0e3a01a6db4bcee4aa991ac9 | 1 | 1954 |
Example Query
Example Query
Query with partition filter
GnosisSafe_SafeReceived_event
ETH receipt events for the Art Gobblers project’s Gnosis Safe multisig wallet on Ethereum. Tracks incoming native ETH transfers with sender addresses and amounts in wei for treasury activity monitoring.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_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_value | STRING | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values. |
Sample Data
Sample Data
| address | removed | in_value | in_sender | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xe974159205528502237758439da8c4dcc03d3023 | false | 112250000000000000 | 0x000000000000ad05ccc4f10045630fb830b95127 | 112 | 16081229 | 2022-11-30T07:11:23.000Z | 0xbc5bcbed13269d09cf922a1df598cd571085102008454d6e11ad6477cd59706b |
| 0xe974159205528502237758439da8c4dcc03d3023 | false | 262200000000000000 | 0x000000000000ad05ccc4f10045630fb830b95127 | 164 | 16085509 | 2022-11-30T21:33:59.000Z | 0xf0644b36f92ea9339a376e76f62e8300239c2d27b1aea6e94d415722db1e1638 |
| 0xe974159205528502237758439da8c4dcc03d3023 | false | 410550000000000000 | 0x00000000006c3852cbef3e08e8df289169ede581 | 171 | 16081718 | 2022-11-30T08:49:47.000Z | 0xc2404d8aa29eb51bd4a8a3c9efc4a1c0e2d509d45f40cca4f2807a8885997a56 |
Example Query
Example Query
Query with partition filter
Pages_CommunityPagesMinted_event
Community-minted Pages events from the Art Gobblers NFT project on Ethereum. Records batch minting activity with user addresses, quantity minted, and the last sequential page ID assigned 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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_lastMintedPageId | STRING | Sequential identifier of the last page minted in this transaction from the Art Gobblers Pages contract. Monotonically increasing numeric value tracking cumulative page creation across the collection. |
in_numPages | STRING | Number of Art Gobblers Pages tokens minted by the user in this transaction. Values typically range from 1 to 5 pages per mint event. |
Sample Data
Sample Data
| address | in_user | removed | log_index | in_numPages | block_number | block_timestamp | transaction_hash | in_lastMintedPageId |
|---|---|---|---|---|---|---|---|---|
| 0x600df00d3e42f885249902606383ecdcb65f2e02 | 0xebd7282b7086b7b25fc4f7b6b0d1af94e2a267f3 | false | 10 | 5 | 16002425 | 2022-11-19T06:59:11.000Z | 0x5fc14c8cb56590c9e187e72487bddc8888c1f0677770027c2888e9859f2f7b1d | 1321 |
| 0x600df00d3e42f885249902606383ecdcb65f2e02 | 0x3fe3a8fe534ae4fcd8fe355832deae0bc344fd02 | false | 56 | 5 | 15939834 | 2022-11-10T13:11:23.000Z | 0xd8c347a0d254ff4f3442e09bb5a7faf1213766e61c926fb7186a960b58804586 | 835 |
| 0x600df00d3e42f885249902606383ecdcb65f2e02 | 0xe1f6f7da716dffa89aac49c77ccff7171b7192c7 | false | 62 | 5 | 15939834 | 2022-11-10T13:11:23.000Z | 0xd1c73e264a9d976550146c5835b8d8ffac175f763c9b0fd3c72834f8cf63a990 | 840 |
Example Query
Example Query
Query with partition filter
Pages_PagePurchased_event
Page purchase events from the Art Gobblers NFT project on Ethereum, recording when users acquire blank canvas Pages with pricing in wei. Useful for analyzing Page mint dynamics, user acquisition patterns, and the bonding curve pricing mechanism.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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_pageId | STRING | Unique identifier for the Art Gobblers page NFT being purchased in this transaction. Represented as a numeric string, with IDs incrementing sequentially (e.g., 6723, 6766). |
in_price | STRING | Price of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision. |
Sample Data
Sample Data
| address | in_user | removed | in_price | in_pageId | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x600df00d3e42f885249902606383ecdcb65f2e02 | 0x548057cc8910351d30438ea9a91f1f9116cc534a | false | 1431986453381983637 | 6723 | 293 | 16808379 | 2023-03-12T00:24:35.000Z | 0xf0c6f5bbd61af6b68ad7a3d6283c0ef121ad23c9e8f3fdcc558fad09cf557042 |
| 0x600df00d3e42f885249902606383ecdcb65f2e02 | 0xafcd6e3d6b8e87722ed8d5a598e811672a462a9d | false | 2016159120820240905 | 6768 | 1285 | 16812290 | 2023-03-12T13:38:11.000Z | 0x159594a14ac321afd7287b4927448a38668029daa18e068a529361d7156a8a13 |
| 0x600df00d3e42f885249902606383ecdcb65f2e02 | 0xafcd6e3d6b8e87722ed8d5a598e811672a462a9d | false | 1967427538509253929 | 6766 | 1278 | 16812290 | 2023-03-12T13:38:11.000Z | 0x0337d9ea94ddfb731154b351ce8a879495f6745811d7d870f118993c9ee52d55 |
Example Query
Example Query
Query with partition filter