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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
transaction_position | INT64 | Ordinal position of this transaction within its containing block, zero-indexed. Indicates the sequence order among all transactions in the block. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | NUMERIC | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
code | STRING | Error code returned when a transaction trace fails. Null for successful calls, populated with revert reason or error message when status indicates failure. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
call_type | STRING | Type of EVM call operation performed (call, delegatecall, staticcall, or callcode). All sampled rows show ‘call’, indicating direct contract calls with value transfer capability. |
reward_type | STRING | Internal 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_type | STRING | Type 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. |
subtraces | INT64 | Number 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_address | STRING | Hierarchical 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. |
error | STRING | Error message describing why the transaction or instruction execution failed. String value containing the failure reason when status is false, null when execution succeeded. |
trace_id | STRING | Unique identifier for a transaction trace or execution path within the blockchain. Base64-encoded string for TON chains, prefixed format for EVM chains. |
status | INT64 | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_max_deposits | STRING | Maximum 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. |
Sample Data
Sample Data
| gas | code | error | value | status | address | gas_used | trace_id | call_type | signature | subtraces | to_address | trace_type | reward_type | block_number | from_address | trace_address | block_timestamp | in_max_deposits | transaction_hash | transaction_position |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1478796 | 1 | 233240 | call_0x9cf5d6822b6a314ba68e4d7822137e82959049070aeda4284113b27e3d1b596e_ | call | 0x26839f17 | 2 | 0xbafa44efe7901e04e39dad13167d089c559c1138 | call | 15993233 | 0xbb437059584e30598b3af0154472e47e6e2a45b9 | 2022-11-18T00:11:11.000Z | 2 | 0x9cf5d6822b6a314ba68e4d7822137e82959049070aeda4284113b27e3d1b596e | 24 | ||||||
| 1478796 | 1 | 224311 | call_0x9b57f0c317fad673522a057a811c461b6f417122ec578b10701cb5f45d3b1a80_ | call | 0x26839f17 | 2 | 0xbafa44efe7901e04e39dad13167d089c559c1138 | call | 15996340 | 0xbb437059584e30598b3af0154472e47e6e2a45b9 | 2022-11-18T10:36:11.000Z | 2 | 0x9b57f0c317fad673522a057a811c461b6f417122ec578b10701cb5f45d3b1a80 | 140 | ||||||
| 1478796 | 1 | 224311 | call_0xef67d23eeee8c844fa6375e9d29de134de8b08b6c99a3418505c734ec2e60498_ | call | 0x26839f17 | 2 | 0xbafa44efe7901e04e39dad13167d089c559c1138 | call | 15997536 | 0xbb437059584e30598b3af0154472e47e6e2a45b9 | 2022-11-18T14:36:11.000Z | 2 | 0xef67d23eeee8c844fa6375e9d29de134de8b08b6c99a3418505c734ec2e60498 | 140 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_sent_amount | STRING | Amount 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_amt | STRING | Amount 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. |
Sample Data
Sample Data
| address | removed | in_sender | log_index | block_number | in_recipient | in_sent_amount | block_timestamp | in_withheld_amt | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0xbafa44efe7901e04e39dad13167d089c559c1138 | false | 0xf286e07ed6889658a3285c05c4f736963cf41456 | 224 | 15826164 | 0xbafa44efe7901e04e39dad13167d089c559c1138 | 6000000000000000000 | 2022-10-25T16:03:23.000Z | 600000000000000000 | 0xdeb2e07d1f6ac97e3543fcd6a79139aaba7b1a743ebe9360ec32d9d9e21c9781 |
| 0xbafa44efe7901e04e39dad13167d089c559c1138 | false | 0xb0720a40d6335df0ac90ff9e4b755217632ca78c | 286 | 15826856 | 0xbafa44efe7901e04e39dad13167d089c559c1138 | 500000000000000000 | 2022-10-25T18:23:35.000Z | 50000000000000000 | 0xb7a5b83fc6527f8dceb9499bf9443639cef60a81f0e96501202bcb6a1e593f18 |
| 0xbafa44efe7901e04e39dad13167d089c559c1138 | false | 0x9d1cff7c84b74ac6184d2e4550c98fbef19a9493 | 171 | 16912272 | 0x9d1cff7c84b74ac6184d2e4550c98fbef19a9493 | 100000000000000000000 | 2023-03-26T14:43:47.000Z | 10000000000000000000 | 0x0546d5736095af2454d0db337c1c51860e2c4b9c38b515dba09862a29179e314 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
transaction_position | INT64 | Position of this transaction within its containing block, zero-indexed. Lower values indicate earlier execution order in the block’s transaction sequence. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | NUMERIC | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
code | STRING | Contract 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. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
call_type | STRING | Type of EVM call operation being performed (call, delegatecall, staticcall, or callcode). All sample values show “call” indicating standard contract function invocations. |
reward_type | STRING | Indicates 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_type | STRING | Transaction execution type indicating whether this is a CALL, DELEGATECALL, STATICCALL, or CREATE operation. All sample values show ‘call’ type, representing standard contract function invocations. |
subtraces | INT64 | Number of internal traces spawned by this function call. Always 3 for successful submitAndDeposit executions in the Frax ETH minting contract. |
trace_address | STRING | Hierarchical 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. |
error | STRING | Error message describing why the transaction or instruction execution failed. String value containing the failure reason when status is false, null when execution succeeded. |
trace_id | STRING | Unique identifier for a transaction trace or execution path within the blockchain. Base64-encoded string for TON chains, prefixed format for EVM chains. |
status | INT64 | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
out_shares | STRING | Number of shares issued or burned as a result of the transaction. String-encoded integer representing the share quantity in the protocol’s accounting system. |
Sample Data
Sample Data
| gas | code | error | value | status | address | gas_used | trace_id | call_type | signature | subtraces | out_shares | to_address | trace_type | reward_type | block_number | from_address | in_recipient | trace_address | block_timestamp | transaction_hash | transaction_position |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 116240 | 1 | 115958 | call_0x5d86f8d1fd1477fd0a5b6e92794b1802804885a2f3d9d342649820863000a492_ | call | 0x4dcd4547 | 3 | 299165340790021441 | 0xbafa44efe7901e04e39dad13167d089c559c1138 | call | 15973727 | 0x4644a9afe25b01405b9099c32fbf123f919d4838 | 0x4644a9afe25b01405b9099c32fbf123f919d4838 | 2022-11-15T06:44:35.000Z | 0x5d86f8d1fd1477fd0a5b6e92794b1802804885a2f3d9d342649820863000a492 | 9 | ||||||
| 116240 | 1 | 115958 | call_0x6e761abd4f5e47cd385fc869b3602da27fe2947c5a95baaa444ef56f721f27bd_ | call | 0x4dcd4547 | 3 | 69804371865584693269 | 0xbafa44efe7901e04e39dad13167d089c559c1138 | call | 15974337 | 0xb3df5271b92e9fd2fed137253bb4611285923f16 | 0xb3df5271b92e9fd2fed137253bb4611285923f16 | 2022-11-15T08:46:59.000Z | 0x6e761abd4f5e47cd385fc869b3602da27fe2947c5a95baaa444ef56f721f27bd | 82 | ||||||
| 116240 | 1 | 115958 | call_0x8f56b898f3d106d67ec2d5797609818cde525a6e3f7c816be3f9df9621043f71_ | call | 0x4dcd4547 | 3 | 5085473514350885507 | 0xbafa44efe7901e04e39dad13167d089c559c1138 | call | 15977000 | 0x46adad8efa17800f429a7d6419e03bc8f32f13d0 | 0x46adad8efa17800f429a7d6419e03bc8f32f13d0 | 2022-11-15T17:43:47.000Z | 0x8f56b898f3d106d67ec2d5797609818cde525a6e3f7c816be3f9df9621043f71 | 100 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
transaction_position | INT64 | Sequential 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_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | NUMERIC | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
code | STRING | EVM bytecode returned when this trace creates a new contract via CREATE or CREATE2 opcodes. Null for regular function calls that don’t deploy contracts. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
call_type | STRING | Type 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_type | STRING | Specifies the type of reward for block production traces (e.g., block, uncle). Always null for function call traces like this submitAndGive operation. |
trace_type | STRING | Type 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. |
subtraces | INT64 | Number 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_address | STRING | Hierarchical 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. |
error | STRING | Error message describing why the transaction or instruction execution failed. String value containing the failure reason when status is false, null when execution succeeded. |
trace_id | STRING | Unique identifier for a transaction trace or execution path within the blockchain. Base64-encoded string for TON chains, prefixed format for EVM chains. |
status | INT64 | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| gas | code | error | value | status | address | gas_used | trace_id | call_type | signature | subtraces | to_address | trace_type | reward_type | block_number | from_address | in_recipient | trace_address | block_timestamp | transaction_hash | transaction_position |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 493574 | 1748500000000000000 | 1 | 53783 | call_0x72235838a516e9e76ae533b35ce2c2f619bfbf238bbac8b8f88e1190b5ce7a4a_2 | call | 0xbfda0c8c | 1 | 0xbafa44efe7901e04e39dad13167d089c559c1138 | call | 16156005 | 0x25e9aca5951262241290841b6f863d59d37dc4f0 | 0x25e9aca5951262241290841b6f863d59d37dc4f0 | 2 | 2022-12-10T18:09:59.000Z | 0x72235838a516e9e76ae533b35ce2c2f619bfbf238bbac8b8f88e1190b5ce7a4a | 9 | ||||
| 982698 | 781350976477312881 | 1 | 53783 | call_0x34c424fc26afe8ff4ca56f804b6fbfbc943903d98e9f002d0e10671e5f11f3d7_6 | call | 0xbfda0c8c | 1 | 0xbafa44efe7901e04e39dad13167d089c559c1138 | call | 16156015 | 0x25e9aca5951262241290841b6f863d59d37dc4f0 | 0x25e9aca5951262241290841b6f863d59d37dc4f0 | 6 | 2022-12-10T18:11:59.000Z | 0x34c424fc26afe8ff4ca56f804b6fbfbc943903d98e9f002d0e10671e5f11f3d7 | 20 | ||||
| 86819 | 1328895405323403106 | 1 | 53783 | call_0x898188a21d3536aadbd8464a915308e6749bf1c6ebbab8bc346477a4d2278f55_6 | call | 0xbfda0c8c | 1 | 0xbafa44efe7901e04e39dad13167d089c559c1138 | call | 16156142 | 0x25e9aca5951262241290841b6f863d59d37dc4f0 | 0x25e9aca5951262241290841b6f863d59d37dc4f0 | 6 | 2022-12-10T18:37:35.000Z | 0x898188a21d3536aadbd8464a915308e6749bf1c6ebbab8bc346477a4d2278f55 | 115 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in__pairAddress | STRING | Contract 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. |
Sample Data
Sample Data
| address | removed | log_index | block_number | block_timestamp | in__pairAddress | transaction_hash |
|---|---|---|---|---|---|---|
| 0xd6e9d27c75afd88ad24cd5edccdc76fd2fc3a751 | false | 213 | 16084697 | 2022-11-30T18:49:35.000Z | 0x66bf36dba79d4606039f04b32946a260bcd3ff52 | 0x88ce44f124ced1ee477deb5243dcb5f3bbb53e23578de41d2a4676ea8d62a738 |
| 0xd6e9d27c75afd88ad24cd5edccdc76fd2fc3a751 | false | 403 | 16084677 | 2022-11-30T18:45:35.000Z | 0x918ac498470d073c6518b55f3f74c203d6df38fd | 0x1db45c73e9007dcd1070c3e5a1979e335f74046e41f88f7028f26dd758bea427 |
| 0xd6e9d27c75afd88ad24cd5edccdc76fd2fc3a751 | false | 497 | 16485554 | 2023-01-25T18:14:23.000Z | 0x9234ea70c2360576c3c9e706e7f3f3219e6d885c | 0xeb2994eb592f27666a90a72e80fc7e5cedb82f9d62ff063e578a317d941f5d17 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_cycleEnd | STRING | Unix 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_rewardAmount | STRING | Amount of rewards claimed or distributed. Numeric value represented as a string in the token’s smallest unit (wei for ETH-based tokens). |
Sample Data
Sample Data
| address | removed | log_index | in_cycleEnd | block_number | block_timestamp | in_rewardAmount | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xac3e018457b222d93114458476f3e3416abbe38f | false | 208 | 1674086400 | 16387051 | 2023-01-12T00:10:35.000Z | 35397000000000000000 | 0x185f7567237eb20d12d71d63b06f442e12d5f98cae921fa5c07df315d15b632c |
| 0xac3e018457b222d93114458476f3e3416abbe38f | false | 417 | 1678924800 | 16786993 | 2023-03-09T00:08:59.000Z | 78408000000000000000 | 0x77ffdd5ffb5fb7d453e3d32f9331a5f964484889e19701d3f84db6baf2f86574 |
| 0xac3e018457b222d93114458476f3e3416abbe38f | false | 248 | 1680739200 | 16936439 | 2023-03-30T00:15:59.000Z | 85401000000000000000 | 0xe3c8a40be717ea2b8e40eaae277a8598ed46cdc6e65db9c06ec7131b096892da |
Example Query
Example Query
Query with partition filter