Skip to main content

Tables

FeeManager_ServiceFeesPaid_event

Service fee payment events from Maple Finance V2 lending protocol on Ethereum, tracking delegate and platform fees collected per loan including partial refinancing fees. Used for analyzing protocol revenue distribution and loan servicing costs.
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_loan_STRINGContract address of the loan being serviced in this fee payment event. Hex-encoded, 0x-prefixed 40-character Ethereum address identifying the specific Maple V2 loan contract.
in_delegateServiceFee_STRINGDelegate service fee amount paid on this loan event, denominated in the smallest token units (wei for ETH-based tokens). Zero values indicate no delegate fees were charged for the transaction.
in_partialRefinanceDelegateServiceFee_STRINGService fee paid to the loan delegate during partial loan refinancing, denominated in the smallest token unit. This fee is typically zero for full refinances and non-zero when loans undergo partial refinancing adjustments.
in_platformServiceFee_STRINGPlatform service fee amount collected on this loan payment event, denominated in the loan’s base token (smallest unit). Zero when no fee is charged or during partial refinances where fees are tracked separately.
in_partialRefinancePlatformServiceFee_STRINGPlatform service fee collected during partial loan refinancing events in wei. Represents the protocol’s portion of fees when a loan is partially refinanced, with zero indicating no partial refinancing occurred.
addressremovedin_loan_log_indexblock_numberblock_timestamptransaction_hashin_delegateServiceFee_in_platformServiceFee_in_partialRefinanceDelegateServiceFee_in_partialRefinancePlatformServiceFee_
0xfeaca6a5703e6f9de0ebe0975c93ae34c00523f2false0xd027cdd569b6cd1ad13dc82d42d0cd7cdeda3521487162986812022-12-30T16:08:35.000Z0x23da6a2378e2d4613bdf52a220dc24ddf3df1462bcc973cda5662d9902773d82678082191135616438300
0xfeaca6a5703e6f9de0ebe0975c93ae34c00523f2false0xdef9146f12e22e5c69fb7b7d181534240c04fdce99162981032022-12-30T14:12:59.000Z0xd5c540c2dcee8c60825ce30ffe21722059de91427fac382c09fa2fa3196406b61457548972602739725244109589041095890400
0xfeaca6a5703e6f9de0ebe0975c93ae34c00523f2false0x023db56966858d139fe6406ae927275490715a3a290178615702023-08-07T07:28:23.000Z0xac72a53664ff6275982e748716cb29a8746ab89ec232dd0def2dae8e1aaf42fa61841095890410958912368219178082191788085590182648401801617118036529680364
Query with partition filter
SELECT *
FROM `tt-contracts.maple_v2_ethereum.FeeManager_ServiceFeesPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FixedTermLoanManagerFactory_InstanceDeployed_event

FixedTermLoanManager contract deployment events from Maple Finance V2 protocol on Ethereum, tracking when new loan manager instances are created with their addresses, version numbers, and initialization parameters. Used for monitoring protocol expansion and identifying active loan management contracts across different pool configurations.
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_version_STRINGVersion identifier of the contract implementation being deployed. Numeric string representing the deployed contract version.
in_instance_STRINGContract address of the newly deployed instance. Hex-encoded, 0x-prefixed, 42-character string.
in_initializationArguments_STRINGABI-encoded initialization arguments passed to the deployed contract instance. Hex-encoded string with 0x prefix containing constructor parameters.
addressremovedlog_indexin_version_block_numberin_instance_block_timestamptransaction_hashin_initializationArguments_
0x1551717ae4fdcb65ed028f7fb7aba39908f6a7a6false329200164858400xd05998a1940294e3e49f99dbb13fe20a3483f5ae2023-01-25T19:11:47.000Z0x8234a7e1f4bb9c8cb588646d0cc854f6ec6a895499b048b59062a37aeb59194b0x000000000000000000000000e9d33286f0e37f517b1204aa6da085564414996d
0x1551717ae4fdcb65ed028f7fb7aba39908f6a7a6false170100161623150x6b6491aaa92ce7e901330d8f91ec99c2a157ebd72022-12-11T15:18:23.000Z0x390b5051f64de1e03599fc48d4f1d85ef5adc855e112edbe2f613049a946e6470x00000000000000000000000000e0c1ea2085e30e5233e98cfa940ca8cbb1b0b7
0x1551717ae4fdcb65ed028f7fb7aba39908f6a7a6false274100161625890x7dca0cd3f1ebae3640ac4c66688a9d3a184af8222022-12-11T16:13:23.000Z0x3a8276102a3f55bc996acff3de71c5b8936030a7dfac27b1b813934a02d3f1490x000000000000000000000000137f2ea5cfb0fe59408bab2779e33ee868f1810e
Query with partition filter
SELECT *
FROM `tt-contracts.maple_v2_ethereum.FixedTermLoanManagerFactory_InstanceDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FTLoanManager_FundsDistributed_event

Loan repayment and interest distribution events from Maple Finance v2 fixed-term (FT) loan manager contracts on Ethereum. Captures principal and net interest amounts distributed per loan for tracking borrower repayments and lender yield attribution.
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_loan_STRINGContract address of the loan receiving the distributed funds in this Maple V2 FTLoanManager event. Hex-encoded, 0x-prefixed 40-character Ethereum address identifier.
in_principal_STRINGPrincipal amount repaid or distributed from the loan, denominated in the smallest unit of the loan’s token. Value of “0” indicates an interest-only distribution without principal repayment.
in_netInterest_STRINGNet interest amount distributed from the loan to the pool, denominated in the loan’s underlying token base units (wei for ETH-based tokens). This value represents interest earned after accounting for any fees or deductions.
addressremovedin_loan_log_indexblock_numberin_principal_block_timestampin_netInterest_transaction_hash
0x74cb3c1938a15e532cc1b465e3b641c2c7e40c2bfalse0xd027cdd569b6cd1ad13dc82d42d0cd7cdeda35214941629868102022-12-30T16:08:35.000Z189863013700x23da6a2378e2d4613bdf52a220dc24ddf3df1462bcc973cda5662d9902773d82
0x373bdcf21f6a939713d5de94096ffdb24a406391false0xdef9146f12e22e5c69fb7b7d181534240c04fdce1061629810345000000000000000000002022-12-30T14:12:59.000Z371012465753424621010xd5c540c2dcee8c60825ce30ffe21722059de91427fac382c09fa2fa3196406b6
0x74cb3c1938a15e532cc1b465e3b641c2c7e40c2bfalse0xa6b77ac12251ea144a85cd11c9d7f457c124bba82281786164115500000000002023-08-07T07:42:47.000Z406633327400x8c33354940b2b1d9f12f75a1ed20798aa57b6e98eaf818843376f339db773c1d
Query with partition filter
SELECT *
FROM `tt-contracts.maple_v2_ethereum.FTLoanManager_FundsDistributed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LoanManager_ClaimedFundsDistributed_event

Fund distribution events from Maple Finance v2 loan manager contracts on Ethereum, tracking principal repayments, interest payments, and fee allocations to platform, delegates, and service providers. Used for analyzing lending protocol revenue streams and fee breakdowns across individual loans.
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_loan_STRINGContract address of the loan for which funds are being distributed in Maple Finance v2. Hex-encoded, 0x-prefixed 40-character Ethereum address identifying the specific loan contract.
in_principal_STRINGPrincipal amount repaid in this loan payment distribution event, denominated in the smallest unit of the loan’s underlying token. Value of ‘0’ indicates an interest-only payment with no principal reduction.
in_netInterest_STRINGNet interest amount distributed to the lending pool after deducting all fees. Denominated in the smallest unit of the loan’s token (e.g., wei for ETH-based loans), typically representing the largest portion of funds distributed.
in_delegateManagementFee_STRINGManagement fee paid to the pool delegate from the loan payment, denominated in the smallest unit of the loan’s token. Value is zero when the pool has no delegate management fee structure configured.
in_delegateServiceFee_STRINGService fee paid to the pool delegate when loan funds are claimed and distributed. Denominated in the smallest unit of the underlying token (e.g., wei for ETH-based tokens), can be zero if no delegate service fee applies.
in_platformManagementFee_STRINGPlatform management fee amount collected by Maple Finance from this loan payment. Denominated in the smallest unit of the loan token (e.g., wei for ETH-based loans), can be zero if no platform fee applies.
in_platformServiceFee_STRINGPlatform service fee amount charged on this loan payment event, denominated in the smallest unit of the loan’s token. This fee is typically a percentage of the payment amount and may be zero depending on the loan terms.
addressremovedin_loan_log_indexblock_numberin_principal_block_timestampin_netInterest_transaction_hashin_delegateServiceFee_in_platformServiceFee_in_delegateManagementFee_in_platformManagementFee_
0xfab269cb4ab4d33a61e1648114f6147742f5eeccfalse0xda8f7941192590408dce701a60fb3892455669ce1321796312102023-08-21T12:30:47.000Z59608661940x61f7ae09fe68e4f49754b639c1b886e318fbbf4493c96c4699b0722d007b8b78000291486356
0xfab269cb4ab4d33a61e1648114f6147742f5eeccfalse0xda8f7941192590408dce701a60fb3892455669ce21317544224900000000002023-06-23T19:03:11.000Z6145621570x64336bdeb1fe31eaa13d906c599543b39392295ce9d544b23a0de2d82658840500030728107
0xfab269cb4ab4d33a61e1648114f6147742f5eeccfalse0xda8f7941192590408dce701a60fb3892455669ce1511844156102023-10-27T12:31:47.000Z19847609330x3cec2146b7ebd4a7162c6d806e4ac30ff36e1fe7fdb0198be7f67e926ed0452a00093283763
Query with partition filter
SELECT *
FROM `tt-contracts.maple_v2_ethereum.LoanManager_ClaimedFundsDistributed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LoanManagerFactory_InstanceDeployed_event

Deployment events for Maple Finance v2 loan manager contracts on Ethereum, capturing when new loan manager instances are created by the factory contract. Used to track protocol expansion and map loan manager addresses to their initialization parameters and deployment versions.
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_version_STRINGVersion identifier of the contract implementation being deployed. Numeric string representing the deployed contract version.
in_instance_STRINGContract address of the newly deployed instance. Hex-encoded, 0x-prefixed, 42-character string.
in_initializationArguments_STRINGABI-encoded initialization arguments passed to the deployed contract instance. Hex-encoded string with 0x prefix containing constructor parameters.
addressremovedlog_indexin_version_block_numberin_instance_block_timestamptransaction_hashin_initializationArguments_
0x90b14505221a24039a2d11ad5862339db97cc160false33100178778430xdc9b93a8a336fe5dc9db97616ea2118000d70fc02023-08-09T14:08:11.000Z0x2b8d97e1afc3473f43960113f167777e39bbe9e15a08bf3f2a0f7e32495899c80x0000000000000000000000005ee9587bf5f4ccceeed87b0216a31ebb513fac25
0x90b14505221a24039a2d11ad5862339db97cc160false206100179122770x483082e93635ef280bc5e9f65575a7ff288aba332023-08-14T09:45:59.000Z0x017a83389f3d77241a322b484900085547d62e60354f2adbdad90a7e6c5bdd320x000000000000000000000000a9c908ee077ee26b52137fff714150c7eb69e160
0x90b14505221a24039a2d11ad5862339db97cc160false106100183703170xd205b3ed8408afca53315798b891f37bd4c5ce2a2023-10-17T13:13:35.000Z0x7489aa7662e0751fbf911171a9d019e7ff2820f148e6be2c161069bf0f5e614f0x000000000000000000000000ba5936d5d8e5b050159ff8ccb2589309e3071c2a
Query with partition filter
SELECT *
FROM `tt-contracts.maple_v2_ethereum.LoanManagerFactory_InstanceDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OTLFactory_InstanceDeployed_event

Instance deployment events from Maple v2’s OTL (Open-Term Loan) Factory contract on Ethereum. Tracks creation of new loan instances with version identifiers and initialization parameters for monitoring protocol expansion and loan origination 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_version_STRINGVersion identifier of the contract implementation being deployed. Numeric string representing the deployed contract version.
in_instance_STRINGContract address of the newly deployed instance. Hex-encoded, 0x-prefixed, 42-character string.
in_initializationArguments_STRINGABI-encoded initialization arguments passed to the deployed contract instance. Hex-encoded string with 0x prefix containing constructor parameters.
addressremovedlog_indexin_version_block_numberin_instance_block_timestamptransaction_hashin_initializationArguments_
0x6fad515fc046dd17166453a79725f50b917b7cf6false157101184424090x72569cf4a53eb1b09784d7ecdc640cc4f5ff73662023-10-27T15:22:35.000Z0xaffc16d7048ef372d6d0df471376c7abe0e1c3d270f54a165354c83660b7c3730x00000000000000000000000071e6686f6267b454dbdf6db3399e7d6ced2b5313000000000000000000000000dc9b93a8a336fe5dc9db97616ea2118000d70fc0000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb480000000000000000000000000000000000000000000000000000082f79cd9000000000000000000000000000000000000000000000000000000000000006978000000000000000000000000000000000000000000000000000000000003b538000000000000000000000000000000000000000000000000000000000002a30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001adb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c350
0x6fad515fc046dd17166453a79725f50b917b7cf6false278101178791670x07bc04a9bc791f469060db77a123497c0aab6f812023-08-09T18:35:47.000Z0xad691cea5c584802434d048310ed66cfa3ca6027d95ffe592d33b42efef5ccc60x000000000000000000000000ee9d1874b35d40fb13e8a8e6093521f7947d5345000000000000000000000000dc9b93a8a336fe5dc9db97616ea2118000d70fc0000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb480000000000000000000000000000000000000000000000000000001176592e0000000000000000000000000000000000000000000000000000000000000697800000000000000000000000000000000000000000000000000000000000278d000000000000000000000000000000000000000000000000000000000000278d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000190640000000000000000000000000000000000000000000000000000000000002710000000000000000000000000000000000000000000000000000000000000c350
0x6fad515fc046dd17166453a79725f50b917b7cf6false317101179150210xf2fda7d97cf9920e0857ec60416ed0006ea610f92023-08-14T18:56:47.000Z0x9173481a6b09877122a12ebf429f4e7b2d727764dc964ae9b7b3dbcbdd54a0f00x0000000000000000000000007e4ddc091f1d208e2345080e169ed4be0a1ce0ad000000000000000000000000483082e93635ef280bc5e9f65575a7ff288aba33000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000001300fb83b300000000000000000000000000000000000000000000000000000000000069780000000000000000000000000000000000000000000000000000000000076a7000000000000000000000000000000000000000000000000000000000000278d00000000000000000000000000000000000000000000000000000000000000051400000000000000000000000000000000000000000000000000000000000278d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c350
Query with partition filter
SELECT *
FROM `tt-contracts.maple_v2_ethereum.OTLFactory_InstanceDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Initialized_event

Pool initialization events from Maple Finance v2 lending protocol on Ethereum, capturing the creation of new lending pools with their associated borrower note tokens, lender note tokens, and collateral token addresses. Used for tracking pool deployment history and analyzing collateral configurations across Maple’s institutional DeFi (decentralized finance) lending marketplace.
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_collateralTokenSTRINGContract address of the collateral token used in the position or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerNoteSTRINGContract address of the borrower note token issued by this Maple V2 pool. This token represents the borrower’s debt obligation and is typically a stablecoin address (commonly USDC).
in_lenderNoteSTRINGContract address of the lender note token representing the lender’s position in this Maple v2 pool. Hex-encoded, 0x-prefixed 40-character Ethereum address issued upon pool initialization.
addressremovedlog_indexblock_numberin_lenderNoteblock_timestampin_borrowerNotetransaction_hashin_collateralToken
0x00d950a41a0d277ed91bf9fd366a5523fef0371efalse112161625360xd3cd37a7299b963bbc69592e5ba933388f70dc882022-12-11T16:02:47.000Z0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480x08b0bb721ffaee0af4d5c093a86e76d31b55b56bf013f678c29c7ad86fa3bd4a0xf11897a0009b3a37f15365a976015e7f22a16d50
0xc0323b64ef95e5698b30febd6a54bfd66ca2210efalse271161625890x137f2ea5cfb0fe59408bab2779e33ee868f1810e2022-12-11T16:13:23.000Z0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480x3a8276102a3f55bc996acff3de71c5b8936030a7dfac27b1b813934a02d3f1490x37c610584f7834a8feb490b73e2ac780aee31905
0x24617612dec91855e126e6330580425f6a262ee9false167161623150x00e0c1ea2085e30e5233e98cfa940ca8cbb1b0b72022-12-11T15:18:23.000Z0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480x390b5051f64de1e03599fc48d4f1d85ef5adc855e112edbe2f613049a946e6470xec67fd8445e9a84311e2bd118a21b2fdaacfc7fa
Query with partition filter
SELECT *
FROM `tt-contracts.maple_v2_ethereum.Pool_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolManager_RedeemProcessed_event

Redemption execution events from Maple Finance v2 lending pools on Ethereum, tracking when liquidity providers withdraw their pool shares and receive underlying assets. Shows share-to-asset conversion rates for analyzing pool liquidity exits and LP redemption 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_owner_STRINGEthereum address of the account that owns the shares being redeemed from the Maple V2 pool. This is the recipient who will receive the resulting assets after redemption processing.
in_redeemableShares_STRINGAmount of pool shares being redeemed by the owner in this transaction, denominated in the pool’s smallest unit. Typically represents the user’s claim on underlying assets before conversion to the resulting asset amount.
in_resultingAssets_STRINGAmount of underlying assets (denominated in the pool’s base token) returned to the owner upon redemption. Expressed in the smallest unit of the token (e.g., wei for ETH, smallest decimal unit for stablecoins).
addressremovedin_owner_log_indexblock_numberblock_timestamptransaction_hashin_resultingAssets_in_redeemableShares_
0xa9c908ee077ee26b52137fff714150c7eb69e160false0xb4ec6c18cd9dc4f3d1c378307d4bdda18ddae899147196697642024-04-16T18:15:35.000Z0x26141e44a4f13c5ab0e90f99eb2f0e9b9791aee9b118eb2dde2254cf1544c410112046075419663550086
0xa9c908ee077ee26b52137fff714150c7eb69e160false0xe83c69d9594118ada9f95af629c989805a33c138247196686862024-04-16T14:37:59.000Z0x5bb9b5893f98eafd96eaecfe9dc5c701231318419b80300b765000e93fc695421798223739615509890568
0x00d950a41a0d277ed91bf9fd366a5523fef0371efalse0x52d597334a853cfc0e5afde7e813ae5a7e965176459163537992023-01-07T08:45:23.000Z0xb68ebfed56aabc86bfd3174342d502bb8b667b1e058f4afbaeeb62175079342a10829635097166
Query with partition filter
SELECT *
FROM `tt-contracts.maple_v2_ethereum.PoolManager_RedeemProcessed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolManagerFactory_InstanceDeployed_event

Pool manager deployment events from Maple Finance v2 lending protocol on Ethereum. Records factory-created pool manager instances with version numbers and initialization parameters for tracking protocol growth and pool creation 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_version_STRINGVersion identifier of the contract implementation being deployed. Numeric string representing the deployed contract version.
in_instance_STRINGContract address of the newly deployed instance. Hex-encoded, 0x-prefixed, 42-character string.
in_initializationArguments_STRINGABI-encoded initialization arguments passed to the deployed contract instance. Hex-encoded string with 0x prefix containing constructor parameters.
addressremovedlog_indexin_version_block_numberin_instance_block_timestamptransaction_hashin_initializationArguments_
0xe463cd473ecc1d1a4ecf20b62624d84dd20a8339false273100170810940x219654a61a0bc394055652986be403fa14405bb82023-04-19T13:58:47.000Z0x0678cf50726f6630bb43e5d3f16a78e64593bb943183c363c3c9d8e7f6ab33490x0000000000000000000000008c8c2431658608f5649b8432764a930c952d8a98000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000000104d61706c65204361736820555344433100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b4d504c6361736855534443000000000000000000000000000000000000000000
0xe463cd473ecc1d1a4ecf20b62624d84dd20a8339false272100161625890xc0323b64ef95e5698b30febd6a54bfd66ca2210e2022-12-11T16:13:23.000Z0x3a8276102a3f55bc996acff3de71c5b8936030a7dfac27b1b813934a02d3f1490x00000000000000000000000037c610584f7834a8feb490b73e2ac780aee31905000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000005237e3e33fb00000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000001b496365627265616b6572204d61706c6520506f6f6c2055534443310000000000000000000000000000000000000000000000000000000000000000000000000b4d504c2d69625553444331000000000000000000000000000000000000000000
0xe463cd473ecc1d1a4ecf20b62624d84dd20a8339false193100161625540x833a5c9fc016a87419d21b10b64e24082bd1e49d2022-12-11T16:06:23.000Z0x9bb2bc90fb0a17acb4af994382a1f5a8850bbbfca96e57542e70fab15782fa330x000000000000000000000000bfa29aa894229d532d1ad1fd7e4226fce842632c000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000000000000000000000000004fd7ec4f1064b170b5a00000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000001b4d313120437265646974204d61706c6520506f6f6c2057455448310000000000000000000000000000000000000000000000000000000000000000000000000b4d504c2d6d635745544831000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.maple_v2_ethereum.PoolManagerFactory_InstanceDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100