Skip to main content

Tables

wOETH_burn_function

Burn function calls on the wOETH (Wrapped Origin Ether) token contract on Arbitrum, capturing token destruction events with amounts and execution details. Used for tracking wOETH supply changes and unwrapping 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.
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.
valueSTRINGAmount 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
gasvaluestatusgas_usedin_amountsignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
1287160true15746271023540000000000000x42966c680xd8724322f44e5c58d7a815f542036fb17dbbf8392652193380x7765bdd506662543469c3a65938cae3a791aef336,3,12024-10-18T20:55:58.000Z0x0fa9108403f824c46b9c87e876214c3bf676cf03b0e74afac1f9b52e0bef7e09
5383960true157469995000000000x42966c680xd8724322f44e5c58d7a815f542036fb17dbbf8393362091240x7765bdd506662543469c3a65938cae3a791aef330,3,0,2,6,4,3,12025-05-13T09:25:54.000Z0x6887ef9d3de6e9ee3f56893f90a19ef9f94afc54cdbc8b775a8d6cf32badfe0b
333440true1574610000000000000000x42966c680xd8724322f44e5c58d7a815f542036fb17dbbf8392089239990x7765bdd506662543469c3a65938cae3a791aef336,3,12024-05-07T22:45:00.000Z0x0ccad50bede441f823d06602d665c053a10a083dd0feace020aa849eed924f11
Query with partition filter
SELECT *
FROM `tt-contracts.origin_v1_arbitrum.wOETH_burn_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

wOETH_mint_function

Wrapped Origin Ether (wOETH) token mint events on Arbitrum, tracking new token issuance with minted amounts and recipient accounts. Used for analyzing wOETH supply growth and wrapping activity 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.
valueSTRINGAmount 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_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.
gasvaluestatusgas_usedin_amountsignaturein_accountto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
1798660true421974503931018008277070x40c10f190xc3e92d509e89b72fa5a340e24c9d34c8e1cb87290xd8724322f44e5c58d7a815f542036fb17dbbf8392735265690x7765bdd506662543469c3a65938cae3a791aef332,0,12024-11-12T00:55:58.000Z0x960568a6381d88bbd61ac515cfdd9cdc65513de764f1be5b54ccd694171c0825
1798670true4219714539000000000000000x40c10f190x6371024c5ffdaefef716adce3cac52ac6181cd9d0xd8724322f44e5c58d7a815f542036fb17dbbf8392440799080x7765bdd506662543469c3a65938cae3a791aef332,0,12024-08-18T07:32:51.000Z0x6b5b070887af1632812facff1a5265c1fabdf1875c14ca2d6c1f92701be316f9
1798670true4219730388908363000000000x40c10f190x7e88f02d10cebcc7960c1fe4bd2066d01694bffd0xd8724322f44e5c58d7a815f542036fb17dbbf8392441150610x7765bdd506662543469c3a65938cae3a791aef332,0,12024-08-18T09:59:59.000Z0x7da63a900efd8a4c5765c049ce22b34eaa2ea3c5e52ad63ee302a1d51f57b14d
Query with partition filter
SELECT *
FROM `tt-contracts.origin_v1_arbitrum.wOETH_mint_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100