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.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_wallet | STRING | Wallet address associated with the event. Hex-encoded, 0x-prefixed, 42-character string. |
in_mainModule | STRING | Contract 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_salt | STRING | Cryptographic salt value used for deterministic address generation in contract deployment. 66-character hex string including 0x prefix. |
Sample Data
Sample Data
| address | in_salt | removed | in_wallet | log_index | block_number | in_mainModule | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x8fa5088df65855e0daf87fa6591659893b24871d | 0x47d64b069bd6b16c47990e2cbe0cb76b0849e19b1c6864f6f4a6effb3993ef08 | false | 0xa399b7f7bf8eb1b3bb68940220e5565755033110 | 0 | 7030934 | 0x8fd900677aabcbb368e0a27566ccd0c7435f1926 | 2024-05-21T21:50:51.000Z | 0x0d43c1fafb559c3e131f0f81164bc5160344cdf4e2cd2cd985d56455a6cbffc1 |
| 0x8fa5088df65855e0daf87fa6591659893b24871d | 0x867df02edee51b51c6e7c647da44d4e16be7aaea6bdbad9a0cb5741f99ac7833 | false | 0x2aff757f752c7aa6e13ea76ec5a10c05a0814ee8 | 0 | 6998427 | 0x8fd900677aabcbb368e0a27566ccd0c7435f1926 | 2024-05-21T03:47:16.000Z | 0x0f4cdec9ffbfb0de375ab2fd528296076c74173c7436c1de0e673a627a9c0811 |
| 0x8fa5088df65855e0daf87fa6591659893b24871d | 0x0953d2f8c2091cf0edcd9bccc78ae9d01b1c6d30b10c939b7ef6180640b3d408 | false | 0xf895a33ca8ba22caf93eaf3246fc306ab75e95d5 | 0 | 7018822 | 0x8fd900677aabcbb368e0a27566ccd0c7435f1926 | 2024-05-21T15:07:07.000Z | 0x1c2221500af3d8048bb7cd6d006b9caea3f90f1f1b8f41824a241aa780cdb59f |
Example Query
Example Query
Query with partition filter
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.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_orderHash | STRING | Unique identifier for the order being filled or executed. 66-character hex string including 0x prefix. |
in_offerer | STRING | Address of the party creating and offering the order for fulfillment. Hex-encoded, 0x-prefixed, 42-character string. |
in_zone | STRING | Contract address of the zone enforcing additional order validation and restrictions in Seaport protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_offer | ARRAY<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_consideration | ARRAY<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. |
Sample Data
Sample Data
| address | in_zone | removed | in_offer | log_index | in_offerer | block_number | in_orderHash | in_recipient | block_timestamp | in_consideration | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x6c12ad6f0bd274191075eb2e78d7da5ba6453424 | 0x00338b92bec262078b3e49bf12bbea058916bf91 | false | [{“token”:“0x4ac8a115131778c748e58e77cb7e58f850a31325”,“amount”:“1”,“itemType”:2,“identifier”:“78466”}] | 0 | 0x0c6d9852c925113fc3ed2a880dd7f7ec0aed0033 | 6142365 | 0x6aba6180906e90b19eb8d0be4550b6836535e198f5233ad91478e75ea22dd8a2 | 0x93970cb64922ba94789f76f4a75c8800a3925f0c | 2024-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 |
| 0x6c12ad6f0bd274191075eb2e78d7da5ba6453424 | 0x00338b92bec262078b3e49bf12bbea058916bf91 | false | [{“token”:“0x2483cd7f6bde4cc603cd9587273692791e7b0569”,“amount”:“1”,“itemType”:2,“identifier”:“7680”}] | 20 | 0x7314afeab45bd943f4e4d28f590cbcd326f553c7 | 6167288 | 0xf130e942de79188545d30299fda51421cb5da459e6a2814db0bd25ae8ef3396a | 0x0d5624c61fbf0b2e2c7ea70d638dfac9d00dffd4 | 2024-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 |
| 0x6c12ad6f0bd274191075eb2e78d7da5ba6453424 | 0x00338b92bec262078b3e49bf12bbea058916bf91 | false | [{“token”:“0x2483cd7f6bde4cc603cd9587273692791e7b0569”,“amount”:“1”,“itemType”:2,“identifier”:“3837”}] | 28 | 0xb8ae024ccc1839b26f83cff18eadecc9d34c1c4e | 6167288 | 0x3447cda0acd7c05063f218fc7b539650dc9f296d845765a2862e77bb1ec01f19 | 0x5b2a48c938c653e001f76420422746398f3b65c7 | 2024-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 |
Example Query
Example Query
Query with partition filter
ImmutableSeaport_OrdersMatched_event
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. |
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_orderHashes | ARRAY<STRING> | Array of order hash identifiers that were matched in the transaction. Each hash is a 66-character hex string including 0x prefix. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
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.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__space | STRING | Nonce 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__newNonce | STRING | The 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. |
Sample Data
Sample Data
| address | removed | in__space | log_index | block_number | in__newNonce | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x32022d3f17a0159d3e806317fd7d8057387a6cd6 | false | 0 | 0 | 11731200 | 104 | 2024-09-07T17:47:25.000Z | 0x23b43d479caaa0dd62f284fc580e2714c71629fffe991b83d145b2cfc0f8a70d |
| 0xfb3281442a0705eb76baea41347a6bdc5e3e5e48 | false | 0 | 2 | 11731456 | 118 | 2024-09-07T17:55:57.000Z | 0xbea53566ef1c39218e4562f8aae2cb08f71ca44262a9c087f08bf0b5cc5e91f2 |
| 0xbdcc468e21d2bae93bde5d435554f5f768ea75f3 | false | 0 | 0 | 11731968 | 60886 | 2024-09-07T18:13:01.000Z | 0x3189a4bd158603cbdb96515f6cfd883c29ec848b819caa14eaee632e00e473d1 |
Example Query
Example Query
Query with partition filter