Skip to main content

Tables

ERC20MoonwellMorphoStrategy_Deposit_event

Deposit events from Mamo’s ERC20 Moonwell-Morpho yield strategy contracts on Base, recording deposited asset addresses and amounts. Used for tracking user deposits into automated DeFi (decentralized finance) yield strategies combining Moonwell and Morpho protocols.
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_assetSTRINGContract address of the asset or token. 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_assetin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x10840a221e6f7fd928e2a5cee904d7eaa590e26efalse0x833589fcd6edb6e08f4c7c32d4f71b54bda029131999666596123385158522025-11-22T14:17:31.000Z0xf4f706f9be6ac2febc94a013606db880a58affd2796271bd7f12abb952f44eeb
0xe2a14d235ee1a3c34dc8e5598bb9e6ea4f6100f2false0x833589fcd6edb6e08f4c7c32d4f71b54bda029133555286385118012025-11-22T12:02:29.000Z0xfbb67941132a5f97a949ce9fbb7374f9d88e2969dae18c94daf3a61a52ad0c57
0x05809b063277f20ed2090a0ea9386b9830d2d7a6false0x833589fcd6edb6e08f4c7c32d4f71b54bda0291336530576821385048432025-11-22T08:10:33.000Z0x56d6fa14690a64c227042d9e251ffb917006dfd665617862c61e6167e361cfbc
Query with partition filter
SELECT *
FROM `tt-contracts.mamo_v1_base.ERC20MoonwellMorphoStrategy_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC20MoonwellMorphoStrategy_DepositIdle_event

DepositIdle event logs from Mamo’s ERC20 Moonwell-Morpho strategy contracts on Base, tracking when idle assets are deposited into the lending protocol. Records the deposited token address, amount, and strategy contract for monitoring capital deployment and yield optimization 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.
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_assetSTRINGContract address of the asset or token. 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_assetin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x6edfd975e4511261f6cabea920fc37a7eb356477false0x833589fcd6edb6e08f4c7c32d4f71b54bda0291313427986371350539632025-09-03T11:01:13.000Z0x5977142cf2ae461259b77cf8b5bde9034fd0abd67084624b2635c763133e3c48
0x2d07e30c9300a912f112bf8514f0a89a42b7ea52false0x833589fcd6edb6e08f4c7c32d4f71b54bda029133006277546350539282025-09-03T11:00:03.000Z0x4e3e7a61a77aa2d9e2c9c2c8de89763e751a6f3986487fecac288b033922be3b
0x53aa270235064209898c9dbecaeee3833a74d43efalse0x833589fcd6edb6e08f4c7c32d4f71b54bda029134309559124350539382025-09-03T11:00:23.000Z0xbc1e878195c40f2f31fe9dab75f76b3cf3031aef3c0acb93cbfb49b4811582f2
Query with partition filter
SELECT *
FROM `tt-contracts.mamo_v1_base.ERC20MoonwellMorphoStrategy_DepositIdle_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC20MoonwellMorphoStrategy_FeeRecipientUpdated_event

No description available.
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_oldFeeRecipientSTRING-
in_newFeeRecipientSTRINGAddress of the new fee recipient being set in the contract. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.mamo_v1_base.ERC20MoonwellMorphoStrategy_FeeRecipientUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC20MoonwellMorphoStrategy_Initialized_event

Initialization events for ERC-20 yield strategy contracts integrating Moonwell and Morpho protocols on Base. Tracks contract deployment version and timing for analyzing strategy vault creation 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.
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_versionSTRINGVersion identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressremovedlog_indexin_versionblock_numberblock_timestamptransaction_hash
0xc3076ffbff76e5431303075e0d548164930f321efalse301354439732025-09-12T11:41:33.000Z0xc20b0c68074855eae99ec71f1868ab6f8c7d5adce544d53d4ba7bb94683d0ce0
0xb04b6881b56dca27556b1c91d1d327cd2f79a346false321354331562025-09-12T05:40:59.000Z0x7044f6ba32437ebaf5f289faa296a6c0b7f5fc70fa0aed2224433a3a1effdb59
0x088876e2205921b3da3240262643cec1489cb67dfalse601354472062025-09-12T13:29:19.000Z0x8ca3159f726907bf5c1a3e5f76fad911ee4871ea6223c8c37cc341e07d7a90e5
Query with partition filter
SELECT *
FROM `tt-contracts.mamo_v1_base.ERC20MoonwellMorphoStrategy_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC20MoonwellMorphoStrategy_OwnershipTransferred_event

Ownership transfer events from ERC20 Moonwell Morpho Strategy contracts on Base, tracking changes in contract ownership with previous and new owner addresses. Useful for monitoring governance changes and administrative control transitions across yield strategy vaults.
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_previousOwnerSTRINGAddress of the prior owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberblock_timestampin_previousOwnertransaction_hash
0x64254964e19ce5636a6b805d9e63ce7ead09b479false3980x0028479a1e113f2adf956184f4a39e9785c83b6d335561812025-07-30T18:55:09.000Z0x00000000000000000000000000000000000000000xad2af03924e927cf9ac16f0b3fdb74700160b58988fa4ba6f417a822ec5a9c4b
0xecc73ef6d2a13f4e7cab379dfad2f2fea75d8220false2510x0028479a1e113f2adf956184f4a39e9785c83b6d335561822025-07-30T18:55:11.000Z0x00000000000000000000000000000000000000000x423ca144be6d591f90a345ba60923f86eb52541f4d720719bff18803905e26c2
0x65a6ba7d526803887b0d81a7eee95328a2d822ecfalse7000x011466f6f40ba2803164a6d710b5d6fdc035c7c1335477532025-07-30T14:14:13.000Z0x00000000000000000000000000000000000000000x88bf7bac6a1c298eaece414dd5faac2a746b9d633d073aacc44eb01c690d5aeb
Query with partition filter
SELECT *
FROM `tt-contracts.mamo_v1_base.ERC20MoonwellMorphoStrategy_OwnershipTransferred_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC20MoonwellMorphoStrategy_PositionUpdated_event

Position rebalancing events from Mamo’s ERC20 strategy contract on Base, showing allocation splits between Moonwell and Morpho lending protocols. Split values represent basis points (10000 = 100%) used for analyzing vault capital allocation and yield optimization strategies.
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_splitMoonwellSTRINGAllocation percentage for the Moonwell protocol portion of the strategy, expressed in basis points where 10000 equals 100%. Typically ‘0’ when the strategy is fully allocated to Morpho (10000), as shown in samples.
in_splitMorphoSTRINGAllocation percentage for the Morpho protocol position in basis points, where 10000 represents 100%. Values typically range from 0 to 10000, indicating the portion of assets deployed to Morpho versus Moonwell.
addressremovedlog_indexblock_numberin_splitMorphoblock_timestampin_splitMoonwelltransaction_hash
0xa18d144c7e0ef12041de24d9ad16c514b85859aefalse37532028036100002025-06-25T09:56:59.000Z00x093d1ec8b8e96458af73a7921d252075a0304408f92859312903fa53d1ebf0dc
0xca3f20c28ab7173c5d92d3cb1462ae52ffec41fafalse47432051583100002025-06-25T23:01:53.000Z00x2fcc42d102fa43afd5e7ac1fce60858ea0d8285e94c431b9bdcf1f5a4e5993d5
0x35f00c35b8197dcd5daf3bc4b12ace2aba4f9b8ffalse22032051562100002025-06-25T23:01:11.000Z00x4cfb7c2cf7e6352f6d8c41aeebd784dab922a67445660d71b1e463ec2d6122d8
Query with partition filter
SELECT *
FROM `tt-contracts.mamo_v1_base.ERC20MoonwellMorphoStrategy_PositionUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC20MoonwellMorphoStrategy_SlippageUpdated_event

Slippage tolerance parameter updates for Moonwell-Morpho strategy contracts on Base. Tracks changes to maximum allowed price slippage (in basis points) for vault operations, useful for analyzing risk management parameter adjustments.
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_oldSlippageSTRINGPrevious slippage tolerance value before the update, expressed in basis points (e.g., ‘100’ = 1%). Captures the prior configuration of the Moonwell Morpho strategy’s acceptable price deviation during swaps.
in_newSlippageSTRINGUpdated slippage tolerance value in basis points (bps) for the Moonwell Morpho strategy contract. For example, 500 represents 5% slippage tolerance.
addressremovedlog_indexblock_numberin_newSlippagein_oldSlippageblock_timestamptransaction_hash
0x86f1f9bddb7c2371bac64cf01edcd5cb29376048false231288915145001002025-04-13T19:26:15.000Z0x8bc527523c681763e2bbdae1422052a3ff7a79d53a86dbb22337b6a0220aa26e
Query with partition filter
SELECT *
FROM `tt-contracts.mamo_v1_base.ERC20MoonwellMorphoStrategy_SlippageUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC20MoonwellMorphoStrategy_TokenRecovered_event

Token recovery events from Mamo vault strategies on Base that use Moonwell and Morpho lending protocols. Records ERC20 token withdrawals with recipient addresses and amounts for tracking emergency recoveries and administrative token transfers.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the 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.
in_toaddressremovedin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x86f1f9bddb7c2371bac64cf01edcd5cb293760480x98190b52aa6e964833d416cd407a6534abc4e801false0xa88594d404727625a9437c3f886c7643872296ae50000000000000000000146288847722025-04-13T15:41:31.000Z0x3df53b92aec73257ec99390566f682761ae613ad123b79f2e9df8a79755aa6b1
0x10b83c88e88910cd5293324800d1a6e751004be50xfa4dde5a9e1d3d0405ed31cd3d19fbe7fa12f4dafalse0xa88594d404727625a9437c3f886c7643872296ae18000000000000000000029302356542025-05-14T22:10:55.000Z0xeb7945e079f213af6ecf6cb29a8c2946c5906cbc8e57098ca582718c81dc961b
0xa2829b28b6cf2f93c32403f722a60633624e80730xe0e348fec77b5fcb5db70e3eeb96296e3ed98c17false0xc1256ae5ff1cf2719d4937adb3bbccab2e00a2ca1640945119923470415565651342915332025-08-16T19:26:53.000Z0x96af64e411ce37e92f85922079a9f14879510bf5ec8a42d49bf99dbd244d2beb
Query with partition filter
SELECT *
FROM `tt-contracts.mamo_v1_base.ERC20MoonwellMorphoStrategy_TokenRecovered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC20MoonwellMorphoStrategy_Upgraded_event

Upgrade events for ERC20 Moonwell-Morpho lending strategy contracts on Base, tracking implementation address changes when proxy contracts are upgraded. Used to monitor strategy version updates and analyze the evolution of DeFi (decentralized finance) yield optimization contracts.
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_implementationSTRINGContract address of the implementation contract. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_implementation
0x9c52563a759694bd3d625ae6cdd92e9d222bf172false644356342462025-09-16T21:23:59.000Z0xcf61201540e40aba2958130821b2baf88ca10f7d84d47b6c33844e6746dc77630x26ba1566bba5660eeccc6c052e953e945bf28550
0x4de481ca3607b19537e6793b9e37a0d4ee1dfb8bfalse259356172082025-09-16T11:56:03.000Z0xdae8fac49eeab0c50bfcf9f0c5eeaf0df34c8f5fb91175b9208f5e6392ce61210x26ba1566bba5660eeccc6c052e953e945bf28550
0x6a38bce095cdab901df54683ba736493a7656c24false256356297062025-09-16T18:52:39.000Z0xb0520defbbc94fb0d75d7bd68655efd896fae37608091db1127d16f9a71f66d50x26ba1566bba5660eeccc6c052e953e945bf28550
Query with partition filter
SELECT *
FROM `tt-contracts.mamo_v1_base.ERC20MoonwellMorphoStrategy_Upgraded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC20MoonwellMorphoStrategy_Withdraw_event

Withdrawal events from ERC20 Moonwell-Morpho yield strategy contracts on Base, capturing asset removals with token addresses and amounts. Used for tracking liquidity exits and strategy redemption activity across different vault implementations.
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_assetSTRINGContract address of the asset or token. 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_assetin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x7aab0069ad16f868af6dc7d6e12f5d23821cd89cfalse0x833589fcd6edb6e08f4c7c32d4f71b54bda0291325000000418374212042025-10-28T06:09:15.000Z0x71e5ae726a887d46468213c55ea73ad9637b3a5e35f33e39b065c455a0127e14
0x0dc1efd069f902f6bfd17fe9555563a002714897false0x833589fcd6edb6e08f4c7c32d4f71b54bda0291310000000001300374198002025-10-28T05:22:27.000Z0xfd555dad24d3293245eafb9505fd303ff9e8dfeafb1ab4193d5b92ca9c683f4b
0x75d7ec73e7fe911e012fc2063057b6173445c878false0x833589fcd6edb6e08f4c7c32d4f71b54bda029135031596133374153432025-10-28T02:53:53.000Z0xe543495484975ae1dfe26a2b100dc722c31dd64a93a83cf97d019a9587708ba7
Query with partition filter
SELECT *
FROM `tt-contracts.mamo_v1_base.ERC20MoonwellMorphoStrategy_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC20MoonwellMorphoStrategyFactory_StrategyCreated_event

Strategy deployment events from Mamo protocol’s ERC20 Moonwell-Morpho strategy factory contract on Base. Records user-initiated strategy creations linking deployer addresses to their newly created strategy contract addresses.
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_strategySTRINGContract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedlog_indexin_strategyblock_numberblock_timestamptransaction_hash
0x3098360e627e84fb9dd621f01ea03e325ccee2c60x1b96623882e428046eed5bfb2e512305f2ae4701false15880x4dec0a432a72e9aad8fb55c05e330ac115781e17374601812025-10-29T03:48:29.000Z0xcb3753bba54f1286f3d6e702e5ad5c76f839c6b4e6a644aaef7f2226949939da
0x3098360e627e84fb9dd621f01ea03e325ccee2c60x0dd94484c2f2cf7cf63bf6e0e445796a724246ccfalse3880x1a4534dec472fba952ba0afaa6deb192aa7e5f77374673012025-10-29T07:45:49.000Z0xf1baf13e6d95dadb474c4325ffd41d2b02e631c7b57bf2c0759c17f3201f3961
0x3098360e627e84fb9dd621f01ea03e325ccee2c60x8eb09983b54c739f6060197072d320a7c6af41cbfalse2710xac95c9e0aade0eb391c21b73ab498f0d814895ff374626432025-10-29T05:10:33.000Z0xfc693bc8cbb9a270b0b524e6d8e7cc7a1d1b40c569eab0f9b775a45d26056364
Query with partition filter
SELECT *
FROM `tt-contracts.mamo_v1_base.ERC20MoonwellMorphoStrategyFactory_StrategyCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardsDistributorSafeModule_RewardsNotified_event

Reward distribution events from the Mamo protocol’s RewardsDistributor Safe Module on Base, recording dual-token reward amounts and notification timestamps. Used for tracking liquidity mining or staking reward distributions across two different token types.
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_token1AmountSTRINGRaw token amount for the first reward token distributed in this notification event, denominated in the token’s smallest unit (wei for 18-decimal tokens). Values typically range from hundreds to hundreds of trillions of base units, representing the reward allocation before decimal adjustment.
in_token2AmountSTRINGAmount of the second token distributed as rewards, denominated in the token’s smallest unit (wei for ERC-20 tokens). Values are raw integers without decimal adjustment, typically representing stablecoin or secondary token rewards.
in_notifiedAtSTRINGUnix timestamp indicating when the rewards distribution notification occurred. Value is stored as a string-encoded integer representing seconds since epoch.
addressremovedlog_indexblock_numberin_notifiedAtblock_timestampin_token1Amountin_token2Amounttransaction_hash
0x9df761aeb0d09ed631f336565806fe26d65c470bfalse2143441313217556156112025-08-19T15:00:11.000Z164526000000000000000216098820x7f4181b642d0d6c1d92baf61d16899c54037df9dfcde218a03a1c802bd395024
0x9df761aeb0d09ed631f336565806fe26d65c470bfalse11123809240817629741632025-11-12T19:02:43.000Z16194835156841367415179784446100x40c24a1dcd03a2f403ed3f8d64a2d263fcc249db8ffd0dd83d61dfa1dd2db9d5
0x9df761aeb0d09ed631f336565806fe26d65c470bfalse3103688006417605494752025-10-15T17:31:15.000Z187380508013633025150757110463860x456346cfb49588a085d4689972026a416bd35c6844ed140f03859fbd38968f95
Query with partition filter
SELECT *
FROM `tt-contracts.mamo_v1_base.RewardsDistributorSafeModule_RewardsNotified_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100