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”:“0x4200000000000000000000000000000000000006”,“amount”:“69000000000000000”,“itemType”:1,“identifier”:“0”}]00x8169514c0c4b6f861a9ec65a485569bb4b1b91da826736040x5a19f4566dc1d5c71b2815d26a9ea7c91a2daabe2ed179fa5a52c788c85e99590x00000000000000000000000000000000000000002023-03-21T13:49:34.000Z[{“token”:“0x51e5426ede4e2d4c2586371372313b5782387222”,“amount”:“1”,“itemType”:2,“recipient”:“0x8169514c0c4b6f861a9ec65a485569bb4b1b91da”,“identifier”:“3523”},{“token”:“0x4200000000000000000000000000000000000006”,“amount”:“345000000000000”,“itemType”:1,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”},{“token”:“0x4200000000000000000000000000000000000006”,“amount”:“1725000000000000”,“itemType”:1,“recipient”:“0xe97f24237dadb8a9b1d1319609e7fffc0f223f78”,“identifier”:“0”}]0x11ebc74f7b52538973df71d64dc1379cb5e8ca9640db7e6528a47a082a1157c9
0x00000000006c3852cbef3e08e8df289169ede5810x0000000000000000000000000000000000000000false[{“token”:“0x51e5426ede4e2d4c2586371372313b5782387222”,“amount”:“1”,“itemType”:2,“identifier”:“3523”}]10x24fc25705cbf31dc3f1a662e0b97b49071235650826736040xb73bff21bec64d142187736910c085a37b9668c56e20dc5cc9393fb839053a780x00000000000000000000000000000000000000002023-03-21T13:49:34.000Z[{“token”:“0x4200000000000000000000000000000000000006”,“amount”:“66930000000000000”,“itemType”:1,“recipient”:“0x24fc25705cbf31dc3f1a662e0b97b49071235650”,“identifier”:“0”}]0x11ebc74f7b52538973df71d64dc1379cb5e8ca9640db7e6528a47a082a1157c9
0x00000000006c3852cbef3e08e8df289169ede5810x0000000000000000000000000000000000000000false[{“token”:“0xc66a1ee3be858e7041dda9bd1ea2fbd3ce07f63e”,“amount”:“1”,“itemType”:2,“identifier”:“6887”}]00xe9c938f0e787e2a125d2dbdbdc67bc24e58c3701827449100xd635a258e879820a40c23ca80581b9b6c2d16285e7a56678bf3e3577b3c730b10xcf8373446363216f0dac6ace39cd3db12cf8689b2023-03-21T20:40:50.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“140000000000000”,“itemType”:0,“recipient”:“0xe9c938f0e787e2a125d2dbdbdc67bc24e58c3701”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“4000000000000”,“itemType”:0,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“16000000000000”,“itemType”:0,“recipient”:“0xdd32a567bc09384057a1f260086618d88b28e64f”,“identifier”:“0”}]0x55c11aea6941591aa6b7e54230a5b3f252a926acf4aba43006fdb0d36bdaaff5
Query with partition filter
SELECT *
FROM `tt-contracts.seaport_v1_optimism.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”:“0x0000000000000000000000000000000000000000”,“amount”:“2000000000000000”,“itemType”:0,“identifier”:“0”}]10xbdef6a773653c2364372ea16d62882bdb4a9feb4837365990xd7119891ec03cca77fe9a06b3e3306d12d457a35a030abe4f6bdf6090f87bb090xbdef6a773653c2364372ea16d62882bdb4a9feb42023-03-26T04:26:55.000Z[]0x1c74f2f38d9161274c000038cd9e67dcc46296ca38f0429a49457495ba7abb5a
0x00000000000001ad428e4906ae43d8f9852d0dd60x000000e7ec00e7b300774b00001314b8610022b8false[{“token”:“0x4200000000000000000000000000000000000006”,“amount”:“800000000000000”,“itemType”:1,“identifier”:“0”}]00x4bf1bcf9553c03336888ac22bc2ed0d92319b92c837915050xa4a815faafb7a09592a133d9afa43910750863772715ff23b9562702ed0a1df60x18c6715f8edf035d74e27b0dce6ef0ed264bed602023-03-26T10:06:31.000Z[{“token”:“0x92b30821a00687c19327f92adfe49caebda41561”,“amount”:“1”,“itemType”:2,“recipient”:“0x4bf1bcf9553c03336888ac22bc2ed0d92319b92c”,“identifier”:“1155”},{“token”:“0x4200000000000000000000000000000000000006”,“amount”:“4000000000000”,“itemType”:1,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”},{“token”:“0x4200000000000000000000000000000000000006”,“amount”:“80000000000000”,“itemType”:1,“recipient”:“0x4e278488d7e4d30311a93e1843aa684310e2d13c”,“identifier”:“0”}]0xe95fb6a8ede342b9ed0417360ef21c35d09721793f3d1d11238c825371551b8c
0x00000000000001ad428e4906ae43d8f9852d0dd60x000000e7ec00e7b300774b00001314b8610022b8false[{“token”:“0x4200000000000000000000000000000000000006”,“amount”:“1400000000000000”,“itemType”:1,“identifier”:“0”}]00x4bf1bcf9553c03336888ac22bc2ed0d92319b92c838824670xcdff5a912faa8c2b47f9284f4d019c4acfbda1573daa1e4767a99c6973c6f7110xea4b43227c209024fa84936cf13f7d9d015480bc2023-03-26T18:01:27.000Z[{“token”:“0x4743b78700f1b0f6824b0d7e10b3738a562ae5f5”,“amount”:“1”,“itemType”:2,“recipient”:“0x4bf1bcf9553c03336888ac22bc2ed0d92319b92c”,“identifier”:“1785”},{“token”:“0x4200000000000000000000000000000000000006”,“amount”:“7000000000000”,“itemType”:1,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”},{“token”:“0x4200000000000000000000000000000000000006”,“amount”:“140000000000000”,“itemType”:1,“recipient”:“0x4e278488d7e4d30311a93e1843aa684310e2d13c”,“identifier”:“0”}]0x2246b0c92a07951cd713a690d3c80f58899b0530f83e6debf16fc9d9158ce8ff
Query with partition filter
SELECT *
FROM `tt-contracts.seaport_v1_optimism.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”:“0x0110bb5739a6f82eafc748418e572fc67d854a0f”,“amount”:“1”,“itemType”:2,“identifier”:“1066”}]390xad85f6a7d50a9e2302f38f95eb1ebced0f77dd901070709460xc93729ff2e097aa5f40bf5e730926af8660c6df128cfd806c04751a79d7d86860xad85f6a7d50a9e2302f38f95eb1ebced0f77dd902023-07-19T04:24:29.000Z[{“token”:“0x4200000000000000000000000000000000000006”,“amount”:“1950000000000000”,“itemType”:1,“recipient”:“0xad85f6a7d50a9e2302f38f95eb1ebced0f77dd90”,“identifier”:“0”}]0x183a12b9ed554a8e8963607e559753a536e4141cb6ef5e6d4557b43c3d721c99
0x00000000000000adc04c56bf30ac9d3c0aaf14dc0x0000000000000000000000000000000000000000false[{“token”:“0x0110bb5739a6f82eafc748418e572fc67d854a0f”,“amount”:“1”,“itemType”:2,“identifier”:“64”}]920x9cafd5d52af08483b321bf4d20bb9a56adcfcf141071008760x1fe44a0b029519cadef32348f7122ed1811cc572f46f5d9c8c03f0241ca42c760xaaad9e03a25615d0988b3dea2660c7691f7103a22023-07-19T21:02:09.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“4290000000000000”,“itemType”:0,“recipient”:“0x9cafd5d52af08483b321bf4d20bb9a56adcfcf14”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“110000000000000”,“itemType”:0,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”}]0xab30e445259588a6b146c59d3c7b73f2ca021dc7401e477cf0e7aa3cda35237c
0x00000000000000adc04c56bf30ac9d3c0aaf14dc0x0000000000000000000000000000000000000000false[{“token”:“0x01a412ede097380ef44d1f5bd92633e3b2348250”,“amount”:“1”,“itemType”:2,“identifier”:“1896”}]90x086a8184c9fbfb66d1edf2406a5d20576911f5fe1071015290x32e9aea563819d5270237e4b10144d6a0a60e677e9be1bc2e4c95b1586f0d37a0x18209a36508e4245cdb2bc86a31a3011d5edba1c2023-07-19T21:23:55.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“231250000000000”,“itemType”:0,“recipient”:“0x086a8184c9fbfb66d1edf2406a5d20576911f5fe”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“6250000000000”,“itemType”:0,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“12500000000000”,“itemType”:0,“recipient”:“0x03be6a29022c134762423b4cdd78b970bfa2691b”,“identifier”:“0”}]0xb32e1e5edb15259eeb5ebea533f32297114e2904e9dfd80d7268a1f738a51b9f
Query with partition filter
SELECT *
FROM `tt-contracts.seaport_v1_optimism.SeaportV5_OrderFulfilled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100