Skip to main content

Tables

DAOCollateral_Redeem_event

Redemption events from Usual protocol’s DAO collateral contract on Ethereum where users exchange stablecoins for Real World Asset (RWA) tokens. Tracks redeemer addresses, RWA token amounts returned, redemption fees, and stablecoin amounts burned for analyzing protocol outflows and treasury mechanics.
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_redeemerSTRINGAddress of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_rwaTokenSTRINGContract address of the Real World Asset (RWA) token being returned to the redeemer in the collateral redemption. Hex-encoded, 0x-prefixed Ethereum address that remains constant across redemptions in this dataset.
in_amountRedeemedSTRINGTotal amount of stablecoin redeemed by the user in the transaction, denominated in the smallest unit (wei, 18 decimals). This value includes both the RWA (Real World Asset) value returned and the protocol fee charged.
in_returnedRwaAmountSTRINGAmount of Real World Asset (RWA) tokens returned to the redeemer, denominated in the smallest unit of the RWA token. Values are typically in the billions, representing the underlying collateral received in exchange for stablecoins.
in_stableFeeAmountSTRINGFee charged in stablecoin units for the redemption transaction. Denominated in the smallest unit (wei-equivalent) with 18 decimals, as shown by sample values like ‘20000000000000000000’ representing 20 tokens.
addressremovedlog_indexin_redeemerin_rwaTokenblock_numberblock_timestamptransaction_hashin_amountRedeemedin_stableFeeAmountin_returnedRwaAmount
0xde6e1f680c4816446c8d515989e2358636a38b04false1330x34dc124e0ea6e0cdac7605ec3c5153dca17b6ba10x136471a34f6ef19fe571effc1ca711fdb8e49f2b212780792024-11-27T09:05:11.000Z0x4f2f117a93ca2ce9a73c89c856ba9f1a1a4812fe6fc8da4a3f7cb2f80226c389110102063928529744890887411010206390000000000001028750591033
0xde6e1f680c4816446c8d515989e2358636a38b04false3070x000001ac4e512d670c34fedf6c71ce2f49fb160a0x136471a34f6ef19fe571effc1ca711fdb8e49f2b223667442025-04-28T09:43:23.000Z0x05b44eab69bf22db0ffb18f5355222b3f8a71c0867b8bc85a0744db68fca909c889947857381443442126889947000000000000819613432
0xde6e1f680c4816446c8d515989e2358636a38b04false2070xf991acd672d5b344afcb29931af6401ed32e26910x136471a34f6ef19fe571effc1ca711fdb8e49f2b218197262025-02-11T00:33:47.000Z0x958d90ca6bab7ff461b43de8f59f36ab6fcc5e5a0167655c578ce8ea269633a8187815024999999984167516218781502490000000000001742460264504
Query with partition filter
SELECT *
FROM `tt-contracts.usual_v1_ethereum.DAOCollateral_Redeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SDYCAggregator_BalanceReported_event

Balance reporting events from Usual Protocol’s SDYC (Staked Dynamic Yield Coin) aggregator contract on Ethereum. Tracks periodic updates of balance, accrued interest, and price data indexed by round ID for analyzing yield performance and total value locked.
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_roundIdSTRINGSequential identifier for the oracle price update round. Numeric string that increments with each new data submission to the aggregator contract.
in_balanceSTRINGToken balance amount involved in the operation. Numeric string representation in smallest denomination of the token.
in_interestSTRINGInterest amount accrued or paid in the transaction. Numeric string representation in the smallest unit of the relevant token.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_updatedAtSTRINGUnix timestamp when the oracle data was last updated. Numeric string representing seconds since epoch.
addressremovedin_pricelog_indexin_balancein_roundIdin_interestblock_numberin_updatedAtblock_timestamptransaction_hash
0x4c48bcb2160f8e0adbf9d4f3b034f1e36d1f8b3efalse10428927219946131569212156539471983916117153383792024-05-10T10:52:59.000Z0xea0e8b6b6dc4558b96312af1733ae1f8fe375a3730c3ed3d9461c1f8367cfc7f
0x4c48bcb2160f8e0adbf9d4f3b034f1e36d1f8b3efalse10114463333359615827952852181814232016947894472023-09-15T14:50:47.000Z0xa5d5822dfac62428eed4b638ed964660cd3d762accfc41de5077e0cbde624b7e
0x4c48bcb2160f8e0adbf9d4f3b034f1e36d1f8b3efalse1033388035948916652911656966051933310617092089232024-02-29T12:15:23.000Z0x6d774423d7655e8485090edf183281ef16cab60c2c5b0aa6e416e375cd06d919
Query with partition filter
SELECT *
FROM `tt-contracts.usual_v1_ethereum.SDYCAggregator_BalanceReported_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

USDOPP_FeeSwept_event

Fee collection events from the USDOPP (Usual USD0++) contract on Ethereum, recording when accumulated fees are swept to the protocol collector address. Useful for tracking protocol revenue and fee distribution patterns 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_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_collectorSTRINGAddress that receives collected fees or content. 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_amountin_callerlog_indexblock_numberin_collectorblock_timestamptransaction_hash
0x35d8949372d46b7a3d5a56006ae77b215fc69bc0false254072576094842657254470x75cc0c0ddd2ccafe6ec415be686267588011e36a290221106140x75cc0c0ddd2ccafe6ec415be686267588011e36a2025-03-23T15:53:11.000Z0x687f6ba015bc123f4a8107206ee4a9be3e8f704612dbab637e2ffdd97c091c00
0x35d8949372d46b7a3d5a56006ae77b215fc69bc0false9402043805485042605280x75cc0c0ddd2ccafe6ec415be686267588011e36a450228760270x75cc0c0ddd2ccafe6ec415be686267588011e36a2025-07-08T17:41:11.000Z0x85932048c34d79adb5ea64be7f0dd93e97dce3e75661b0e6a46cbdec017c218c
0x35d8949372d46b7a3d5a56006ae77b215fc69bc0false3699603146829176313680x75cc0c0ddd2ccafe6ec415be686267588011e36a470226755820x75cc0c0ddd2ccafe6ec415be686267588011e36a2025-06-10T17:13:11.000Z0xbd1bc89d895f4f287541bec1f39a5e4009463184f0e5d3a0050fb0975e63ab09
Query with partition filter
SELECT *
FROM `tt-contracts.usual_v1_ethereum.USDOPP_FeeSwept_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

USUALX_FeeSwept_event

Fee collection events from the USUALX token contract on Ethereum, recording when accumulated fees are swept to a collector address. Useful for tracking protocol revenue generation and fee distribution patterns across 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_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_collectorSTRINGAddress that receives collected fees or content. 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_amountin_callerlog_indexblock_numberin_collectorblock_timestamptransaction_hash
0x06b964d96f5dcf7eae9d7c559b09edce244d4b8efalse79838417689814872672840x75cc0c0ddd2ccafe6ec415be686267588011e36a469221464540x75cc0c0ddd2ccafe6ec415be686267588011e36a2025-03-28T15:58:11.000Z0x83c67879d8ca6e309842e86509a67af07e8c0d7a931a693010893ef9b567c224
0x06b964d96f5dcf7eae9d7c559b09edce244d4b8efalse18815069428776930286050x75cc0c0ddd2ccafe6ec415be686267588011e36a637230479070x75cc0c0ddd2ccafe6ec415be686267588011e36a2025-08-01T18:05:11.000Z0x03364d2a64ebeaed419ef9268cd0229296946241381804b3d44a8d7c4e3e21b5
0x06b964d96f5dcf7eae9d7c559b09edce244d4b8efalse34153208485938092195204010x75cc0c0ddd2ccafe6ec415be686267588011e36a809229189970x75cc0c0ddd2ccafe6ec415be686267588011e36a2025-07-14T17:47:11.000Z0xc0b6a7e89cbe40b43b4eacfed28ae945d89457357bb4e527cfdcbe45da67ed17
Query with partition filter
SELECT *
FROM `tt-contracts.usual_v1_ethereum.USUALX_FeeSwept_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

wMToken_Claimed_event

Yield claim events from Usual Protocol’s wrapped M token (wMToken) contract on Ethereum, recording when users claim accrued yield with account, recipient, and yield amount. Used for tracking yield distribution and analyzing withdrawal patterns across protocol participants.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_yieldSTRINGAmount of yield claimed by the account holder, denominated in the smallest unit of the wrapped token. Values range from thousands to billions, representing accrued rewards being distributed to recipients.
addressremovedin_yieldlog_indexin_accountblock_numberin_recipientblock_timestamptransaction_hash
0x437cc33344a0b27a429f795ff6b469c72698b291false226556031060xea0c048c728578b1510ebdf9b692e8936d6fbc90210206330x184d597be309e11650ca6c935b483dcc055515782024-10-22T10:50:47.000Z0x0bef5fd5d660fb53c96791b6a4ce9e459f02f210813de0ab6c5c7977226b9f54
0x437cc33344a0b27a429f795ff6b469c72698b291false32772460xea0c048c728578b1510ebdf9b692e8936d6fbc90210206440x184d597be309e11650ca6c935b483dcc055515782024-10-22T10:52:59.000Z0xa47261b8e9af914b8abf088a23151409ef0e2f6c7ec2f7ef86c151c888386cf8
0x437cc33344a0b27a429f795ff6b469c72698b291false615844763150x48afe17cb6363fd1aaea50a8cb652c5978972c96221112400x48afe17cb6363fd1aaea50a8cb652c5978972c962025-03-23T17:59:11.000Z0x275e6a565d8a0e78b69dd63d818c6425d3327d292df40cf90f05c6fdd5f0a33e
Query with partition filter
SELECT *
FROM `tt-contracts.usual_v1_ethereum.wMToken_Claimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100