Skip to main content

Tables

Factory_WalletDeployed_event

Smart contract wallet deployment events from Immutable zkEVM factory contract, tracking newly created wallets with their deployment salts and main module addresses for analyzing account creation patterns.
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_walletSTRINGWallet address associated with the event. Hex-encoded, 0x-prefixed, 42-character string.
in_mainModuleSTRINGContract address of the main module implementation used by the deployed wallet. This address is consistent across deployments (0x8fd900677aabcbb368e0a27566ccd0c7435f1926 in samples), indicating a standard wallet architecture pattern.
in_saltSTRINGCryptographic salt value used for deterministic address generation in contract deployment. 66-character hex string including 0x prefix.
addressin_saltremovedin_walletlog_indexblock_numberin_mainModuleblock_timestamptransaction_hash
0x8fa5088df65855e0daf87fa6591659893b24871d0x47d64b069bd6b16c47990e2cbe0cb76b0849e19b1c6864f6f4a6effb3993ef08false0xa399b7f7bf8eb1b3bb68940220e5565755033110070309340x8fd900677aabcbb368e0a27566ccd0c7435f19262024-05-21T21:50:51.000Z0x0d43c1fafb559c3e131f0f81164bc5160344cdf4e2cd2cd985d56455a6cbffc1
0x8fa5088df65855e0daf87fa6591659893b24871d0x867df02edee51b51c6e7c647da44d4e16be7aaea6bdbad9a0cb5741f99ac7833false0x2aff757f752c7aa6e13ea76ec5a10c05a0814ee8069984270x8fd900677aabcbb368e0a27566ccd0c7435f19262024-05-21T03:47:16.000Z0x0f4cdec9ffbfb0de375ab2fd528296076c74173c7436c1de0e673a627a9c0811
0x8fa5088df65855e0daf87fa6591659893b24871d0x0953d2f8c2091cf0edcd9bccc78ae9d01b1c6d30b10c939b7ef6180640b3d408false0xf895a33ca8ba22caf93eaf3246fc306ab75e95d5070188220x8fd900677aabcbb368e0a27566ccd0c7435f19262024-05-21T15:07:07.000Z0x1c2221500af3d8048bb7cd6d006b9caea3f90f1f1b8f41824a241aa780cdb59f
Query with partition filter
SELECT *
FROM `tt-contracts.immutable_v1_immutablezkevm.Factory_WalletDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ImmutableSeaport_OrderFulfilled_event

NFT marketplace order fulfillment events from Seaport protocol on Immutable zkEVM, capturing NFT sales with offered tokens, payment consideration amounts, and marketplace fee distributions for tracking trading volume and royalty flows.
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_orderHashSTRINGUnique identifier for the order being filled or executed. 66-character hex string including 0x prefix.
in_offererSTRINGAddress of the party creating and offering the order for fulfillment. Hex-encoded, 0x-prefixed, 42-character string.
in_zoneSTRINGContract address of the zone enforcing additional order validation and restrictions in Seaport protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_offerARRAY<STRUCT<itemType INT64, token STRING, identifier STRING, amount STRING>>Array of items being offered by the seller in the order. Each item specifies the token type, contract address, token identifier, and quantity being sold.
in_considerationARRAY<STRUCT<itemType INT64, token STRING, identifier STRING, amount STRING, recipient STRING>>Array of items requested by the seller in exchange for the offered items. Each item specifies the token type, contract address, token identifier, amount, and recipient address for payment distribution including seller proceeds and marketplace fees.
addressin_zoneremovedin_offerlog_indexin_offererblock_numberin_orderHashin_recipientblock_timestampin_considerationtransaction_hash
0x6c12ad6f0bd274191075eb2e78d7da5ba64534240x00338b92bec262078b3e49bf12bbea058916bf91false[{“token”:“0x4ac8a115131778c748e58e77cb7e58f850a31325”,“amount”:“1”,“itemType”:2,“identifier”:“78466”}]00x0c6d9852c925113fc3ed2a880dd7f7ec0aed003361423650x6aba6180906e90b19eb8d0be4550b6836535e198f5233ad91478e75ea22dd8a20x93970cb64922ba94789f76f4a75c8800a3925f0c2024-05-01T08:09:18.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“1000000000000000000”,“itemType”:0,“recipient”:“0x0c6d9852c925113fc3ed2a880dd7f7ec0aed0033”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“20000000000000000”,“itemType”:0,“recipient”:“0xb2f4dcc6b02293088d3362e78a4af0cd07c38b49”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“50000000000000000”,“itemType”:0,“recipient”:“0xcc8495535c93559d6b1aa35c4d5b190139db3771”,“identifier”:“0”}]0x5bf4756deaaa825c469aba59ece0b89acc743602bb63e5b9047daed12847a6ca
0x6c12ad6f0bd274191075eb2e78d7da5ba64534240x00338b92bec262078b3e49bf12bbea058916bf91false[{“token”:“0x2483cd7f6bde4cc603cd9587273692791e7b0569”,“amount”:“1”,“itemType”:2,“identifier”:“7680”}]200x7314afeab45bd943f4e4d28f590cbcd326f553c761672880xf130e942de79188545d30299fda51421cb5da459e6a2814db0bd25ae8ef3396a0x0d5624c61fbf0b2e2c7ea70d638dfac9d00dffd42024-05-01T22:00:04.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“2490040000000000000000”,“itemType”:0,“recipient”:“0x7314afeab45bd943f4e4d28f590cbcd326f553c7”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“49800800000000000000”,“itemType”:0,“recipient”:“0xb2f4dcc6b02293088d3362e78a4af0cd07c38b49”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“12450200000000000000”,“itemType”:0,“recipient”:“0xcc8495535c93559d6b1aa35c4d5b190139db3771”,“identifier”:“0”}]0x9c618b1a110139b8c00899d6504688159cf8cef0831f84502256a256cacfe0cb
0x6c12ad6f0bd274191075eb2e78d7da5ba64534240x00338b92bec262078b3e49bf12bbea058916bf91false[{“token”:“0x2483cd7f6bde4cc603cd9587273692791e7b0569”,“amount”:“1”,“itemType”:2,“identifier”:“3837”}]280xb8ae024ccc1839b26f83cff18eadecc9d34c1c4e61672880x3447cda0acd7c05063f218fc7b539650dc9f296d845765a2862e77bb1ec01f190x5b2a48c938c653e001f76420422746398f3b65c72024-05-01T22:00:04.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“2490040000000000000000”,“itemType”:0,“recipient”:“0xb8ae024ccc1839b26f83cff18eadecc9d34c1c4e”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“49800800000000000000”,“itemType”:0,“recipient”:“0xb2f4dcc6b02293088d3362e78a4af0cd07c38b49”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“12450200000000000000”,“itemType”:0,“recipient”:“0xcc8495535c93559d6b1aa35c4d5b190139db3771”,“identifier”:“0”}]0xa18aeb14208dd3d17e4c6e16032ed41c760c89f5a2149b52ed2394a9c1b6c948
Query with partition filter
SELECT *
FROM `tt-contracts.immutable_v1_immutablezkevm.ImmutableSeaport_OrderFulfilled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ImmutableSeaport_OrdersMatched_event

No description available.
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_orderHashesARRAY<STRING>Array of order hash identifiers that were matched in the transaction. Each hash is a 66-character hex string including 0x prefix.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.immutable_v1_immutablezkevm.ImmutableSeaport_OrdersMatched_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Wallet_NonceChange_event

Nonce updates for wallet accounts on Immutable zkEVM, tracking transaction sequence numbers by wallet address and nonce space. Used for monitoring account activity patterns and detecting transaction ordering issues.
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__spaceSTRINGNonce namespace or space identifier for the wallet’s transaction counter on Immutable zkEVM. Always ‘0’ in sample data, indicating the default or primary nonce space.
in__newNonceSTRINGThe updated nonce value for the wallet in the specified nonce space after this event. Typically increments sequentially with each transaction, tracking the number of operations the wallet has performed.
addressremovedin__spacelog_indexblock_numberin__newNonceblock_timestamptransaction_hash
0x32022d3f17a0159d3e806317fd7d8057387a6cd6false00117312001042024-09-07T17:47:25.000Z0x23b43d479caaa0dd62f284fc580e2714c71629fffe991b83d145b2cfc0f8a70d
0xfb3281442a0705eb76baea41347a6bdc5e3e5e48false02117314561182024-09-07T17:55:57.000Z0xbea53566ef1c39218e4562f8aae2cb08f71ca44262a9c087f08bf0b5cc5e91f2
0xbdcc468e21d2bae93bde5d435554f5f768ea75f3false0011731968608862024-09-07T18:13:01.000Z0x3189a4bd158603cbdb96515f6cfd883c29ec848b819caa14eaee632e00e473d1
Query with partition filter
SELECT *
FROM `tt-contracts.immutable_v1_immutablezkevm.Wallet_NonceChange_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100