Skip to main content

Tables

ERC721CollectionV2_Issue_event

NFT minting events from Decentral Games ERC-721 collections on Polygon, tracking issued token IDs, item types, caller addresses, and beneficiary recipients. Used for analyzing NFT issuance patterns and distribution across different collection items.
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__beneficiarySTRINGAddress that received the newly minted NFT from this issuance event. Hex-encoded, 0x-prefixed 40-character Ethereum address on Polygon.
in__tokenIdSTRINGUnique identifier for the NFT (Non-Fungible Token) within its contract. String-encoded integer value.
in__itemIdSTRINGTemplate identifier for the type of NFT being issued in the collection. Numeric string that categorizes different item types within the Decentral Games ERC721 collection.
in__issuedIdSTRINGSequential identifier assigned to the newly minted NFT within the collection’s issuance system. Increments with each Issue event and serves as the collection-specific token counter distinct from the global tokenId.
in__callerSTRINGAddress of the account that initiated the function call which emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin__callerin__itemIdin__tokenIdblock_numberin__issuedIdblock_timestampin__beneficiarytransaction_hash
0xb854bf4d15be8e1f9b38e8b6af7d3283b81edfd8false1580x966dc1f18d8a870550b3addc52b5493f7df6ca44060024214889060022023-04-30T20:10:59.000Z0x86cdd7265e3785793c5330702c2003d64b2ced670x94695a143170bcbbca03a895a11a07fe6706cfc1ff8779d9c7069c7953ca7e8c
0xb854bf4d15be8e1f9b38e8b6af7d3283b81edfd8false3050xc9a67ed1472a76d064c826b54c144ca00dae4015060034215444960032023-04-30T23:32:00.000Z0x6f0c3711e9e2dc33cd8f34e806a7805f1f1b91850x207ef86b944207ff06deb3a2dd87f16255c202a25a8ca446b804172d7aeb5009
0xb854bf4d15be8e1f9b38e8b6af7d3283b81edfd8false4700xc9a67ed1472a76d064c826b54c144ca00dae4015060014212640060012023-04-30T06:32:51.000Z0x7100ca50cc8f8f01cb43ee4e34ea15e7065fd5370x0443bb6f3fb47f262012b84189e5acefe8bfe140500c49643d12f4f79c51fba5
Query with partition filter
SELECT *
FROM `tt-contracts.decentralgames_v1_polygon.ERC721CollectionV2_Issue_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

IceCleaner_Purchased_event

In-game purchase events from Decentral Games IceCleaner contract on Polygon, tracking player spending of points to acquire NFT tokens. Used for analyzing virtual economy activity and player engagement within the Decentral Games ecosystem.
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_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_tokenAddressSTRINGToken contract address for the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_playerAddressSTRINGPolygon wallet address of the player who made the purchase in the Decentral Games IceCleaner contract. Hex-encoded, 0x-prefixed 40-character string representing the buyer’s account.
in_pointsAmountSTRINGAmount of points spent by the player to purchase the IceCleaner item in Decentral Games. Represented as a string-encoded integer, typically showing values around 105 points per transaction.
addressremovedlog_indexin_tokenIdblock_numberblock_timestampin_pointsAmountin_tokenAddressin_playerAddresstransaction_hash
0x470517a0c1a9124188e87d359acebbefbe3ffd23false84212417613392023-04-20T21:27:13.000Z1050x40519b3aebc58a489d576962a02efca7497faf440x3d3f7bae7f52e490ea5b7e1597041fd2f8db7efe0xe0da4cc9250f5a20d964aaa5c065ea4bc3d9d0f3b84aa09e70ce255b7d0fc2c1
0x470517a0c1a9124188e87d359acebbefbe3ffd23false259212417613652023-04-20T21:28:09.000Z1050x40519b3aebc58a489d576962a02efca7497faf440x3d3f7bae7f52e490ea5b7e1597041fd2f8db7efe0xd80e6491ba6b959f3480a571ed4fdf4ba10b764cccf007f9a74a057108e51830
0x470517a0c1a9124188e87d359acebbefbe3ffd23false229212417613112023-04-20T21:26:13.000Z1050x40519b3aebc58a489d576962a02efca7497faf440x3d3f7bae7f52e490ea5b7e1597041fd2f8db7efe0x2b4b45dca577e8a9dacb9cb4572362b5a15f9451bf12c2ca26fad55eabb2f02d
Query with partition filter
SELECT *
FROM `tt-contracts.decentralgames_v1_polygon.IceCleaner_Purchased_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

IceRegistrant_IceLevelTransfer_event

ICE token level transfer events from Decentral Games protocol on Polygon, tracking ownership changes of ICE NFT levels between accounts. Used to analyze player progression, level trading activity, and account interactions within the Decentral Games metaverse ecosystem.
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_oldOwnerSTRINGAddress of the previous owner before an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenAddressSTRINGToken contract address for the asset involved in the 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.
addressremovedlog_indexin_tokenIdin_newOwnerin_oldOwnerblock_numberblock_timestampin_tokenAddresstransaction_hash
0xc9a67ed1472a76d064c826b54c144ca00dae4015false11125274950000453724807500326644080903756534822896131786701034634608780x46d5e2f151cd9c11bf32ca6b87ca1f65ed400fa40xf5fdaa91b9bcbbde2e3626e4c4c817b34bd796f9399656242023-03-04T19:42:09.000Z0xa67e3d65588c6760da6a4e7e6c2319dfb24c0ab00xb571a239483d6256334334d04caf4d87a7e2b10586916e05f5871ba284d00d4f
0xc9a67ed1472a76d064c826b54c144ca00dae4015false17615796843750283578004687704152550564847834264310082366688146646630450x613e052555ac74ff6af0fc64e40e8035c1e9dcf80xeb03c497e7f692bf1a4f1e6a47c9eaed27aa4b7e399353972023-03-04T00:17:43.000Z0xa67e3d65588c6760da6a4e7e6c2319dfb24c0ab00x973f9423ae4e1fad5f57a2d98b1035f74e5fb24b4663b55bbe5716db3061554b
0xc9a67ed1472a76d064c826b54c144ca00dae4015false17580x613e052555ac74ff6af0fc64e40e8035c1e9dcf80xeb03c497e7f692bf1a4f1e6a47c9eaed27aa4b7e399354562023-03-04T00:19:49.000Z0xa67e3d65588c6760da6a4e7e6c2319dfb24c0ab00x18e4e1632a498b35cd59128a07a72a4bb8aeff6d290dcdf07b0c00e498a9b8f8
Query with partition filter
SELECT *
FROM `tt-contracts.decentralgames_v1_polygon.IceRegistrant_IceLevelTransfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

IceRegistrant_InitialMinting_event

Initial NFT minting events from Decentral Games’ ICE token registrant contract on Polygon, tracking token IDs, owner addresses, and cumulative mint counts. Used for analyzing NFT distribution patterns and minting activity in the Decentral Games ecosystem.
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_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_mintCountSTRINGNumber of tokens minted in the batch operation. Numeric string representation of the mint quantity.
in_tokenOwnerSTRINGPolygon address of the wallet that received the initially minted token. Hex-encoded, 0x-prefixed 40-character string representing the NFT recipient.
addressremovedlog_indexin_tokenIdblock_numberin_mintCountin_tokenOwnerblock_timestamptransaction_hash
0xc9a67ed1472a76d064c826b54c144ca00dae4015false34426362519248491014480x05e5bb138250761974b5674c8125a11dba9fc8a52024-01-04T09:42:23.000Z0xcbd907e2b822ee2cec6563d3a564c81fed86d4285cf80a459f695a55ec793c14
0xc9a67ed1472a76d064c826b54c144ca00dae4015false1022522519227411014460x0969c7e120de4c5906ca84b69e4a8b8db0ccdf802024-01-04T08:23:12.000Z0x4cdc7d8630eab17f0c3fe120e300f9071d6acbf233dd4dbfda70e4e7a1eface2
0xc9a67ed1472a76d064c826b54c144ca00dae4015false2711053122916685571866979180276836704323188950954005491112543109778545519294591014660x0969c7e120de4c5906ca84b69e4a8b8db0ccdf802024-01-04T12:38:41.000Z0x6bb9648b94665cd5272749acb680110b62b1d1a84e09443530ae2e4301376c0e
Query with partition filter
SELECT *
FROM `tt-contracts.decentralgames_v1_polygon.IceRegistrant_InitialMinting_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

IceRegistrant_UpgradeItem_event

Item upgrade events from Decentral Games’ ICE (Poker) gaming protocol on Polygon. Records when players enhance NFT wearables and game items with owner addresses, item identifiers, and sequential request tracking for analyzing in-game progression mechanics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
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_itemIdSTRINGIdentifier of the specific item type being upgraded in the Decentral Games Ice Registrant system. Numeric string values ranging from 0 to 20 indicate different upgrade item categories.
in_issuedIdSTRINGUnique identifier assigned to this specific upgrade item issuance within the Decentral Games ICE system. Incrementally assigned numeric value that tracks individual item instances as they are upgraded.
in_tokenOwnerSTRINGPolygon address of the wallet that owns the token being upgraded in this Decentral Games ICE event. Value is null when the owner address is not applicable to the upgrade transaction.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_tokenAddressSTRINGToken contract address for the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_requestIndexSTRINGSequential identifier for the upgrade request within the Decentral Games ICE system. Incrementing numeric value used to track individual item upgrade operations in chronological order.
addressremovedin_itemIdlog_indexin_tokenIdin_issuedIdblock_numberin_tokenOwnerblock_timestampin_requestIndexin_tokenAddresstransaction_hash
0xc9a67ed1472a76d064c826b54c144ca00dae4015false1043105312291668557186697918027683670432318895095400549111254310977544181295802930x45338bf3dcf0c55a3a6b1404b78e39cbe1f5105b2022-06-15T02:07:04.000Z217660x09eeac7dff0dc304e25cbb7bdbfae798488fc34f0xd2ddd290d8eb2a3493040b6872041a4211c62ce3fb8b5f7e0d42a4a44d5b20f7
0xc9a67ed1472a76d064c826b54c144ca00dae4015false1214105312291668557186697918027683670432318895095400549111254310977708172295828300x683448da31066365f2b9ea8b8acba4245ca6bcd12022-06-15T03:44:58.000Z217730x09eeac7dff0dc304e25cbb7bdbfae798488fc34f0x6a2eaa531504fd28b58ed0e0c8201578908ff0426e345ac5d97aa53d5e1aa86d
0xc9a67ed1472a76d064c826b54c144ca00dae4015false11931158435208354129053677098304520374755507846049406040223797420753068172295803590x45338bf3dcf0c55a3a6b1404b78e39cbe1f5105b2022-06-15T02:09:20.000Z217670x09eeac7dff0dc304e25cbb7bdbfae798488fc34f0x518f4e889d8ce295850cfd10cb1c25fdde024ee98babe8791dff981b5d4db1d0
Query with partition filter
SELECT *
FROM `tt-contracts.decentralgames_v1_polygon.IceRegistrant_UpgradeItem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100