Skip to main content

Tables

FrxETHMinter_depositEther_function

Function call traces for ETH deposits into Frax’s frxETH minting contract on Ethereum. Records deposit transactions with max deposit limits, caller addresses, and execution status for tracking ETH staking activity into the Frax liquid staking derivative.
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.
transaction_positionINT64Ordinal position of this transaction within its containing block, zero-indexed. Indicates the sequence order among all transactions in the block.
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.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
codeSTRINGError code returned when a transaction trace fails. Null for successful calls, populated with revert reason or error message when status indicates failure.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
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.
call_typeSTRINGType of EVM call operation performed (call, delegatecall, staticcall, or callcode). All sampled rows show ‘call’, indicating direct contract calls with value transfer capability.
reward_typeSTRINGInternal trace classification field used by Ethereum clients to identify block reward types (e.g., mining, uncle rewards). Always null for function call traces like depositEther.
trace_typeSTRINGType of trace entry capturing the execution path, typically ‘call’ for function invocations or ‘create’ for contract deployments. Used to distinguish different blockchain execution behaviors within transaction traces.
subtracesINT64Number of child traces spawned by this function call within the transaction execution tree. Indicates the complexity of the deposit operation, with higher values representing more sub-calls to other contracts.
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.
errorSTRINGError message describing why the transaction or instruction execution failed. String value containing the failure reason when status is false, null when execution succeeded.
trace_idSTRINGUnique identifier for a transaction trace or execution path within the blockchain. Base64-encoded string for TON chains, prefixed format for EVM chains.
statusINT64Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_max_depositsSTRINGMaximum number of 32 ETH validator deposits to process in this FrxETHMinter transaction. Typically ranges from 1-3 deposits per transaction based on available ETH balance.
gascodeerrorvaluestatusaddressgas_usedtrace_idcall_typesignaturesubtracesto_addresstrace_typereward_typeblock_numberfrom_addresstrace_addressblock_timestampin_max_depositstransaction_hashtransaction_position
14787961233240call_0x9cf5d6822b6a314ba68e4d7822137e82959049070aeda4284113b27e3d1b596e_call0x26839f1720xbafa44efe7901e04e39dad13167d089c559c1138call159932330xbb437059584e30598b3af0154472e47e6e2a45b92022-11-18T00:11:11.000Z20x9cf5d6822b6a314ba68e4d7822137e82959049070aeda4284113b27e3d1b596e24
14787961224311call_0x9b57f0c317fad673522a057a811c461b6f417122ec578b10701cb5f45d3b1a80_call0x26839f1720xbafa44efe7901e04e39dad13167d089c559c1138call159963400xbb437059584e30598b3af0154472e47e6e2a45b92022-11-18T10:36:11.000Z20x9b57f0c317fad673522a057a811c461b6f417122ec578b10701cb5f45d3b1a80140
14787961224311call_0xef67d23eeee8c844fa6375e9d29de134de8b08b6c99a3418505c734ec2e60498_call0x26839f1720xbafa44efe7901e04e39dad13167d089c559c1138call159975360xbb437059584e30598b3af0154472e47e6e2a45b92022-11-18T14:36:11.000Z20xef67d23eeee8c844fa6375e9d29de134de8b08b6c99a3418505c734ec2e60498140
Query with partition filter
SELECT *
FROM `tt-contracts.frax_v1_ethereum.FrxETHMinter_depositEther_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FrxETHMinter_ETHSubmitted_event

ETH deposit events for Frax’s frxETH liquid staking token minter on Ethereum, capturing submitted amounts and withheld validator fees. Used to track user staking activity and protocol fee collection in the Frax ETH staking system.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sent_amountSTRINGAmount of ETH submitted to the Frax ETH minter contract in wei (base 18 decimals). This represents the gross ETH deposit before any withholding fees are applied.
in_withheld_amtSTRINGAmount of ETH withheld as a fee during the submission, denominated in wei (18 decimals). Typically represents 10% of the sent amount based on sample data.
addressremovedin_senderlog_indexblock_numberin_recipientin_sent_amountblock_timestampin_withheld_amttransaction_hash
0xbafa44efe7901e04e39dad13167d089c559c1138false0xf286e07ed6889658a3285c05c4f736963cf41456224158261640xbafa44efe7901e04e39dad13167d089c559c113860000000000000000002022-10-25T16:03:23.000Z6000000000000000000xdeb2e07d1f6ac97e3543fcd6a79139aaba7b1a743ebe9360ec32d9d9e21c9781
0xbafa44efe7901e04e39dad13167d089c559c1138false0xb0720a40d6335df0ac90ff9e4b755217632ca78c286158268560xbafa44efe7901e04e39dad13167d089c559c11385000000000000000002022-10-25T18:23:35.000Z500000000000000000xb7a5b83fc6527f8dceb9499bf9443639cef60a81f0e96501202bcb6a1e593f18
0xbafa44efe7901e04e39dad13167d089c559c1138false0x9d1cff7c84b74ac6184d2e4550c98fbef19a9493171169122720x9d1cff7c84b74ac6184d2e4550c98fbef19a94931000000000000000000002023-03-26T14:43:47.000Z100000000000000000000x0546d5736095af2454d0db337c1c51860e2c4b9c38b515dba09862a29179e314
Query with partition filter
SELECT *
FROM `tt-contracts.frax_v1_ethereum.FrxETHMinter_ETHSubmitted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FrxETHMinter_submitAndDeposit_function

ETH deposits into Frax Finance’s frxETH minting contract, recording staking submissions with resulting sfrxETH share amounts. Used for tracking user deposits and conversion rates between ETH and frxETH liquid staking tokens on Ethereum.
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.
transaction_positionINT64Position of this transaction within its containing block, zero-indexed. Lower values indicate earlier execution order in the block’s transaction sequence.
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.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
codeSTRINGContract bytecode returned when a new contract is created during trace execution. This field is typically null for standard function calls and populated only when the trace results in contract deployment.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
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.
call_typeSTRINGType of EVM call operation being performed (call, delegatecall, staticcall, or callcode). All sample values show “call” indicating standard contract function invocations.
reward_typeSTRINGIndicates the type of staking reward mechanism for the frxETH minting operation. Always null in this context as submitAndDeposit function does not involve reward type selection.
trace_typeSTRINGTransaction execution type indicating whether this is a CALL, DELEGATECALL, STATICCALL, or CREATE operation. All sample values show ‘call’ type, representing standard contract function invocations.
subtracesINT64Number of internal traces spawned by this function call. Always 3 for successful submitAndDeposit executions in the Frax ETH minting contract.
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.
errorSTRINGError message describing why the transaction or instruction execution failed. String value containing the failure reason when status is false, null when execution succeeded.
trace_idSTRINGUnique identifier for a transaction trace or execution path within the blockchain. Base64-encoded string for TON chains, prefixed format for EVM chains.
statusINT64Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
out_sharesSTRINGNumber of shares issued or burned as a result of the transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
gascodeerrorvaluestatusaddressgas_usedtrace_idcall_typesignaturesubtracesout_sharesto_addresstrace_typereward_typeblock_numberfrom_addressin_recipienttrace_addressblock_timestamptransaction_hashtransaction_position
1162401115958call_0x5d86f8d1fd1477fd0a5b6e92794b1802804885a2f3d9d342649820863000a492_call0x4dcd454732991653407900214410xbafa44efe7901e04e39dad13167d089c559c1138call159737270x4644a9afe25b01405b9099c32fbf123f919d48380x4644a9afe25b01405b9099c32fbf123f919d48382022-11-15T06:44:35.000Z0x5d86f8d1fd1477fd0a5b6e92794b1802804885a2f3d9d342649820863000a4929
1162401115958call_0x6e761abd4f5e47cd385fc869b3602da27fe2947c5a95baaa444ef56f721f27bd_call0x4dcd45473698043718655846932690xbafa44efe7901e04e39dad13167d089c559c1138call159743370xb3df5271b92e9fd2fed137253bb4611285923f160xb3df5271b92e9fd2fed137253bb4611285923f162022-11-15T08:46:59.000Z0x6e761abd4f5e47cd385fc869b3602da27fe2947c5a95baaa444ef56f721f27bd82
1162401115958call_0x8f56b898f3d106d67ec2d5797609818cde525a6e3f7c816be3f9df9621043f71_call0x4dcd4547350854735143508855070xbafa44efe7901e04e39dad13167d089c559c1138call159770000x46adad8efa17800f429a7d6419e03bc8f32f13d00x46adad8efa17800f429a7d6419e03bc8f32f13d02022-11-15T17:43:47.000Z0x8f56b898f3d106d67ec2d5797609818cde525a6e3f7c816be3f9df9621043f71100
Query with partition filter
SELECT *
FROM `tt-contracts.frax_v1_ethereum.FrxETHMinter_submitAndDeposit_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FrxETHMinter_submitAndGive_function

Internal call traces for Frax ETH’s submitAndGive function, recording ETH deposits to the FrxETHMinter contract where users submit ETH and designate a recipient address for the minted frxETH tokens. Used to track ETH-to-frxETH minting flows and analyze delegation patterns in Frax’s liquid staking system.
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.
transaction_positionINT64Sequential index position of this transaction within its block, starting from 0. Indicates the ordering of transactions as they were included by the block proposer.
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.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
codeSTRINGEVM bytecode returned when this trace creates a new contract via CREATE or CREATE2 opcodes. Null for regular function calls that don’t deploy contracts.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
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.
call_typeSTRINGType of EVM call operation being performed in this trace (e.g., ‘call’, ‘delegatecall’, ‘staticcall’). All sample rows show ‘call’ indicating standard contract-to-contract value transfers.
reward_typeSTRINGSpecifies the type of reward for block production traces (e.g., block, uncle). Always null for function call traces like this submitAndGive operation.
trace_typeSTRINGType of trace generated during transaction execution, indicating whether it’s a call, create, suicide, or reward operation. Most entries are ‘call’ type representing standard contract function invocations.
subtracesINT64Number of child traces spawned by this function call. Typically 1 for successful submitAndGive operations, as seen in the sample data where the function delegates to internal contract logic.
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.
errorSTRINGError message describing why the transaction or instruction execution failed. String value containing the failure reason when status is false, null when execution succeeded.
trace_idSTRINGUnique identifier for a transaction trace or execution path within the blockchain. Base64-encoded string for TON chains, prefixed format for EVM chains.
statusINT64Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
gascodeerrorvaluestatusaddressgas_usedtrace_idcall_typesignaturesubtracesto_addresstrace_typereward_typeblock_numberfrom_addressin_recipienttrace_addressblock_timestamptransaction_hashtransaction_position
4935741748500000000000000153783call_0x72235838a516e9e76ae533b35ce2c2f619bfbf238bbac8b8f88e1190b5ce7a4a_2call0xbfda0c8c10xbafa44efe7901e04e39dad13167d089c559c1138call161560050x25e9aca5951262241290841b6f863d59d37dc4f00x25e9aca5951262241290841b6f863d59d37dc4f022022-12-10T18:09:59.000Z0x72235838a516e9e76ae533b35ce2c2f619bfbf238bbac8b8f88e1190b5ce7a4a9
982698781350976477312881153783call_0x34c424fc26afe8ff4ca56f804b6fbfbc943903d98e9f002d0e10671e5f11f3d7_6call0xbfda0c8c10xbafa44efe7901e04e39dad13167d089c559c1138call161560150x25e9aca5951262241290841b6f863d59d37dc4f00x25e9aca5951262241290841b6f863d59d37dc4f062022-12-10T18:11:59.000Z0x34c424fc26afe8ff4ca56f804b6fbfbc943903d98e9f002d0e10671e5f11f3d720
868191328895405323403106153783call_0x898188a21d3536aadbd8464a915308e6749bf1c6ebbab8bc346477a4d2278f55_6call0xbfda0c8c10xbafa44efe7901e04e39dad13167d089c559c1138call161561420x25e9aca5951262241290841b6f863d59d37dc4f00x25e9aca5951262241290841b6f863d59d37dc4f062022-12-10T18:37:35.000Z0x898188a21d3536aadbd8464a915308e6749bf1c6ebbab8bc346477a4d2278f55115
Query with partition filter
SELECT *
FROM `tt-contracts.frax_v1_ethereum.FrxETHMinter_submitAndGive_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PairRegistry_AddPair_event

Registry events tracking when new trading pairs are added to the Frax v1 protocol on Ethereum. Useful for monitoring protocol expansion and identifying supported pair contracts over time.
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__pairAddressSTRINGContract address of the liquidity pair being added to the Frax PairRegistry on Ethereum. Hex-encoded, 0x-prefixed 40-character string representing the pair contract that was registered in this event.
addressremovedlog_indexblock_numberblock_timestampin__pairAddresstransaction_hash
0xd6e9d27c75afd88ad24cd5edccdc76fd2fc3a751false213160846972022-11-30T18:49:35.000Z0x66bf36dba79d4606039f04b32946a260bcd3ff520x88ce44f124ced1ee477deb5243dcb5f3bbb53e23578de41d2a4676ea8d62a738
0xd6e9d27c75afd88ad24cd5edccdc76fd2fc3a751false403160846772022-11-30T18:45:35.000Z0x918ac498470d073c6518b55f3f74c203d6df38fd0x1db45c73e9007dcd1070c3e5a1979e335f74046e41f88f7028f26dd758bea427
0xd6e9d27c75afd88ad24cd5edccdc76fd2fc3a751false497164855542023-01-25T18:14:23.000Z0x9234ea70c2360576c3c9e706e7f3f3219e6d885c0xeb2994eb592f27666a90a72e80fc7e5cedb82f9d62ff063e578a317d941f5d17
Query with partition filter
SELECT *
FROM `tt-contracts.frax_v1_ethereum.PairRegistry_AddPair_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SfrxETH_NewRewardsCycle_event

Reward cycle initialization events from Frax’s sfrxETH (Staked Frax Ether) staking contract on Ethereum, recording ETH reward distributions and cycle end timestamps. Used for tracking staking yield accrual periods and validator reward allocation to sfrxETH holders.
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_cycleEndSTRINGUnix timestamp (in seconds) indicating when the current staking rewards cycle ends for sfrxETH. Represents the deadline for reward distribution in the Frax staked ETH protocol.
in_rewardAmountSTRINGAmount of rewards claimed or distributed. Numeric value represented as a string in the token’s smallest unit (wei for ETH-based tokens).
addressremovedlog_indexin_cycleEndblock_numberblock_timestampin_rewardAmounttransaction_hash
0xac3e018457b222d93114458476f3e3416abbe38ffalse2081674086400163870512023-01-12T00:10:35.000Z353970000000000000000x185f7567237eb20d12d71d63b06f442e12d5f98cae921fa5c07df315d15b632c
0xac3e018457b222d93114458476f3e3416abbe38ffalse4171678924800167869932023-03-09T00:08:59.000Z784080000000000000000x77ffdd5ffb5fb7d453e3d32f9331a5f964484889e19701d3f84db6baf2f86574
0xac3e018457b222d93114458476f3e3416abbe38ffalse2481680739200169364392023-03-30T00:15:59.000Z854010000000000000000xe3c8a40be717ea2b8e40eaae277a8598ed46cdc6e65db9c06ec7131b096892da
Query with partition filter
SELECT *
FROM `tt-contracts.frax_v1_ethereum.SfrxETH_NewRewardsCycle_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100