Skip to main content

Tables

BufferBinaryOptions1_Create_event

Binary options creation events from Buffer Finance protocol on Polygon. Captures option opening transactions with account addresses, fee structures (total and settlement fees), and sequential option identifiers for tracking derivatives activity.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
170xaa911d19763e8df01896b541997d664caa17798dfalse2470x8d9ea22a3af8685c3af5c68f36086a9704857505100000000413047592023-04-08T21:38:52.000Z200000000xfb935b9ef752bfe307d262c6fb058d46c7c998a7feecfbbb290f974c9b27aaec
180xaa911d19763e8df01896b541997d664caa17798dfalse3540x8d9ea22a3af8685c3af5c68f36086a9704857505100000000413047762023-04-08T21:39:28.000Z200000000x0c7d44f528fa3bc0e8b3e27594cd8c0f150fba314e9bf7b0510cfb9ffa047e17
190xaa911d19763e8df01896b541997d664caa17798dfalse3350x8d9ea22a3af8685c3af5c68f36086a970485750537000000413048012023-04-08T21:40:22.000Z74000000x3351252cf053afb1b55774e70e2f4258f07da9781cd793bc842d497d543bc34e
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions1_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions10_Create_event

Binary options contract creation events from Buffer Finance protocol on Polygon. Records option position openings with unique identifiers, user accounts, and fee breakdowns for tracking trading activity and fee analysis.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
00xa4538a05333fa64ef38ea699fa8972fdccae62f8false1920x42a0eef97019bf6f15796fc9a015f681c581f77a1000000399200092023-03-03T14:25:30.000Z1500000x6dfc7ee5c0be534ccadd64ca5ac9c0319e9fc9925ccd356fd759186b3ec2abb1
10xa4538a05333fa64ef38ea699fa8972fdccae62f8false2640x42a0eef97019bf6f15796fc9a015f681c581f77a1000000399201392023-03-03T14:30:45.000Z1500000xca526431528b1decbec55dbb552e23fe0e050403a042bab36aaeae85bd2399c0
30xa4538a05333fa64ef38ea699fa8972fdccae62f8false3960xf35bb0619b0d78613c42dbc9e44d535749649dcb337000000405439242023-03-19T23:22:11.000Z505498570x24d30753725fff5f95c6ad8d31fb0db3d8a2998167df818d1ee2066f43eb3b16
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions10_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions11_Create_event

Binary options creation events from Buffer Finance on Polygon, capturing option ID, trader account, total fee, and settlement fee when new options positions are opened. Used for analyzing trading fees, position creation patterns, and protocol usage.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
240x07dc81a0fa3a1cac30ea2aa50be623a0be4bb758false3360xddb904e2eb18ebd6ced1fad91b42e72ef17a2d781000000406366272023-03-22T12:22:20.000Z1000000xf911e413e78c802ca3a6e73cf103e3a4d95b3c055c87b0d9025ffcdd5b365016
250x07dc81a0fa3a1cac30ea2aa50be623a0be4bb758false5610xddb904e2eb18ebd6ced1fad91b42e72ef17a2d781000000406367842023-03-22T12:28:58.000Z1000000xa212c8c8ac8ecd78aa622ef9f20c89b6ff747d8bbd2c126c757bf3630aa0f3e7
230x07dc81a0fa3a1cac30ea2aa50be623a0be4bb758false1760xddb904e2eb18ebd6ced1fad91b42e72ef17a2d781000000406356892023-03-22T11:41:50.000Z1000000xd3ed3568d316c2e10f5ce1fac2db8149a5679a64e9b7d76d8e761a6ec87db8ef
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions11_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions12_Create_event

Binary options creation events from Buffer Finance protocol on Polygon. Records new options positions with account addresses, option IDs, total fees, and settlement fees for tracking options market activity.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
20x4d7f87d29320d9647e54cee6a77809c2572d7bb6false1540xb66127377ff3618b595177b5e84f8ee9827cd0611000000396114442023-02-23T05:44:53.000Z2000000xf491d537915deaccc35c8479ab803ce10193cfef24ef6baea7d43c59e9dd6428
10x4d7f87d29320d9647e54cee6a77809c2572d7bb6false4250xb66127377ff3618b595177b5e84f8ee9827cd0611000000396109902023-02-23T05:25:31.000Z2000000x18c8ac8a3015ff6e94b8cfe7a0f3b6b769f2f9b3dd5f99b28dfb99bb6d188398
00x4d7f87d29320d9647e54cee6a77809c2572d7bb6false5670xb66127377ff3618b595177b5e84f8ee9827cd0611000000396109792023-02-23T05:24:47.000Z2000000xbed3bd18e73010c493d52c9a5f8006b592e393249ae5e9d820fc3794cb7ff2c7
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions12_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions13_Create_event

Binary options contract creation events from Buffer Finance protocol on Polygon. Records include sequential option IDs, user accounts, total fees and settlement fees for tracking options trading activity and fee structure.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
6170xd7e11b4c04f4ed0df06b6c66e8a0fe81ff3a12e7false890xa0e9ef69a7c173540da2bf8063bc6cc1b146761810000000425972212023-05-12T02:21:53.000Z20000000x2a727f9a773e94cf143257915bc543a92336986bf40f5bc81d5e43235d17a472
6180xd7e11b4c04f4ed0df06b6c66e8a0fe81ff3a12e7false3990xa0e9ef69a7c173540da2bf8063bc6cc1b146761812500000426037292023-05-12T06:16:03.000Z25000000x0f5ace577cde42c0ae9744f0df4e23bedc145e6aad0c384954a14b1bfb2e9098
6190xd7e11b4c04f4ed0df06b6c66e8a0fe81ff3a12e7false3310x87b9d6e007fac40716877101d5dd5950e7321f145000000426094002023-05-12T09:38:17.000Z10000000x445f543c93c2784d276eb30eebf4bdb8d6a851c2d653b747e01404be45e0e089
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions13_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions14_Create_event

Binary options position creation events from Buffer Finance protocol on Polygon. Records account addresses, option IDs, and associated fees (total and settlement) for tracking options trading activity.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
00x5a8f9e2b7bb7a7117ead6245bb37f1c36d88c06afalse2180x8d9ea22a3af8685c3af5c68f36086a9704857505180000000411090812023-04-03T21:20:11.000Z269999240x8db0f85edbcaff9a86dbb907a79b30957fcf681a0b4588ebf144ba1db8cb0078
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions14_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions15_Create_event

Binary options position creation events from Buffer Finance protocol on Polygon. Records include option identifiers, user accounts, total fees paid, and settlement fees for tracking options trading activity.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
70xbcd8c1585a81133e2bc86a2355d70e3b72afba1afalse1780x8d9ea22a3af8685c3af5c68f36086a9704857505100000000413088922023-04-09T00:16:57.000Z200000000xaa692e64407169c19419d2ced553d02a85e969bfd0c1e4acc3c00eec483bf61a
60xbcd8c1585a81133e2bc86a2355d70e3b72afba1afalse3010x8d9ea22a3af8685c3af5c68f36086a9704857505100000000413088672023-04-09T00:16:05.000Z200000000x22a0a442f99f4174c0429f566a875834584f864629c830499e166e7445e419fe
20xbcd8c1585a81133e2bc86a2355d70e3b72afba1afalse900x42a0eef97019bf6f15796fc9a015f681c581f77a1000000402900722023-03-13T07:39:31.000Z1874990xfb44ec3259f8fb8eb18292c9cd9012563b5e7b905e62a093f7986ca4a2960fa7
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions15_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions16_Create_event

Binary options contract creation events from Buffer Finance protocol on Polygon. Captures option ID, trader account, total fees, and settlement fees for analyzing options trading activity and fee structures.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
20xe43304218e50b024d3d0d53f52bdbd02bb5110b6false5060x8d9ea22a3af8685c3af5c68f36086a9704857505150000000410687932023-04-02T20:03:41.000Z224999370x693735611eb4bc57f9eb5f5ef0b5df1b6035e042276537050a342ab4e491f8a5
30xe43304218e50b024d3d0d53f52bdbd02bb5110b6false1160x8d9ea22a3af8685c3af5c68f36086a9704857505150000000410688422023-04-02T20:05:25.000Z224999370xeec97f949264fc2b785c55359f47715569bd3b759b4f516f5dac0b3da989bf3d
40xe43304218e50b024d3d0d53f52bdbd02bb5110b6false3790x8d9ea22a3af8685c3af5c68f36086a9704857505150000000410689482023-04-02T20:09:41.000Z224999370x1fb9a4e033dd58904d1d9c59f6d7c0e743fea0b4d3af15fc76a4fcc26a5c1332
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions16_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions17_Create_event

Binary options creation events from Buffer Finance protocol on Polygon. Records new option positions with unique identifiers, user accounts, and fee breakdowns for tracking options trading activity.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
23320xd7e11b4c04f4ed0df06b6c66e8a0fe81ff3a12e7false1620x8aacec3d7077d04f19ac924d2743fc0de145694110000000477243102023-09-19T08:57:40.000Z20000000xfaf4807ea3dd2dbfbb34c13a55cdb71d381957914576e1db12565f58d1d01998
6600xd7e11b4c04f4ed0df06b6c66e8a0fe81ff3a12e7false2660x1d9835e7fd95c2a5e77457c8f9f6f9ec910a501a17290000426805732023-05-14T04:23:09.000Z34580000xa14fbfa133fd9fdfc1c53d8e320bffe12df7ccaed3820145358f37b6d081b992
6590xd7e11b4c04f4ed0df06b6c66e8a0fe81ff3a12e7false2460x1d9835e7fd95c2a5e77457c8f9f6f9ec910a501a16540000426803682023-05-14T04:15:40.000Z33080000x6dac8f02ae8cfcd526b8eb4a57c7ee56f75384900c307ac9cff0d18833811979
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions17_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions18_Create_event

Binary options contract creation events from Buffer Finance protocol on Polygon. Tracks option positions with unique IDs, user accounts, total fees, and settlement fees for analyzing trading activity and fee structures.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
580xdd24edfb0d0cf4b2cb4b627ec20255245b5b0ceefalse3530x270602c9227c268eaa76af0d25a6391de934533050000000404208712023-03-16T18:05:07.000Z74999790xdcd0c92a733e81e2b57523b531bc30bfce37a28e95948e8690fb3f4d036a3556
1720xd7e11b4c04f4ed0df06b6c66e8a0fe81ff3a12e7false1530x42a0eef97019bf6f15796fc9a015f681c581f77a1000000403946182023-03-16T02:01:29.000Z1500000xaca0fbcfa8aa9fec925052b9da310a00378ba6c1001701776521137cd22d9fda
1790xd7e11b4c04f4ed0df06b6c66e8a0fe81ff3a12e7false3380x42a0eef97019bf6f15796fc9a015f681c581f77a1000000404034382023-03-16T07:40:29.000Z1500000x694d088bed20debc6eff66831bbe40befa834e263e22f90343bf3a70037d3fef
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions18_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions2_Create_event

Binary options creation events from Buffer Finance protocol on Polygon. Records new option positions with option ID, account address, total fees, and settlement fees for tracking user activity and fee economics.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
00xaf8c7374ec533239dfa4b346c1282aa740898f9afalse3260xb66127377ff3618b595177b5e84f8ee9827cd06115224395900612023-02-22T14:23:08.000Z22830x1fcf58a5b6c4231523af5a02951adbe885db4a7f575e340d832f2832b94d75dc
10xaf8c7374ec533239dfa4b346c1282aa740898f9afalse2020xe661d3be482b379d491c43e4a5c1f5f7d138bb7d72000000406134592023-03-21T21:21:20.000Z107999700x46e7868d6a1166d69925898b30fb2ea5a8ed53e9d912e1b77e86f0a5389216d0
40xaf8c7374ec533239dfa4b346c1282aa740898f9afalse2540x8d9ea22a3af8685c3af5c68f36086a9704857505250000000411086692023-04-03T21:03:05.000Z374998940x41aaa4a9ff461fd0ca337314f6701ba97134cbf33ea2e20bf89fe8e33d6030d9
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions2_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions3_Create_event

Binary options creation events from Buffer Finance protocol on Polygon, recording new option positions with unique IDs, account addresses, and fee structures (total and settlement fees). Used for tracking option opening activity and fee analysis.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
220x409fd2b70fdbf61dc1a3695875b92ead90ae39d1false3110xa7a3de4ddc92dbba0788c51e9e57778b42f6eb075000000409527762023-03-30T21:01:58.000Z7499980x264e6f2b9fce1048ebd43016cf3b0fc39a70109cfa6aa67d5b9985285951f6f1
200x409fd2b70fdbf61dc1a3695875b92ead90ae39d1false2010x8d9ea22a3af8685c3af5c68f36086a9704857505160000000409527442023-03-30T21:00:50.000Z239999320x2ac9043f83b384769231043adbc3e1a835aca85065b730c21c60150b06de6beb
210x409fd2b70fdbf61dc1a3695875b92ead90ae39d1false2350x8d9ea22a3af8685c3af5c68f36086a9704857505160000000409527722023-03-30T21:01:50.000Z239999320xbf7fa16d5ccaf77e859f9cdb3a8dc0c08aacba395e375fb08208eb85a0db8397
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions3_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions4_Create_event

Binary options position creation events from Buffer Finance protocol on Polygon. Records option openings with account addresses, sequential position IDs, and fee breakdowns including settlement costs for tracking trading activity.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
30x7184b170fda4871ab8ad82fc81d57cf24c4099fefalse2810xb66127377ff3618b595177b5e84f8ee9827cd0611000000404092792023-03-16T11:08:52.000Z1500000xf5d6a1cab3402b4c8d299f4af063cc54d1b2896562081426d7030e250b992f9c
40x7184b170fda4871ab8ad82fc81d57cf24c4099fefalse2830xe661d3be482b379d491c43e4a5c1f5f7d138bb7d100000000408383512023-03-27T21:11:49.000Z149999580x4f40bd6e1b5de15f6459d7a3ce7ed61f6d2cdd4cf813c4afae9b95bb8be7796b
10x7184b170fda4871ab8ad82fc81d57cf24c4099fefalse2660xb66127377ff3618b595177b5e84f8ee9827cd0611000000399062742023-03-03T05:55:34.000Z1500000x52c284f6f3bed0d8418dafef7e7256532e3980aefe43c9470be4a777070cb6ca
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions4_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions5_Create_event

Binary options creation events from Buffer Finance protocol on Polygon. Records each new option position with user account, fees (total and settlement), and unique option identifiers for tracking trading activity.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
30x01532fb7cbead7c5cf8f58ead92e7ce027e19f75false3940x8d9ea22a3af8685c3af5c68f36086a9704857505250000000411086962023-04-03T21:04:35.000Z374998940x40f8004aab9caf9f2b86ca52292553fcf3f01965c2f2fcac76ae3176f1d79224
00x01532fb7cbead7c5cf8f58ead92e7ce027e19f75false3140xe661d3be482b379d491c43e4a5c1f5f7d138bb7d30000000405390342023-03-19T20:05:33.000Z44999880xee635e035681c328ee3a55abb4872ca518cbaa542914e672a83f1a2577c65f8a
20x01532fb7cbead7c5cf8f58ead92e7ce027e19f75false3780x8d9ea22a3af8685c3af5c68f36086a9704857505150000000410688772023-04-02T20:06:39.000Z224999370x34ee9f1b4807970151b0e091a66949c128a2c4925acb71310f0b8b1a5694668f
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions5_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions6_Create_event

Binary options contract creation events from Buffer Finance v1 protocol on Polygon. Tracks option IDs, trader accounts, total fees paid, and settlement fees for analyzing trading activity and fee structures.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
20xb3d1ffe9cbc03d363ebc7ee3027359a7f6b6f9c9false1750x8d9ea22a3af8685c3af5c68f36086a9704857505114000000409527932023-03-30T21:02:34.000Z170999520xb2fd510a8e108c7cb5dba90375401dbd0aef4158aa101901c48e3ab55e7d9bc2
00xb3d1ffe9cbc03d363ebc7ee3027359a7f6b6f9c9false3150xdc1326b2ba4feac0e894389066f8d69f8759a33730000000402747972023-03-12T22:02:23.000Z44999880x862e046c65e48c6b15a629811a6e23772a0a4da3c2d20d88b32d49d4b1b27f49
10xb3d1ffe9cbc03d363ebc7ee3027359a7f6b6f9c9false2380x8d9ea22a3af8685c3af5c68f36086a970485750564000000408003962023-03-26T20:27:42.000Z95999730x2f32562a10c7bb799876a48ca9f296a1ae20602a3725f073f06f066dd62ba457
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions6_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions7_Create_event

Binary options position creation events from Buffer Finance protocol on Polygon. Records option opening transactions with unique position IDs, user accounts, and fee breakdowns for tracking options trading activity.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
00x24e7beb042a804974963b8ea3fa42e6ab5ea8b35false3560xe661d3be482b379d491c43e4a5c1f5f7d138bb7d60000000404263992023-03-16T21:30:27.000Z89999750x9fd1b6d235f33b855ca574f56d2a8d3c762f7f16b43aad684788b78329160dcd
10x24e7beb042a804974963b8ea3fa42e6ab5ea8b35false4340xe661d3be482b379d491c43e4a5c1f5f7d138bb7d100000000408759942023-03-28T21:21:37.000Z149999580x0cf18a73ef85bb4fe49b074776c09f319bd65a4149832855c2301260a3db10a8
50x24e7beb042a804974963b8ea3fa42e6ab5ea8b35false1990xc1a3c2a446b7bc4b21f8ce14621c0684f0ba21a31000000409861662023-03-31T17:18:05.000Z1500000xdd774de462e7728e9aeb33b316d11f9c4367c97afc3195062732201f580f1b0e
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions7_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions8_Create_event

Binary options creation events from Buffer Finance protocol on Polygon, capturing option ID, trader account, total fees, and settlement fees. Used for analyzing option creation patterns and fee structures in the binary options market.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
2500xdd24edfb0d0cf4b2cb4b627ec20255245b5b0ceefalse1790x066dc3ff62c9c356e2d602d1156cee762acda9215000000422411472023-05-03T03:47:28.000Z10000000x5585257051091fe795bca8dc94f9cef94af68ff6d8fed43e08aa0dc5e57c7d8b
520xdd24edfb0d0cf4b2cb4b627ec20255245b5b0ceefalse2710xe63b6a571390d9c6589097cf18ef8d60f57a33081000000403628672023-03-15T05:44:02.000Z1375000xc37990817ee22093346bc365167165bf0b1cefefee42f250b8db20cea8fd2bbd
570xdd24edfb0d0cf4b2cb4b627ec20255245b5b0ceefalse2400xb66127377ff3618b595177b5e84f8ee9827cd0611000000403743272023-03-15T12:57:07.000Z1375000xee34c778dd4caf934cd70bd0e876814ca10d3ccbf14055562b032c5c258a9ff8
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions8_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BufferBinaryOptions9_Create_event

Binary options contract creation events from Buffer Finance protocol on Polygon. Captures option opening transactions with unique identifiers, user accounts, and fee structures for analyzing options trading activity.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_settlementFeeSTRINGFee amount charged for settling the binary option contract. String-encoded integer value representing the settlement fee in the smallest denomination of the token.
in_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
in_idaddressremovedlog_indexin_accountin_totalFeeblock_numberblock_timestampin_settlementFeetransaction_hash
70xb681b91546bb63ca9b3d6042106a0bd8a29d5095false3150xe63b6a571390d9c6589097cf18ef8d60f57a33081000000401522172023-03-09T16:48:39.000Z1000000xa6b36eeaaca941db587ac341a7ad4c279b4d29971436bd41f16c7f6a8a929d28
60xb681b91546bb63ca9b3d6042106a0bd8a29d5095false3440xe63b6a571390d9c6589097cf18ef8d60f57a33081000000401449472023-03-09T12:15:28.000Z1000000x73f278922b708e6260ac72ea48fb7135dfff9a554cf8dd455db396ac14e1724c
270xb681b91546bb63ca9b3d6042106a0bd8a29d5095false4420xe63b6a571390d9c6589097cf18ef8d60f57a33081000000403621742023-03-15T05:17:52.000Z875000xc8458026ecf8fdfcb5b68c7c609a195f47753ea15884943a102a4b74e0c9e102
Query with partition filter
SELECT *
FROM `tt-contracts.bufferfinance_v1_polygon.BufferBinaryOptions9_Create_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100