Skip to main content

Tables

APTFarm_Harvest_event

Harvest events from Trader Joe V1 Auto-Pool Token (APT) farms on Arbitrum, recording reward claims by users from specific pool IDs with harvested token amounts. Used for analyzing yield farming behavior and reward distribution patterns across different liquidity pools.
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_pidSTRINGPool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_unpaidAmountSTRINGAmount of rewards that were accrued but not yet claimed by the user at the time of harvest. Denominated in the smallest token unit (wei) and typically zero when all rewards are successfully claimed.
in_pidaddressin_userremovedin_amountlog_indexblock_numberblock_timestampin_unpaidAmounttransaction_hash
10x57ff9d1a7cf23fd1a9fd9dc07823f950a22a718c0x58299889b558e385ae65053eb7560b7d1baa3323false0262100911142024-05-11T08:24:17.000Z00x44e4126e8a03e7c072ddddf72b4f52841dbc03400f247ee176e3fb2d77307f91
20x57ff9d1a7cf23fd1a9fd9dc07823f950a22a718c0x0d9633942ceaa14918d7481443a4296d61f93cdffalse0362102409612024-05-11T18:51:03.000Z00x1078963f9ebba6f6de9c8464806e0279a2494a6d9354647ebe942d1701400cbf
20x57ff9d1a7cf23fd1a9fd9dc07823f950a22a718c0x0d9633942ceaa14918d7481443a4296d61f93cdffalse10443992464371747086142102409612024-05-11T18:51:03.000Z00x1078963f9ebba6f6de9c8464806e0279a2494a6d9354647ebe942d1701400cbf
Query with partition filter
SELECT *
FROM `tt-contracts.traderjoe_v1_arbitrum.APTFarm_Harvest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

APTFarm_RewardClaimed_event

Reward claim events from Trader Joe V1 APT (Automated Pool Token) farms on Arbitrum, capturing user withdrawals of farming incentives with token amounts, epoch identifiers, and market addresses. Used for analyzing yield farming participation and reward distribution patterns across liquidity pools.
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_marketSTRINGTrading pair or market identifier specifying the assets being traded or operated on.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
in_releasedSTRINGAmount of tokens released to the user in the reward claim transaction. String-encoded integer representing token quantity in the smallest denomination.
in_unreleasedSTRINGAmount of tokens not yet released to the user at the time of the reward claim. String-encoded integer representing token quantity in the smallest denomination.
addressin_userremovedin_epochin_tokenin_marketlog_indexin_releasedblock_numberin_unreleasedblock_timestamptransaction_hash
0x624c5b9beb13af6893e715932c26e2b7a59c410a0x120e32bdc8840b11b13a67691028af51812f21e4false100x371c7ec6d8039ff7933a2aa28eb827ffe1f52f070xe2b32e6dd706af1ae7e6ea71d0477b5adaf9c9d1185004000000000000000020269166102024-04-19T16:47:59.000Z0x3ae55de58698293e7ccfdcbecce6caf590f2dad896e8789c236031c38f2e3270
0x624c5b9beb13af6893e715932c26e2b7a59c410a0x320849ec0adffcd6fb0212b59a2ec936cdef5fcafalse100x371c7ec6d8039ff7933a2aa28eb827ffe1f52f070x500173f418137090dad96421811147b63b448a0f1174000000000000000020250927102024-04-19T03:49:50.000Z0x8cc629d82b3a63686f6036465e975983689ddc8c5fc9316782f095fc85e6bd3c
0x624c5b9beb13af6893e715932c26e2b7a59c410a0x320849ec0adffcd6fb0212b59a2ec936cdef5fcafalse110x371c7ec6d8039ff7933a2aa28eb827ffe1f52f070x500173f418137090dad96421811147b63b448a0f1399000000000000000020250927102024-04-19T03:49:50.000Z0x8cc629d82b3a63686f6036465e975983689ddc8c5fc9316782f095fc85e6bd3c
Query with partition filter
SELECT *
FROM `tt-contracts.traderjoe_v1_arbitrum.APTFarm_RewardClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MakerRewarder_RewardClaimed_event

Liquidity provider reward claim events from Trader Joe V1 DEX on Arbitrum, tracking released and unreleased token amounts per epoch and market. Used to analyze market maker incentive distribution and user claim behavior across trading pairs.
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_marketSTRINGTrading pair or market identifier specifying the assets being traded or operated on.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
in_releasedSTRINGAmount of tokens released to the user in the reward claim transaction. String-encoded integer representing token quantity in the smallest denomination.
in_unreleasedSTRINGAmount of tokens not yet released to the user at the time of the reward claim. String-encoded integer representing token quantity in the smallest denomination.
addressin_userremovedin_epochin_tokenin_marketlog_indexin_releasedblock_numberin_unreleasedblock_timestamptransaction_hash
0x624c5b9beb13af6893e715932c26e2b7a59c410a0x00519b408c037a605b1639358a039e2e789ca7c4false10x371c7ec6d8039ff7933a2aa28eb827ffe1f52f070xc3bc74dcff9019d064dc269a5266934cd65613e5123139062946428571429163315918520040223214285714292023-12-24T16:06:50.000Z0xabf22129cd485aa49cd2390505024268cd969e736d11c81861e82b85f2253264
0x624c5b9beb13af6893e715932c26e2b7a59c410a0x082d7806f79c8fb21987b9e8b82ad85807e99370false130xcafcd85d8ca7ad1e1c6f82f651fa15e33aefd07b0xb87495219c432fc85161e4283dff131692a528bd2117341728472222222222163232171682282715277777777782023-12-24T10:13:54.000Z0x831c744a17ba0139b8ce332bf67dbdeb9c1bf9bfc5801401972c5e5e8f0f4477
0x624c5b9beb13af6893e715932c26e2b7a59c410a0x0e131ffcb723b9f2ea0a62003f8435dd3387a380false10x371c7ec6d8039ff7933a2aa28eb827ffe1f52f070xc3bc74dcff9019d064dc269a5266934cd65613e5150880937499999994138163256310508461398809523750942023-12-24T11:55:43.000Z0x1def63193c28d6a1d1a9da82f6a99f5efb9120ffa53b01960b3077a21ccf5a08
Query with partition filter
SELECT *
FROM `tt-contracts.traderjoe_v1_arbitrum.MakerRewarder_RewardClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100