Skip to main content

Tables

SeaportV1_OrderFulfilled_event

Event emitted when a Seaport protocol order is successfully executed, containing offered items, requested consideration items, order hash, offerer and recipient addresses, and zone contract for validation. Used for tracking NFT and token marketplace transactions across decentralized exchanges.
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
0x00000000006c3852cbef3e08e8df289169ede5810x0000000000000000000000000000000000000000false[{“token”:“0xf857a6d9a2b69810e18a3837ca27a015806d2f48”,“amount”:“1”,“itemType”:2,“identifier”:“5”}]30xe981e2a9a49c82a22fe5e44e58c8523c8d622792707343030x08309800f322a2bbe6d9cbf2c034af6ec74b18d3e515d7a5f0f2f424a38352760xc5d75c81b93bf0d57cd2479252e39619f0d09ca42023-03-17T11:46:53.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“54725000000000”,“itemType”:0,“recipient”:“0xe981e2a9a49c82a22fe5e44e58c8523c8d622792”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“275000000000”,“itemType”:0,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”}]0x3a863977c322545c390610002a516708f2b00cba2bb80a1f3ac8ad1e2cde7508
0x00000000006c3852cbef3e08e8df289169ede5810x0000000000000000000000000000000000000000false[{“token”:“0xe9515eedc71bdfa0e50c5b88c8bf248b61b659fb”,“amount”:“1”,“itemType”:2,“identifier”:“17829”}]170x7b18a0181e73754828faad8eecf8030d715c52f1708303080x25f56a1a7fa9a9cdfef158802d67276b79cb2db6427578a29a16d4f914b1c4ff0xbc85434c7dc83b790d55fb12f4a0361c5557c1132023-03-17T18:25:42.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“97500000000000”,“itemType”:0,“recipient”:“0x7b18a0181e73754828faad8eecf8030d715c52f1”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“2500000000000”,“itemType”:0,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”}]0x2ebbbd6ca5294c184538c6f17985f8acd5bc821b1e88a429d02cad472a77907d
0x00000000006c3852cbef3e08e8df289169ede5810x0000000000000000000000000000000000000000false[{“token”:“0x47b4ee9b46e606cdd9e5390a18219b44f1d4eb57”,“amount”:“1”,“itemType”:2,“identifier”:“500299”}]00x4c9234a1db2cfb06665c9b0870764c881a4d2d71706774780xeb09ac4bc1dce008386addd9d5fd72d8e73d58ee24c4fecf35ed24114e0896db0x0ff8150f85a59c79f6940822d9ecbe5db08298302023-03-17T07:52:20.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“388050000000000”,“itemType”:0,“recipient”:“0x4c9234a1db2cfb06665c9b0870764c881a4d2d71”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“1950000000000”,“itemType”:0,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”}]0x11be4638b1f7f95248f2c316ac973428ab1debe8af86db08a3b845a84581fea0
Query with partition filter
SELECT *
FROM `tt-contracts.seaport_v1_arbitrum.SeaportV1_OrderFulfilled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SeaportV4_OrderFulfilled_event

Event emitted when an order is successfully fulfilled in the Seaport v1.4 protocol, containing offer items, consideration items, offerer address, order hash, and recipient. Used for tracking NFT and token marketplace transactions including sales proceeds and fee distributions.
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
0x00000000000001ad428e4906ae43d8f9852d0dd60x0000000000000000000000000000000000000000false[{“token”:“0x82af49447d8a07e3bd95bd0d56f35241523fbab1”,“amount”:“480000000000000”,“itemType”:1,“identifier”:“0”}]2370xa5eab826cffea039f5035063714db1f049b29fc3803467900x6fe97415c433fc73078b7fe74d98f8c45e60f57e33978c038810dbfbe28335b00x544e9b7fdd0a7d1db7adeb60935d9302424cafac2023-04-14T11:22:09.000Z[{“token”:“0x2f05e799c61b600c65238a9df060caba63db8e78”,“amount”:“1”,“itemType”:3,“recipient”:“0xa5eab826cffea039f5035063714db1f049b29fc3”,“identifier”:“1”},{“token”:“0x82af49447d8a07e3bd95bd0d56f35241523fbab1”,“amount”:“12000000000000”,“itemType”:1,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”}]0x4dc617e79dbd0db4945a78bfa139c8a7434c4da85af8261b5bf788ada6a649c8
0x00000000000001ad428e4906ae43d8f9852d0dd60x0000000000000000000000000000000000000000false[{“token”:“0x82af49447d8a07e3bd95bd0d56f35241523fbab1”,“amount”:“480000000000000”,“itemType”:1,“identifier”:“0”}]00xa15d158494670095672c16468ed830c5f388253f802893120x94f098ca19329cad1fcd200d42803f14dec27f8ce754de362b8770680285fde90x23d74eda1bce0f3b3c542c14db05460d94514c2d2023-04-14T07:23:55.000Z[{“token”:“0x2f05e799c61b600c65238a9df060caba63db8e78”,“amount”:“1”,“itemType”:3,“recipient”:“0xa15d158494670095672c16468ed830c5f388253f”,“identifier”:“1”},{“token”:“0x82af49447d8a07e3bd95bd0d56f35241523fbab1”,“amount”:“12000000000000”,“itemType”:1,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”}]0x78a4e6ff6c17ed991b32335768c9434b30481b1db4370d4506917f22387f9444
0x00000000000001ad428e4906ae43d8f9852d0dd60x0000000000000000000000000000000000000000false[{“token”:“0x82af49447d8a07e3bd95bd0d56f35241523fbab1”,“amount”:“480000000000000”,“itemType”:1,“identifier”:“0”}]30x23d74eda1bce0f3b3c542c14db05460d94514c2d802823650x5a034e07779513923cecdfa75a4987fd0f74b41046942221418e11de10d34dc80x832fd0b738236e8472702c9f1e953a3e8aec1b8d2023-04-14T06:55:03.000Z[{“token”:“0x2f05e799c61b600c65238a9df060caba63db8e78”,“amount”:“1”,“itemType”:3,“recipient”:“0x23d74eda1bce0f3b3c542c14db05460d94514c2d”,“identifier”:“1”},{“token”:“0x82af49447d8a07e3bd95bd0d56f35241523fbab1”,“amount”:“12000000000000”,“itemType”:1,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”}]0x43aa872e9a513d6a57d0783402aed90699c6cda4d0d3c6b82284ee4aaf3ce565
Query with partition filter
SELECT *
FROM `tt-contracts.seaport_v1_arbitrum.SeaportV4_OrderFulfilled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SeaportV5_OrderFulfilled_event

Event logs recording successful order executions on the Seaport v1.5 decentralized exchange protocol. Contains offer items, consideration items (payments and fees), order participants (offerer, recipient, zone), and order hash for tracking marketplace trades across NFTs (ERC-721/ERC-1155) and fungible tokens.
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
0x00000000000000adc04c56bf30ac9d3c0aaf14dc0x0000000000000000000000000000000000000000false[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“10000000000000000”,“itemType”:0,“identifier”:“0”}]90xb453fdeab8c20285223a902bc9017fcecc741898878483830x0d789f63de86a4b9101404c6d953c8fd1367f47bcb12239449bf910fce39aa960xb453fdeab8c20285223a902bc9017fcecc7418982023-05-06T09:21:35.000Z[]0x6dcc4801ccc6fe5064eec08fd6701c98e866ed26359d0c647958a55707ede52b
0x00000000000000adc04c56bf30ac9d3c0aaf14dc0x0000000000000000000000000000000000000000false[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“10000000000000000”,“itemType”:0,“identifier”:“0”}]10x577825a762aa697a7d65868eff4f12a3895460d1878559800xcd0546167c9ed3594724d04fe5b54b6b23fa586b838a058008125bcd88ba34410x577825a762aa697a7d65868eff4f12a3895460d12023-05-06T09:53:17.000Z[]0xb50e93d80268f25be13bb18f8cedc8f7d21d88c01fbd106f2bf9961933faacbc
0x00000000000000adc04c56bf30ac9d3c0aaf14dc0x0000000000000000000000000000000000000000false[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“10000000000000000”,“itemType”:0,“identifier”:“0”}]160x007ca061ed741f7407d212fedc10c37bdc1187ba878581130x8287ca1582595479d06fc0a0b8282d0b8053fe941bb53ca6f3dbcae37d2372960x007ca061ed741f7407d212fedc10c37bdc1187ba2023-05-06T10:02:11.000Z[]0x90b93b45361f521b57a16ce551552e41b6b82c1c045816da80e07d71e90d0049
Query with partition filter
SELECT *
FROM `tt-contracts.seaport_v1_arbitrum.SeaportV5_OrderFulfilled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100