Skip to main content

Tables

FeePool_FeesClaimed_event

Fee claim events from Synthetix V1 protocol on Ethereum, recording when stakers collect their sUSD trading fees and SNX staking rewards. Used for analyzing staker behavior, fee distribution patterns, and reward claim timing.
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_sUSDAmountSTRINGAmount of sUSD (Synthetix USD stablecoin) fees claimed by the account in this transaction, denominated in wei (18 decimals). Values range from small amounts like 0.0005 sUSD to hundreds of sUSD per claim event.
in_snxRewardsSTRINGAmount of SNX (Synthetix Network Token) rewards claimed by the account in this transaction, denominated in wei (10^-18 SNX). Values typically range from billions to quadrillions of wei, representing fractional to whole SNX tokens.
addressremovedlog_indexin_accountblock_numberin_sUSDAmountin_snxRewardsblock_timestamptransaction_hash
0xb440dd674e1243644791a4adfe3a2abb0a92d309false3400x8ec6e73a2fa9959be35975178eeeaa20b5b71a9418188491302253271076915760558406182539251412023-09-22T02:43:23.000Z0x237b56a5044870b21dba9dd2af4b5fcc23344910578ced02fc21eef2b14a0396
0xb440dd674e1243644791a4adfe3a2abb0a92d309false3050x103f1a97147b2345ba1dee9852f4991754425801181901511865666249024045613737983516502675530212023-09-22T08:18:59.000Z0x9aedb388098c08718beef727021d815793c1ea18df38d4d6199cd4c15e077b68
0xb440dd674e1243644791a4adfe3a2abb0a92d309false1400x11d64f176b72f831d5760e562d8ed01cf33eadcf181884441918460442874910913843760113192900564242023-09-22T02:33:59.000Z0xd39e9fb21b5e8c62500f60c3560a0ce3a3f6ad2abe25c44c46db7216c32a0073
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.FeePool_FeesClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ShortingRewardssBTC_RewardPaid_event

Reward distribution events from Synthetix V1’s sBTC shorting rewards contract on Ethereum, capturing incentive payouts to users who provided liquidity for synthetic Bitcoin shorts. Used for analyzing reward claim patterns and liquidity provider earnings in the legacy shorting mechanism.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0xced4055b47cfd0421f3727a35f69ce659c8baf7a0xaa3b1fdc3aa57bf24418e397f8c80e7385aaa594false389913958366438380042100128271762021-07-14T20:11:38.000Z0xfb04592ddf4134073493e2ffb90d50b5e61ba129e127a87d4e69b293b84cc4bc
0xced4055b47cfd0421f3727a35f69ce659c8baf7a0x10af482f012c16b56c3722d73d14cca9b986d7f1false748742129839681416927302123807552021-05-06T12:31:44.000Z0xbebc27d1dad0845d7cfbca22b9492d33dc2630bea83c5d9424675dcd573d08b0
0xced4055b47cfd0421f3727a35f69ce659c8baf7a0x5cff9a79c09e21d5c34fe6a2e5f99fc41d1549bffalse203657039166474218925367123777592021-05-06T01:27:59.000Z0xec62db654d23bee3c845597c20549c3bcac3f6c499f58de6b69bb62a6b50f858
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.ShortingRewardssBTC_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ShortingRewardssETH_RewardPaid_event

Reward distribution events from Synthetix V1’s sETH (synthetic Ether) shorting rewards contract on Ethereum, capturing when users claim staking incentives for providing liquidity to short positions. Used for analyzing reward claim patterns and liquidity provider behavior in Synthetix’s shorting mechanism.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x12dc1273915a16ab8bd47ba7866b240c253e4c120x5a180ac8aa821434d0c870c175aa3606837b69fcfalse30285513800782201533254123710732021-05-05T00:46:21.000Z0x3114840b2acc56d45e7c75e9a9f144c8f9d21825edb6b66a7281601ca4a11386
0x12dc1273915a16ab8bd47ba7866b240c253e4c120x5607ce36aa531a8ce77ac21d33296b7cd1c50687false5167546866022104425120529682021-03-17T00:40:15.000Z0x1ed48fde29bb562b7a32acd9579e8c78b9e3aff0712ef79f7dd74dca9023e49e
0x12dc1273915a16ab8bd47ba7866b240c253e4c120x5cff9a79c09e21d5c34fe6a2e5f99fc41d1549bffalse35592099183017016532201122614392021-04-18T02:37:38.000Z0x6a5eff872aab4c7f83922a1d93004496e9ed4d13ebd3063db2307282ce80543e
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.ShortingRewardssETH_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SNX_AtomicSynthExchange_event

Atomic swap events from Synthetix v1 protocol on Ethereum, capturing instant exchanges between synthetic assets (synths) with source/destination currency keys, amounts, and recipient addresses. Used for analyzing trading volumes, synth liquidity flows, and atomic exchange pricing across sUSD, sETH, sBTC, and other synthetic assets.
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_fromCurrencyKeySTRINGHex-encoded 32-byte identifier representing the source synthetic asset being exchanged (e.g., sETH, sUSD). Common currency keys include sUSD (0x73555344…), sETH (0x73455448…), and other synths available on Synthetix V1.
in_fromAmountSTRINGAmount of tokens being swapped from the source token. String-encoded integer value representing the quantity in the smallest unit of the token.
in_toCurrencyKeySTRINGHex-encoded bytes32 identifier for the synthetic asset received in the exchange (e.g., sUSD, sETH, sBTC). Uses Synthetix currency key format where asset symbols are left-padded with zeros.
in_toAmountSTRINGAmount of tokens received from the swap to the destination token. String-encoded integer value representing the quantity in the smallest unit of the token.
in_toAddressSTRINGDestination address for the cross-chain transfer or operation. Hex-encoded string with 0x prefix, left-padded with zeros to 66 characters total.
addressremovedlog_indexin_accountin_toAmountblock_numberin_toAddressin_fromAmountblock_timestampin_toCurrencyKeytransaction_hashin_fromCurrencyKey
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6ffalse2370xbf683b7aaf9accea6bff8e926e03f6ceb98b525a79688425854999999999966182020270xbf683b7aaf9accea6bff8e926e03f6ceb98b525a500411558814232091002023-09-24T00:15:23.000Z0x73555344000000000000000000000000000000000000000000000000000000000xa825c539ef426c55f14827e11642e79391c719c467a7c583b90e32d12b7f8ff80x7345544800000000000000000000000000000000000000000000000000000000
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6ffalse2540xbf683b7aaf9accea6bff8e926e03f6ceb98b525a79677814008577499999977182020270xbf683b7aaf9accea6bff8e926e03f6ceb98b525a500344920645674908282023-09-24T00:15:23.000Z0x73555344000000000000000000000000000000000000000000000000000000000xa825c539ef426c55f14827e11642e79391c719c467a7c583b90e32d12b7f8ff80x7345544800000000000000000000000000000000000000000000000000000000
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6ffalse1020x19ea2e6f21bdfc894abf09fa179d59f6c0e0797b9485506528104643493484178330790x19ea2e6f21bdfc894abf09fa179d59f6c0e0797b74762965703467764101572023-08-03T07:47:23.000Z0x73555344000000000000000000000000000000000000000000000000000000000xac793e8c6e065698eb01a7e459e087dc9c735d7fe509153f1d3e8c527cc7a54b0x7347425000000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.SNX_AtomicSynthExchange_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SNX_SynthExchange_event

Synthetic asset exchange transactions on Synthetix v1 Ethereum protocol, recording conversions between synths (sUSD, sBTC, sCHF) with input/output amounts and currency keys. Used for analyzing trading volume, synth liquidity flows, and exchange patterns across synthetic assets.
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_fromCurrencyKeySTRINGIdentifier of the synthetic asset (synth) being exchanged from, encoded as a bytes32 hex value representing the currency key (e.g., sBTC, sCHF). Common values include sUSD, sBTC, and other Synthetix synth tickers.
in_fromAmountSTRINGAmount of tokens being swapped from the source token. String-encoded integer value representing the quantity in the smallest unit of the token.
in_toCurrencyKeySTRINGIdentifier of the synthetic asset received in the exchange, represented as a bytes32-encoded currency key. Commonly sUSD (0x73555344…) as seen in samples, but can be any Synthetix synth.
in_toAmountSTRINGAmount of tokens received from the swap to the destination token. String-encoded integer value representing the quantity in the smallest unit of the token.
in_toAddressSTRINGDestination address for the cross-chain transfer or operation. Hex-encoded string with 0x prefix, left-padded with zeros to 66 characters total.
addressremovedlog_indexin_accountin_toAmountblock_numberin_toAddressin_fromAmountblock_timestampin_toCurrencyKeytransaction_hashin_fromCurrencyKey
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6ffalse380x53222470cdcfb8081c0e3a50fd106f0d69e63f20115257464863014499999995161653320x53222470cdcfb8081c0e3a50fd106f0d69e63f2068190240229018098772022-12-12T01:25:35.000Z0x73555344000000000000000000000000000000000000000000000000000000000xfb219e456ad7a6ce7333c743bb63c60322baf45a99fb27f1ba0b584b57c344c10x7342544300000000000000000000000000000000000000000000000000000000
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6ffalse2910x3b17056cc4439c61cea41fe1c9f517af75a978f749398439618493999999997161688670x3b17056cc4439c61cea41fe1c9f517af75a978f729184745060480525642022-12-12T13:16:35.000Z0x73555344000000000000000000000000000000000000000000000000000000000x36ec810e9756e07738a19fcffba57decf473bde41d9610dd738e4ef4b7ee4e740x7342544300000000000000000000000000000000000000000000000000000000
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6ffalse1050x53222470cdcfb8081c0e3a50fd106f0d69e63f2091785668598854999999995161689390x53222470cdcfb8081c0e3a50fd106f0d69e63f2054238091901578973992022-12-12T13:31:11.000Z0x73555344000000000000000000000000000000000000000000000000000000000x758327dc121f91010b7bfdd05b4f5f27e2c1d1d35f190714ad77bdb5caf129680x7342544300000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.SNX_SynthExchange_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingDualRewards_RewardPaid_event

Reward distribution events from Synthetix V1 dual-rewards staking contracts on Ethereum, capturing when users claim rewards in two different tokens simultaneously. Used for analyzing staking yield distributions and reward token flows across liquidity mining programs.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardTokenSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberin_rewardTokenblock_timestamptransaction_hash
0xb59e8d8ad40d06571dc0cf9936e727846dfae93f0xa990139f25663b07b93298c680b720c0cd1debfefalse305828924604679171667198120800950xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f2021-03-21T04:50:09.000Z0x4ecfe85e29f4f662c235bfecf0293dc04d7ddeb269d74533e28e52d2fd7e9aaf
0xb59e8d8ad40d06571dc0cf9936e727846dfae93f0xa990139f25663b07b93298c680b720c0cd1debfefalse1529144623023415615578196120800950xca1207647ff814039530d7d35df0e1dd2e91fa842021-03-21T04:50:09.000Z0x4ecfe85e29f4f662c235bfecf0293dc04d7ddeb269d74533e28e52d2fd7e9aaf
0xb59e8d8ad40d06571dc0cf9936e727846dfae93f0xc9cbb5b3ea986375e28dd0e8e129179f643b8d7bfalse1984566045927362747998120799230xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f2021-03-21T04:05:46.000Z0xb3dcc76a2408fd1c1903922df3ddddcacac7259e065d3930292df98f314261c2
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingDualRewards_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardsiBTC_RewardPaid_event

Reward distribution events from Synthetix v1’s iBTC (inverse Bitcoin) staking contract on Ethereum, recording when users claim their staking incentives. Used to analyze staking reward rates, user claim patterns, and yield farming activity for the inverse Bitcoin synthetic asset.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x167009dcda2e49930a71712d956f02cc980dcc1b0xae3bce4a8cdb3eb511ef06e8373e0989d7c5ba2cfalse11841359957599233452274120329122021-03-13T22:29:15.000Z0xfa9cc8b25b441f7bff9f57a5f86430e35ca098695f61510da1101e998291d2f4
0x167009dcda2e49930a71712d956f02cc980dcc1b0xc567256848abdafc49144f744b92ddceef0084e7false91306152001238221865135120285262021-03-13T06:26:43.000Z0x55d6598946639e42badfb0cc45efd6d82746115db22bc94d0b2a56d484c514a6
0x167009dcda2e49930a71712d956f02cc980dcc1b0xf3ae3bbdeb2fb7f9c32fbb1f4fbdaf1150a1c5cefalse401925580765050490696160116601492021-01-15T14:10:09.000Z0x6f3096513e90cf056705d923897d583d3008d1335b3f44fc64c17f7a576fc475
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardsiBTC_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardsiETH_RewardPaid_event

Staking reward distribution events for Synthetix iETH (inverse Ethereum) token stakers on Ethereum mainnet. Tracks individual reward payments with user addresses and reward amounts in wei for analyzing staking yield and participant behavior.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x3f27c540adae3a9e8c875c61e3b970b559d7f65d0xea5ed53ec1244a1baf72086c6f5726b1dd913fdcfalse329398803227401777230197118838572021-02-18T23:45:15.000Z0xe78397fed1e5c86e342d170710772abfa640d5f4d3948e4c0fc884b74827b33e
0x3f27c540adae3a9e8c875c61e3b970b559d7f65d0x4c09fc918bf73b12e39181b3b462806e0f7d7222false688773532692905765960126118792712021-02-18T06:45:04.000Z0x01f821ca1e7348c47d208949341478df4258f94da119b6e596e6981276abf4a5
0x3f27c540adae3a9e8c875c61e3b970b559d7f65d0x13dc08f5ddbcbfdf6ebc04c909c3052a2aa7a111false24365096043268610065893119787772021-03-05T14:14:09.000Z0x6180914f824434c615b6cb283fb0b2f37b3639fca0e731888c1b3821703690f4
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardsiETH_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssAAPLBalancer_RewardPaid_event

Reward distribution events from Synthetix V1’s sAAPL (synthetic Apple stock) Balancer pool staking contract on Ethereum. Tracks SNX or other token rewards paid to liquidity providers who staked sAAPL pool 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x7af65f1740c0eb816a27fd808eaf6ab09f6fa6460x444c996b74631763ce0c406fcbe9aa13d35f395efalse24979716118490134766171171171432023-04-24T15:50:11.000Z0x633fd4cac5f25e63a43e2e1811291a637d42bfe2bbd8f9bdb7a02d8b2050993a
0x7af65f1740c0eb816a27fd808eaf6ab09f6fa6460x7676fd533b63f29cc7c2a7ca1354836f9564a04dfalse8423334336093112269324126619752021-06-19T01:52:24.000Z0x7cd68e61ef560493516a15dce366e5baaadd0322f803f7ea392e41966a5f80b2
0x7af65f1740c0eb816a27fd808eaf6ab09f6fa6460xef9af12bf7c5a32d7461d011c4ce9124d73f52a0false1429319026668242835371168124593372021-05-18T16:01:00.000Z0xd6a11b4a2dc3ae41a36484bb71d30a1a3448282439450f3e7a102a6cfbd9e8b2
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssAAPLBalancer_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssAMZNBalancer_RewardPaid_event

Reward distribution events from Synthetix V1’s sAMZN-Balancer staking pool on Ethereum, tracking when users claim their staking incentives. Records include user addresses and reward amounts in wei for analyzing liquidity mining participation and yield distribution for the synthetic Amazon stock token pool.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0xdc338c7544654c7dadfeb7e44076e457963113b00x657e21723ae99c05c9c2a6032343c7865bcb1940false560681702708881011046131126021562021-06-09T19:21:08.000Z0x50caa92276829d8fdb97681e6d001ac739d84e8cdd426ca81c41b9833d32e738
0xdc338c7544654c7dadfeb7e44076e457963113b00x0716266cc5d3c443e30b0c4e9c72afa33778e1defalse129595334258832537427127125985152021-06-09T05:38:03.000Z0x860651e41e5f27f17651744e4724be9aecfed461d8a76656388f770b06b73448
0xdc338c7544654c7dadfeb7e44076e457963113b00xc292eafd5422a9c961cc2630cbddf04c93db33bdfalse19195551982730698955277125412092021-05-31T08:57:17.000Z0xd4a4d155299dfd1d3eefa5d218a945dd2e76530a1daec6783c439ed391f215ac
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssAMZNBalancer_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssBTCCurve_RewardPaid_event

Reward distribution events from Synthetix v1 sBTC Curve staking contract on Ethereum, recording SNX token payouts to liquidity providers. Tracks individual reward claims with user addresses and reward amounts for analyzing incentive program participation.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x13c1542a468319688b89e323fe9a3be3a90ebb270x02062b8727cdde62cd784382c60d738fcdbb736dfalse588267877958355062105949892020-08-04T18:44:25.000Z0xff8a810c26effeee93d3d68581d7363737121ea356f22822335f467fbacb47e5
0x13c1542a468319688b89e323fe9a3be3a90ebb270x0346102313365e34877b27e460f15d1381bfe79dfalse6557116332305127105957182020-08-04T21:29:45.000Z0x55b2acb93eeb7b0a04bd70650470db5a428e19e9e2fc4f539e0ae6aa5a78df23
0x13c1542a468319688b89e323fe9a3be3a90ebb270x0549ae0aca68d11f35c5f8dbe7ae126809f129bffalse74450361454294208105952492020-08-04T19:43:29.000Z0x4ac6884e07ed1129931ebbae1d847cc0e084308683357a68eab7f3f11efc158b
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssBTCCurve_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssCOINBalancer_RewardPaid_event

Reward distribution events from Synthetix V1’s sCOIN-Balancer liquidity pool staking contract on Ethereum, recording user addresses and reward amounts (in wei) when stakers claim their incentives. Used for analyzing staking reward patterns and liquidity provider returns.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x1c1d97f6338759ab814a5a717ae359573ab5d5d40x09482d9d4797808d0789670f7bdea23caf7f3dfefalse647285952954189433065165124516492021-05-17T11:33:54.000Z0x54955c8051a791acc19e796ba8cac041522bc0677d515fd9663679f960b5787c
0x1c1d97f6338759ab814a5a717ae359573ab5d5d40x21e4920bfece1009fd55958b50da12c72c3a7140false134255755210074436179256125692052021-06-04T16:52:27.000Z0xb84e31e2178cbd05d6ed24139886d51458cd0a994ba5725b5369d554479e5145
0x1c1d97f6338759ab814a5a717ae359573ab5d5d40x7f960b97b12ef8b6828529e961f6646ad764d90bfalse78670952617812242348394123901292021-05-07T23:23:26.000Z0xa6ac72ac102689d405e9465234ef53640a227bcf7350778f81dbd42337f26ace
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssCOINBalancer_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssETHUniswapV1_RewardPaid_event

Reward distribution events from Synthetix V1’s sETH Uniswap V1 liquidity pool staking contract on Ethereum. Records individual reward claims with user addresses and SNX token amounts paid for analyzing liquidity mining incentive 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x48d7f315fedcad332f68aafa017c7c158bc547600x1fcfd25b25ccead63665cf867f4f7cba3e75de64false716114450957483479841098190092020-04-06T14:16:13.000Z0x6c6ca739f188a184e92daf4eb0c77e1ad8f7fe48551ce20dafc0f56b403bd92c
0x48d7f315fedcad332f68aafa017c7c158bc547600xb153806801f1826a3ae0c14981b0d9e60f1f3d19false3402094889375919542498183812020-04-06T12:03:33.000Z0x518525ef3c47cf8b09b8c74175e07f3093d04a7a02b07cd610cddd22a448c36d
0x48d7f315fedcad332f68aafa017c7c158bc547600xfadafce89ea2221fa33005640acf2c923312f2b9false310722943922836234052498213752020-04-06T23:12:34.000Z0xfb3c239554f1548d519605b91fdc0148580a9c49be7f477b8ccfca3117cf27d5
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssETHUniswapV1_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssEURCurve_RewardPaid_event

Reward distribution events from Synthetix V1’s sEUR Curve liquidity pool staking contract on Ethereum. Tracks when users claim SNX or other incentive tokens for providing liquidity to the sEUR/EUR Curve pool.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0xc0d8994cd78ee1980885df1a0c5470fc977b5cfe0x90bb609649e0451e5ad952683d64bd2d1f245840false1021825396825049225049117451172021-01-28T15:33:29.000Z0xf5d6c2c33b76ee8c84b4913fc2688750b1825e321419b08ecf50f64a9a4e8f24
0xc0d8994cd78ee1980885df1a0c5470fc977b5cfe0x90bb609649e0451e5ad952683d64bd2d1f245840false125661375658594628224117436762021-01-28T10:06:21.000Z0xb5eaa79335e6b5ee2b226f6bfbb9f3b4840da6503d4df94f7d185c860ba308da
0xc0d8994cd78ee1980885df1a0c5470fc977b5cfe0x90bb609649e0451e5ad952683d64bd2d1f245840false1088624338623896804429117467462021-01-28T21:20:15.000Z0x2c23de8ab8c9101cce74134411d1dae230f60e33d14e097f192b60c653741039
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssEURCurve_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssFBBalancer_RewardPaid_event

Reward payment events from Synthetix V1’s Balancer pool staking rewards contract on Ethereum, tracking SNX (Synthetix Network Token) incentive distributions to liquidity providers. Used for analyzing staking yields and user participation in Balancer pool liquidity mining programs.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x26fa0665660c1d3a3666584669511d3c66ad37cb0x2f6119e04d7766b6b867b62a6d54318346b47afefalse11453744388430629598166124553952021-05-18T01:25:04.000Z0x55a87af006bd7438073f808c83300d6b83a9ef552d58187c9d23de1e9f56322a
0x26fa0665660c1d3a3666584669511d3c66ad37cb0xef9af12bf7c5a32d7461d011c4ce9124d73f52a0false887848488498146165027404124593862021-05-18T16:10:06.000Z0x1efea75791db88212d2c004d7e6d9713be61da055f740508d63fd6a4ac4957ba
0x26fa0665660c1d3a3666584669511d3c66ad37cb0xe9947f9d6137be1efc8525384c49e964aeb4bcd9false506706427214923793659205125885252021-06-07T16:42:30.000Z0xfec836c248980e85d22bb7d48162c85d39072a77c978c2b8bb11173dc7b5ebf7
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssFBBalancer_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssGOOGBalancer_RewardPaid_event

Reward claim events from Synthetix v1’s sGOOG-Balancer staking rewards contract on Ethereum, tracking SNX token payouts to liquidity providers. Useful for analyzing yield farming participation and reward distribution patterns for the synthetic Google stock pool.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x6fb7f0e78582746bd01bcb6dfbfe62ca5f4f91750xf0f225e01cf084d3c246ad595ab60d0d4f5b4c78false1346018860498622573681122993912021-04-23T23:14:28.000Z0x28d537b48ea6d6d3aca49ab73e86817e0596975542468b3e366b914d0bf4dd33
0x6fb7f0e78582746bd01bcb6dfbfe62ca5f4f91750x7f960b97b12ef8b6828529e961f6646ad764d90bfalse909326631856705136135129124865112021-05-22T21:20:45.000Z0x5c089a3b18ec419e10cf9ee26f13c59399dbd322ecfcb665a94d2621fd784298
0x6fb7f0e78582746bd01bcb6dfbfe62ca5f4f91750x16f037a3ddf53da1b047a926e1833219f0a8e1fcfalse194859151993896703170276125917932021-06-08T04:39:27.000Z0x064dabe207c5dc2c680aeab85620f3d569e8a6ced7ea1b0167dbc68d682210eb
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssGOOGBalancer_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssMSFTBalancer_RewardPaid_event

Reward claim events from Synthetix V1’s sMSFT (synthetic Microsoft stock) Balancer pool staking contract on Ethereum. Tracks individual reward payouts to liquidity providers with user addresses and reward amounts in wei.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x9d003cc298e7ea141a809c241c0a703176da3ba30x75a35f615cb1bc590e83fbbbc1fe10aa7b58fdc1false29888373408293712325192123756472021-05-05T17:44:20.000Z0x441450b2e87b8f0910ece69b664d20dc0b3c9a414519f1d88724c66c9f618c6e
0x9d003cc298e7ea141a809c241c0a703176da3ba30x21e4920bfece1009fd55958b50da12c72c3a7140false115984039773062602264313125692172021-06-04T16:54:52.000Z0x78bd44727a5cccceaa60c5ffd9179067556bf5259fe91b15d165fb9ea5fa616b
0x9d003cc298e7ea141a809c241c0a703176da3ba30xa982bbdaf783eb7c3914d988b7e2a0be865ccb53false116848593172522584601318125183632021-05-27T20:03:16.000Z0xaeb6f9d13604e8b1bf08a68646c47acb6967bb3cf2c19b3510550b827c1f7b45
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssMSFTBalancer_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssNFLXBalancer_RewardPaid_event

Reward distribution events from Synthetix V1’s sNFLX Balancer pool staking contract on Ethereum. Captures individual reward payouts to liquidity providers with reward amounts in wei for analyzing yield farming participation and incentive distribution.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x8ef8ca2acaaafec19fb366c11561718357f780f20x2f34ee226e149a1fe2d03e883df9544d84c1c47cfalse115360424670527975783253125636672021-06-03T20:31:07.000Z0xbcc15439948707e319f597a9518bc22326aae930da50ce17d147a479832b4b46
0x8ef8ca2acaaafec19fb366c11561718357f780f20x0f45156f109e474295913d78036fa213b1745d5afalse23107073182441752167171123648902021-05-04T01:49:46.000Z0x75d36763669f5041cd6560bcade44a99a94c6d739f56c59145ba45986de28233
0x8ef8ca2acaaafec19fb366c11561718357f780f20xfe3befecec12d396be61f3483ee029171751ec07false3424314808009319347140126403562021-06-15T17:20:36.000Z0x9d3f1cfeef97aba855a51e8ca97cec8c4f3a64d64549237a64ef902a5c7a5430
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssNFLXBalancer_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardsSNXBalancer_RewardPaid_event

SNX (Synthetix Network Token) reward distribution events from the Synthetix v1 staking contract for Balancer liquidity providers on Ethereum. Tracks individual reward claims with user addresses and token amounts denominated in wei for analyzing liquidity mining incentive payouts.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0xfbaedde70732540ce2b11a8ac58eb2dc0d69de100xec5f9994ebe1bdeaa009cb0a3e984c5c55bf3fddfalse97110916478456896968103870852020-07-03T14:50:42.000Z0xbe19eb7bba12336afe7713cdf913b6de1699affb975e035ec2475140f739c2c2
0xfbaedde70732540ce2b11a8ac58eb2dc0d69de100x0f8eae6c2597fdaff296382eb5ce923008426508false1301401634608266600823115103863612020-07-03T12:11:28.000Z0x4be0bf6d5cb4ca6fdd43a054711c8cfcf0a53936adce8340d2fb01cc039d423a
0xfbaedde70732540ce2b11a8ac58eb2dc0d69de100xe58585b22cc2ac4270a2b92c2d2d8c5db5a3330efalse1973946828837200850119103856782020-07-03T09:28:09.000Z0x93068233fa3b8eb5d3f51b37b4a4c3c641f8162ba62d99f94158f6b85beefffc
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardsSNXBalancer_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssTSLABalancer_RewardPaid_event

Reward claim events from Synthetix V1’s sTSLA-Balancer staking rewards contract on Ethereum, recording SNX token payouts to liquidity providers. Used for tracking staking incentive distributions and individual user earnings from the Tesla synthetic asset liquidity pool.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0xf0de877f2f9e7a60767f9ba662f10751566ad01c0xdb611d682cb1ad72fcbacd944a8a6e2606a6d158false196261767782427146213258119869592021-03-06T20:11:26.000Z0x5625174e53bc177a5bd1fa1ac2c83f6b93a312070e1cd8c32fb4566077c61de3
0xf0de877f2f9e7a60767f9ba662f10751566ad01c0xe9883b15b321f3f381e9fafd1277a98e1e5d86f7false159771484551692157212132119843772021-03-06T10:41:57.000Z0x1ecf5c198d08065369a77d64a2b67277b4a87aa9a7a55730f48526dcee87b66b
0xf0de877f2f9e7a60767f9ba662f10751566ad01c0x9bdce66d77c5653b370a62d7f1b0f7574860edb2false142673322242926341230192118917972021-02-20T04:52:39.000Z0x200b30a75c60622ce54c1d9d663c3de4c57808877e2df361dcc5a28f44402837
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssTSLABalancer_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssUSDCurve_RewardPaid_event

Reward distribution events from Synthetix V1’s sUSD Curve pool staking contract on Ethereum. Records individual reward payments to liquidity providers with amounts in wei for analyzing staking yield distribution and participant 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0xdcb6a51ea3ca5d3fd898fd6564757c7aaec3ca920xc54db577897b82933634ed1cee5d61d9d5a701d5false57108132105728218161105437312020-07-27T20:46:27.000Z0x769c6a75c58d103d812dbbe81287a907f8aef8cfa55d2b0bfdedba430a00519e
0xdcb6a51ea3ca5d3fd898fd6564757c7aaec3ca920x5d3183cb8967e3c9b605dc35081e5778ee462328false24449707946708749577761105423292020-07-27T15:21:32.000Z0x9a2b7dcd6e817f17906668111273624f4929ac4049b7bbbb54a3d2ffb45e3893
0xdcb6a51ea3ca5d3fd898fd6564757c7aaec3ca920xcfc579300d3e8016c70147a37c48cc6467daee98false379709979565231275262105423402020-07-27T15:22:55.000Z0x36f1526cc2e5d4ad1976036369e3dd663dd19336d19c99a84321f376c3bd403a
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssUSDCurve_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingRewardssXAUUniswapV2_RewardPaid_event

Reward claim events from Synthetix V1 staking contract for sXAU (synthetic gold) Uniswap V2 liquidity providers on Ethereum. Tracks individual reward payouts to liquidity providers with claim amounts and recipient addresses for analyzing staking incentive distribution.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x8302fe9f0c509a996573d3cc5b0d5d51e4fdd5ec0xa340143f3bf37edd230816cdfed6199151debf52false16465948563678690227327103666972020-06-30T10:59:49.000Z0x1e5f9fdab354988b8a7cdad227db02e7316a9116db9593b1a41f49c454173f28
0x8302fe9f0c509a996573d3cc5b0d5d51e4fdd5ec0x13fcb7b29f135d3740ca8c6e3f775df6994a3d8efalse3373011362700153610552103702252020-06-30T23:47:14.000Z0x5ba373657be72d0a1cef63e03f16f77962f3992a4303ac720daea4c23fcb9dd8
0x8302fe9f0c509a996573d3cc5b0d5d51e4fdd5ec0xf12a175ffa3d47f6d68b4875a21ea48db3c33588false66987328899409391486105103697842020-06-30T22:13:31.000Z0x0c3c6760952a5db4f7d4524d3c8bd2f4449163fe83c8c924f2fd5f98bfb518a9
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.StakingRewardssXAUUniswapV2_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

sUSD_Burned_event

sUSD burn events from Synthetix V1 protocol on Ethereum, recording when synthetic USD stablecoins are destroyed by user accounts. Useful for tracking debt repayment, position closures, and sUSD supply changes in the Synthetix ecosystem.
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_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_valuelog_indexin_accountblock_numberblock_timestamptransaction_hash
0x57ab1ec28d129707052df4df418d58a2d46d5f51false15000000000000000000006580xfd81b27d9796a1ba7d7171ea70010c9befb2a62a183135222023-10-09T14:30:11.000Z0xeb4c0e46e582ec3369bb60ec2273b2dc03fb62ff813ca26fd3d86ef00ec7b962
0x57ab1ec28d129707052df4df418d58a2d46d5f51false1033696269462730978581810xe37e799d5077682fa0a244d46e5649f71457bd09183113812023-10-09T07:19:11.000Z0xbaa1ca45848f34bc724dbfa2f0f9dfea11e3fd3ecf3fbc20859f5823267d1060
0x57ab1ec28d129707052df4df418d58a2d46d5f51false233585874500000000002510xd3ad72af19df2633e25f1370036a501b21232ed7183108092023-10-09T05:23:59.000Z0x2db8cc030999b898a9608d3b113d3e2a92b92c4f388427a7071522afe449eda8
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.sUSD_Burned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

sUSD_Issued_event

sUSD minting events from Synthetix V1 protocol on Ethereum, tracking when users issue synthetic USD stablecoin against their collateral. Records account addresses and issued amounts in wei (18 decimals) for analyzing protocol debt creation and user minting behavior.
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_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_valuelog_indexin_accountblock_numberblock_timestamptransaction_hash
0x57ab1ec28d129707052df4df418d58a2d46d5f51false3069325820024866238430xb56b77df9e5001028711cfc20c8aa3aaa9d851db103793152020-07-02T09:51:22.000Z0x1f2b0715203b264866bdcc79363886690e800dc2c7266384396b7d8ed43b0fcb
0x57ab1ec28d129707052df4df418d58a2d46d5f51false20000000000000000000040x65447778c02ac5cb611bd8d952e3aa77eab48446103777642020-07-02T04:08:28.000Z0x9f88fffbca6e00152e21339ada674e95b9ab7f20d3a00eb9a729363da166b02f
0x57ab1ec28d129707052df4df418d58a2d46d5f51false150000000000000000000050x2debdf4427ccbcfdbc7f29d63964499a0ec184f6103794282020-07-02T10:18:46.000Z0xb182cc1f0dbd39205cf7cb5c5575e50f81c3c5071c47f66718d74893cd52b306
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.sUSD_Issued_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynthetixDebtShares_Burn_event

Debt share burn events from Synthetix V1 on Ethereum, recording when users reduce their protocol debt position by burning debt shares. Tracks account addresses and burn amounts for analyzing debt pool participation and liquidation 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x89fcb32f29e509cc42d0c8b6f058c993013a843ffalse153408893474552235353050x6c9228905928ca1a0cf678e159104a1506a8aa8f182914732023-10-06T12:30:59.000Z0x88738fbcb1f35fa0c2e8b9d7741eed5b5270ca3afa44e719a76a253bafa4de14
0x89fcb32f29e509cc42d0c8b6f058c993013a843ffalse2420536500799162323633050x70bcca115bbfe0ced96c672f2db987c5f71c8db3182941482023-10-06T21:29:47.000Z0xda4feb8147618038ca798d54b4272dccd473eb09ced5cce9e635db7c2a6075d5
0x89fcb32f29e509cc42d0c8b6f058c993013a843ffalse330635867151064774751910xf5395120d09cf2182a5a9eb69fc2e2be1131ca38182938512023-10-06T20:29:47.000Z0x82fd51e3fa7cffdd172b723b7168d2dbfcd9bd2d247aaab83aa59d30376e7845
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.SynthetixDebtShares_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynthetixDebtShares_Mint_event

Debt share issuance events from Synthetix V1 protocol on Ethereum, tracking when users mint sUSD stablecoins by staking SNX collateral. Records the minted debt share amount and account address for analyzing protocol debt pool participation and staking behavior.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x89fcb32f29e509cc42d0c8b6f058c993013a843ffalse24060856799039861824880x4c2b52daf92944d99a6cddcf3c697e16a2638600168870892023-03-23T01:49:11.000Z0x1e12aa2aff3afc29dbcb6850eadcdf88d9b9ac6f6600845b15c3555bfe44c640
0x89fcb32f29e509cc42d0c8b6f058c993013a843ffalse1175584410954050711700x7e215eecea18bb1adacf2c00df6c61f9ab5457f9168889992023-03-23T08:16:47.000Z0x0b87349d631426cc9a30acccd98a48f316b9ef920fef3b3395a07402a7d9833b
0x89fcb32f29e509cc42d0c8b6f058c993013a843ffalse968353617924051429572530x94ee11855595a6a355c93eb938b87b08b13b57b7168922592023-03-23T19:16:59.000Z0x7704aef5f7a0b8a76afbc228d9250182922abf96fb21ee932c845d3dcf59018c
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.SynthetixDebtShares_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynthSNX10_burnSynths_function

Synthetic asset burn transactions from Synthetix V1 sNX10 contract on Ethereum, capturing attempts to destroy synths and reduce debt positions. Includes both successful and failed burn operations with transaction details and gas consumption for analyzing debt management patterns.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_currencyKeySTRINGThe currency key identifier for the synthetic asset being burned in the Synthetix protocol. This column is null in all sample transactions, indicating it may only be populated for specific burn operation types or deprecated functionality.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
gasvaluestatusgas_usedin_amountsignatureto_addressblock_numberfrom_addresstrace_addressin_currencyKeyblock_timestamptransaction_hash
10000000false374470xea168b620x22a67ecd108f7a6fc52da9e2655ddfe88eccd9ca89861820xc0fb2a3be460a9a027ab55b947f8461402284f7d2019-11-23T11:36:33.000Z0x7898e79d8094a46a45862edd9399fd71cdc3d07aa5a8b180f2719948aaeb1ebd
10000000false374530xea168b620x22a67ecd108f7a6fc52da9e2655ddfe88eccd9ca89853220xc0fb2a3be460a9a027ab55b947f8461402284f7d2019-11-23T08:12:26.000Z0x289683ed5e2ef3d1647b12ea31039177bb33be37f6c0afb58b157cb09244c063
10000000false374530xea168b620x22a67ecd108f7a6fc52da9e2655ddfe88eccd9ca89853620xc0fb2a3be460a9a027ab55b947f8461402284f7d2019-11-23T08:22:26.000Z0x2bb855c787df6d3eba37c714fc0447fae343669e799b2ca3ebc0cb285a0e26e3
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.SynthSNX10_burnSynths_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynthSNX10_issueSynths_function

Attempted calls to the issueSynths function on Synthetix v1 SynthSNX10 contract on Ethereum, capturing both successful and failed synthetic asset minting transactions. Useful for analyzing SNX staking behavior and protocol interaction patterns during the v1 era.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_currencyKeySTRINGCurrency key identifier for the synthetic asset being issued in Synthetix V1, typically a bytes32 encoded string like sUSD or sETH. This field is null in all sample transactions, suggesting failed function calls that did not process input parameters.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
gasvaluestatusgas_usedin_amountsignatureto_addressblock_numberfrom_addresstrace_addressin_currencyKeyblock_timestamptransaction_hash
10000000false449990x0ee54a1d0x22a67ecd108f7a6fc52da9e2655ddfe88eccd9ca90016880xc0fb2a3be460a9a027ab55b947f8461402284f7d2019-11-26T01:56:35.000Z0xb724a13e952870593f806571be7f63df708a25b6ce3e8663560d55471ee77d19
10000000false450690x0ee54a1d0x22a67ecd108f7a6fc52da9e2655ddfe88eccd9ca90030120xc0fb2a3be460a9a027ab55b947f8461402284f7d2019-11-26T07:38:44.000Z0xa18624a21ce296bfd4396507b13bf245b4d00779cdcb2c1eaf81e7c04246436e
10000000false451270x0ee54a1d0x22a67ecd108f7a6fc52da9e2655ddfe88eccd9ca90028590xc0fb2a3be460a9a027ab55b947f8461402284f7d2019-11-26T06:58:25.000Z0xc9baa1ce0b32fde261d3343c41ac2effaef23f62e76f3006a234871df88b2f40
Query with partition filter
SELECT *
FROM `tt-contracts.synthetix_v1_ethereum.SynthSNX10_issueSynths_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100