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
0x00000000006c3852cbef3e08e8df289169ede5810xb2f6a627d2a673b81b6be0f57e51c0541368199dfalse[{“token”:“0x2791bca1f2de4661ed88a30c99a7a9449aa84174”,“amount”:“20000000”,“itemType”:1,“identifier”:“0”}]20x63dcbf1cb81c2cdb8514325322d2829a01fc40e7481094350xf74ff817625e29a449bfb8fab85a5aa8f962ae45d0173813a4d080ec6a4208990x00000000000000000000000000000000000000002023-09-29T04:18:29.000Z[{“token”:“0x7c885c4bfd179fb59f1056fbea319d579a278075”,“amount”:“1”,“itemType”:3,“recipient”:“0x63dcbf1cb81c2cdb8514325322d2829a01fc40e7”,“identifier”:“21097506749098184734729225660769629110319”}]0x3cdba54d167af376d2c2265ec8bcc855bf74724b08fb2c52d9e3289f3e5eebf1
0x00000000006c3852cbef3e08e8df289169ede5810xb2f6a627d2a673b81b6be0f57e51c0541368199dfalse[{“token”:“0x7c885c4bfd179fb59f1056fbea319d579a278075”,“amount”:“1”,“itemType”:3,“identifier”:“21097506749098184734729225660769629110319”}]30x4251d16847336482a6a2a03831a2eb3046ff089d481094350x1fabf9ab0d2cd5e6fdb62189c6554b1fd6a473f7bf51acd541b6ad66e42a0c000x00000000000000000000000000000000000000002023-09-29T04:18:29.000Z[{“token”:“0x2791bca1f2de4661ed88a30c99a7a9449aa84174”,“amount”:“19300000”,“itemType”:1,“recipient”:“0x4251d16847336482a6a2a03831a2eb3046ff089d”,“identifier”:“0”}]0x3cdba54d167af376d2c2265ec8bcc855bf74724b08fb2c52d9e3289f3e5eebf1
0x00000000006c3852cbef3e08e8df289169ede5810xb2f6a627d2a673b81b6be0f57e51c0541368199dfalse[{“token”:“0x2791bca1f2de4661ed88a30c99a7a9449aa84174”,“amount”:“20000000”,“itemType”:1,“identifier”:“0”}]40xb2f6a627d2a673b81b6be0f57e51c0541368199d481094350xe4d4cc8aa8f856e80fd5985aa210d3ad075c30f40764d0166bc4cf199e19841e0x00000000000000000000000000000000000000002023-09-29T04:18:29.000Z[{“token”:“0x2791bca1f2de4661ed88a30c99a7a9449aa84174”,“amount”:“20000000”,“itemType”:1,“recipient”:“0xb2f6a627d2a673b81b6be0f57e51c0541368199d”,“identifier”:“0”}]0x3cdba54d167af376d2c2265ec8bcc855bf74724b08fb2c52d9e3289f3e5eebf1
Query with partition filter
SELECT *
FROM `tt-contracts.seaport_v1_polygon.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”:“0x8629026081ba6bd0eb195ee2aa1d6629dd9d2d91”,“amount”:“1”,“itemType”:2,“identifier”:“3146”}]1630x122eeb97c37d6b7fa316206d7d4ad3e6b6c27d20415196840x7bf7dbc58fda823d2e44c347ac0fcc5b185b560353cb1a896488c2633afbd3ea0x0000006d14ce3cf81449c3ba1f26108df0a4de8b2023-04-14T11:12:41.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“1109583000000000000”,“itemType”:0,“recipient”:“0x122eeb97c37d6b7fa316206d7d4ad3e6b6c27d20”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“28597500000000000”,“itemType”:0,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“5719500000000000”,“itemType”:0,“recipient”:“0x999d13084a8294c1157da05b7c12f89d174f62ff”,“identifier”:“0”}]0x1c57ef00c4319401870c47777cdf14505ddc45844802969f3859f275e3153099
0x00000000000001ad428e4906ae43d8f9852d0dd60x0000000000000000000000000000000000000000false[{“token”:“0xb09c483ee6771eb1da375bff7e96467f4e67140b”,“amount”:“1”,“itemType”:2,“identifier”:“7688”}]3060x7d9e11711e2a7ff791fe10078739714637b650c5415349600x9ab9da3167db90cca6a04527b2b70718e6cba294a214035916252c746bb1b5540x00000d0e85de5482db884e2e87faca3c6622299e2023-04-14T20:40:28.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“3610950000000000000”,“itemType”:0,“recipient”:“0x7d9e11711e2a7ff791fe10078739714637b650c5”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“99750000000000000”,“itemType”:0,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“279300000000000000”,“itemType”:0,“recipient”:“0xced460989821329b78ce33b6cacd52ae7e8fb0f7”,“identifier”:“0”}]0xdd7bd255298622ef469dc09ba09af005bfd33312fe6bfe7eff1b00e79f942fa2
0x00000000000001ad428e4906ae43d8f9852d0dd60x0000000000000000000000000000000000000000false[{“token”:“0x5d666f215a85b87cb042d59662a7ecd2c8cc44e6”,“amount”:“1”,“itemType”:2,“identifier”:“9501632”}]1220xe6a7ce98bed2d4177d746c7a32bb429b6590b483415083290xf83ba001b3a3417c37de667b23f059ec6c78f4a0fdfb4479ea56e1df3f3d99cd0x000fe54572d069d762b16a1cdb748d1741ac76142023-04-14T04:11:37.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“975000000000000000”,“itemType”:0,“recipient”:“0xe6a7ce98bed2d4177d746c7a32bb429b6590b483”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“25000000000000000”,“itemType”:0,“recipient”:“0x0000a26b00c1f0df003000390027140000faa719”,“identifier”:“0”}]0x7a9f0e492235a255f0ceab28eb1d07d167071b7c1fef3c9ce2ef3ec644a74968
Query with partition filter
SELECT *
FROM `tt-contracts.seaport_v1_polygon.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
0x00000000000000adc04c56bf30ac9d3c0aaf14dc0xfb2b693819e866ec87e574903f6e4943723c8ff7false[{“token”:“0x251be3a17af4892035c37ebf5890f4a4d889dcad”,“amount”:“1”,“itemType”:2,“identifier”:“89531327537176125990414098132481146381770950902092654887320559512455078395787”}]4380x014e32b21c634259b1a281ceae50ba88979cd084618893850x2bd95cba4dc78cdbb547c1398c4c0d34d16c99555912ab239284ed3e92f15f850x5fcbf1eec2c9403caf3c11febf08b4314ea5f1d52024-09-16T09:20:33.000Z[{“token”:“0x3c499c542cef5e3811e1192ce70d8cc03d5c3359”,“amount”:“23500000”,“itemType”:1,“recipient”:“0x014e32b21c634259b1a281ceae50ba88979cd084”,“identifier”:“0”},{“token”:“0x3c499c542cef5e3811e1192ce70d8cc03d5c3359”,“amount”:“1500000”,“itemType”:1,“recipient”:“0x732134d7f99b90c704d736b360db45425073380f”,“identifier”:“0”}]0x1a924cae3ecd56acf27402ff0630e1131d402587d2db9c39db729cbe826152ce
0x00000000000000adc04c56bf30ac9d3c0aaf14dc0xfb2b693819e866ec87e574903f6e4943723c8ff7false[{“token”:“0x251be3a17af4892035c37ebf5890f4a4d889dcad”,“amount”:“1”,“itemType”:2,“identifier”:“59239133866367469734637462218297763431966280261890843135577233224988608544852”}]1580x025896945a673d5e9194b71eeda0a4794d184b2c619002860x7621c9a9136232c3e4162e46781e11d7e9e6187f68dc998b4297cc1d0e240aea0x2de889c46723f7c70fa6a1e1928a78e99e3972012024-09-16T15:51:37.000Z[{“token”:“0x3c499c542cef5e3811e1192ce70d8cc03d5c3359”,“amount”:“9400000”,“itemType”:1,“recipient”:“0x025896945a673d5e9194b71eeda0a4794d184b2c”,“identifier”:“0”},{“token”:“0x3c499c542cef5e3811e1192ce70d8cc03d5c3359”,“amount”:“600000”,“itemType”:1,“recipient”:“0x732134d7f99b90c704d736b360db45425073380f”,“identifier”:“0”}]0xc2949600b1c08872b0de5885d24d9adbabbdfb6ac4692896018c9a070e5c2819
0x00000000000000adc04c56bf30ac9d3c0aaf14dc0xfb2b693819e866ec87e574903f6e4943723c8ff7false[{“token”:“0x71e0f5149fa87d2b8997a7ea688eb8e794f02b5b”,“amount”:“1”,“itemType”:3,“identifier”:“0”}]2640x03508bb71268bba25ecacc8f620e01866650532c618978260x55bc2e4fd1c869bce2a193d4d1666347c6a8c60c85a8872c5e25930c75fefbe30xb609c721fbcb8cc31bfdd4c6874e40ae6444abfe2024-09-16T14:24:11.000Z[{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“9850000000000”,“itemType”:0,“recipient”:“0x03508bb71268bba25ecacc8f620e01866650532c”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“100000000000”,“itemType”:0,“recipient”:“0xe04d5cb7115e4015b2d3fa17dc2e6f88392f873c”,“identifier”:“0”},{“token”:“0x0000000000000000000000000000000000000000”,“amount”:“50000000000”,“itemType”:0,“recipient”:“0x1208e7f7aed9d39ed25ef582b8933e4a1d0da6af”,“identifier”:“0”}]0x0c4a2ce56be63c61411c8924e37528b506cf3a8939ee66b1cfbeea3fc2779582
Query with partition filter
SELECT *
FROM `tt-contracts.seaport_v1_polygon.SeaportV5_OrderFulfilled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100