AAVE_V2_ETHEREUM

These tables are built and maintained by Space and Time.

VARIABLEDEBTTOKENV3_EVT_BORROWALLOWANCEDELEGATED

Variabledebttokenv3 Borrowallowancedelegated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
fromuserThe address of the user that delegated the borrow allowance.string
touserThe address of the user that received the delegated borrow allowance.string
assetThe address of the asset that was borrowed.string
amountThe amount of the asset that was borrowed.string
contract_addressThe address of the smart contract.string

VARIABLEDEBTTOKENV3_EVT_BURN

Variabledebttokenv3 Burn model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user that burned the tokens.string
amountThe amount of tokens that were burned.string
indexThe index of the burned tokens.string
contract_addressThe address of the smart contract.string

VARIABLEDEBTTOKENV3_EVT_MINT

Variabledebttokenv3 Mint model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
from_The address of the user that initiated the minting of tokens.string
onbehalfofThe address of the user on whose behalf the tokens were minted.string
value_The amount of tokens that were minted.string
indexThe amount of tokens that were minted.string
contract_addressThe address of the smart contract.string

ARCTIMELOCK_EVT_ACTIONSSETCANCELED

Arctimelock Actionssetcanceled model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
idThe identifier of the canceled action set.string
contract_addressThe address of the smart contract.string

ARCTIMELOCK_EVT_ACTIONSSETEXECUTED

Arctimelock Actionssetexecuted model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
idThe identifier of the executed action set.string
initiatorexecutionThe address of the user that initiated the execution of the action set.string
returneddataThe data returned by the execution of the action set.string
contract_addressThe address of the smart contract.string

ARCTIMELOCK_EVT_ACTIONSSETQUEUED

Arctimelock Actionssetqueued model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
idThe identifier of the queued action set.string
targetsThe array of addresses of the contracts that the action set will call.string
values_The array of values (in wei) that the action set will pass as ETH to the respective contract calls.string
signaturesThe array of function signatures of the methods that will be called in the contracts.string
calldatasThe array of calldata parameters that will be passed to the respective contract calls.string
withdelegatecallsA boolean indicating if delegatecall should be used instead of a regular call.boolean
executiontimeThe timestamp at which the action set will be executed.string
contract_addressThe address of the smart contract.string

ARCTIMELOCK_EVT_DELAYUPDATE

Arctimelock Delayupdate model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
previousdelayThe previous delay (in seconds) for executing queued actions.string
newdelayThe new delay (in seconds) for executing queued actions.string
contract_addressThe address of the smart contract.string

ARCTIMELOCK_EVT_ETHEREUMGOVERNANCEEXECUTORUPDATE

Arctimelock Ethereumgovernanceexecutorupdate model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
previousethereumgovernanceexecutorThe address of the previous Ethereum governance executor.string
newethereumgovernanceexecutorThe address of the new Ethereum governance executor.string
contract_addressThe address of the smart contract.string

ARCTIMELOCK_EVT_GRACEPERIODUPDATE

Arctimelock Graceperiodupdate model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
previousgraceperiodThe previous value of the grace period, expressed in seconds.string
newgraceperiodThe new value of the grace period, expressed in seconds.string
contract_addressThe address of the smart contract.string

ARCTIMELOCK_EVT_GUARDIANUPDATE

Arctimelock Guardianupdate model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
previousguardianThe previous address of the guardian.string
newguardianThe new address of the guardian.string
contract_addressThe address of the smart contract.string

ARCTIMELOCK_EVT_MAXIMUMDELAYUPDATE

Arctimelock Maximumdelayupdate model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
previousmaximumdelayThe previous maximum delay value.string
newmaximumdelayThe new maximum delay value.string
contract_addressThe address of the smart contract.string

ARCTIMELOCK_EVT_MINIMUMDELAYUPDATE

Arctimelock Minimumdelayupdate model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
previousminimumdelayThe previous minimum delay in seconds for executing timelocked transactions.string
newminimumdelayThe new minimum delay in seconds for executing timelocked transactions.string
contract_addressThe address of the smart contract.string

PERMISSIONMANAGER_EVT_PERMISSIONSADMINSET

Permissionmanager Permissionsadminset model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user whose permission status was updated.string
set_This indicating whether the permission was set or removed (true = granted, false = removed).boolean
contract_addressThe address of the smart contract.string

PERMISSIONMANAGER_EVT_ROLESET

Permissionmanager Roleset model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user whose role is being set.string
role_The role that is being set for the user.string
whitelisterThe address of the user who is setting the role (optional).string
set_Boolean indicating whether the role is being added (true) or removed (false).boolean
contract_addressThe address of the smart contract.string

EXECUTORV2_EVT_CANCELLEDACTION

Executorv2 Cancelledaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
actionhashThe hash of the cancelled action.string
targetThe target address of the cancelled action.string
value_The ETH value of the cancelled action.string
signatureThe function signature of the cancelled action.string
data_The encoded data of the cancelled action.string
executiontimeThe execution time of the cancelled action.string
withdelegatecallWhether the cancelled action was made with a delegate call.boolean
contract_addressThe address of the smart contract.string

EXECUTORV2_EVT_EXECUTEDACTION

Executorv2 Executedaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
actionhashThe hash of the action that was executed.string
targetThe address of the smart contract that was targeted by the action.string
value_The value of ether (in wei) that was sent along with the action.string
signatureThe function signature of the method that was called.string
data_The input data that was sent along with the method call.string
executiontimeThe time (in Unix timestamp format) at which the action was executed.string
withdelegatecallA boolean indicating whether the action was executed using delegatecall.boolean
resultdataThe output data that was returned by the method call.string
contract_addressThe address of the smart contract.string

EXECUTORV2_EVT_MINIMUMQUORUMUPDATED

Executorv2 Minimumquorumupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newminimumquorumThe new minimum quorum required for execution.string
contract_addressThe address of the smart contract.string

EXECUTORV2_EVT_NEWADMIN

Executorv2 Newadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newadminThe address of the new admin.string
contract_addressThe address of the smart contract.string

EXECUTORV2_EVT_NEWDELAY

Executorv2 Newdelay model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
delayThe new delay time for execution of transactions.string
contract_addressThe address of the smart contract.string

EXECUTORV2_EVT_NEWPENDINGADMIN

Executorv2 Newpendingadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newpendingadminThe address of the new pending admin added to the executor contract.string
contract_addressThe address of the smart contract.string

EXECUTORV2_EVT_PROPOSITIONTHRESHOLDUPDATED

Executorv2 Propositionthresholdupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newpropositionthresholdThe new proposition threshold.string
contract_addressThe address of the smart contract.string

EXECUTORV2_EVT_QUEUEDACTION

Executorv2 Queuedaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
actionhashThe hash of the action that was queued.string
targetThe address of the contract that will be called when the action is executed.string
value_The amount of ETH that will be sent with the action.string
signatureThe function signature of the method that will be called.string
data_The data that will be passed to the method.string
executiontimeThe time at which the action will be executed, represented as a Unix timestamp.string
withdelegatecallA boolean flag that indicates whether the action will be executed using a delegate call or not.boolean
contract_addressThe address of the smart contract.string

EXECUTORV2_EVT_VOTEDIFFERENTIALUPDATED

Executorv2 Votedifferentialupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newvotedifferentialThe new value of the vote differential required for proposals to pass.string
contract_addressThe address of the smart contract.string

EXECUTORV2_EVT_VOTINGDURATIONUPDATED

Executorv2 Votingdurationupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newvotingdurationThe new duration for which a proposal can be voted on, in seconds.string
contract_addressThe address of the smart contract.string

EXECUTOR_EVT_CANCELLEDACTION

Executor Cancelledaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
actionhashThe hash of the cancelled action.string
targetThe target contract address of the cancelled action.string
value_The amount of ETH sent with the cancelled action.string
signatureThe signature of the function called in the cancelled action.string
data_The calldata of the cancelled action.string
executiontimeThe timestamp when the action would have been executed.string
withdelegatecallWhether the action was intended to be called using delegatecall.boolean
contract_addressThe address of the smart contract.string

EXECUTOR_EVT_EXECUTEDACTION

Executor Executedaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
actionhashThe hash of the action.string
targetThe address of the contract to be called.string
value_The amount of ETH (in wei) to be sent with the transaction.string
signatureThe function signature of the method to be called.string
data_The encoded data of the method to be called.string
executiontimeThe timestamp of when the method was executed.string
withdelegatecallA boolean indicating whether the method was called using delegatecall.boolean
resultdataThe output data of the method that was called.string
contract_addressThe address of the smart contract.string

EXECUTOR_EVT_NEWADMIN

Executor Newadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newadminThe address of the new admin added to the executor contract.string
contract_addressThe address of the smart contract.string

EXECUTOR_EVT_NEWDELAY

Executor Newdelay model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
delayThe new delay value (in seconds) that was set for the executor contract.string
contract_addressThe address of the smart contract.string

EXECUTOR_EVT_NEWPENDINGADMIN

Executor Newpendingadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newpendingadminThe address of the new pending admin that was set for the executor contract.string
contract_addressThe address of the smart contract.string

EXECUTOR_EVT_QUEUEDACTION

Executor Queuedaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
actionhashThe hash of the method call that was queued.string
targetThe address of the contract that will be called when the method is executed.string
value_The amount of ETH (in wei) that will be sent with the transaction when the method is executed.string
signatureThe function signature of the method that will be called.string
data_The encoded data of the method that will be called.string
executiontimeThe timestamp when the method will be executed.string
withdelegatecallA boolean indicating whether the method will be called using delegatecall.boolean
contract_addressThe address of the smart contract.string

AAVEECOSYSTEMRESERVEV2_EVT_CANCELSTREAM

Aaveecosystemreservev2 Cancelstream model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
streamidThe ID of the stream that was cancelled.string
senderThe address of the sender who created the stream.string
recipientThe address of the recipient who was receiving the stream payments.string
senderbalanceThe remaining balance of the sender's stream.string
recipientbalanceThe remaining balance of the recipient's stream.string
contract_addressThe address of the smart contract.string

AAVEECOSYSTEMRESERVEV2_EVT_CREATESTREAM

Aaveecosystemreservev2 Createstream model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
streamidThe ID of the newly created stream.string
senderThe address of the sender who created the stream.string
recipientThe address of the recipient who will receive the stream payments.string
depositThe amount of the deposit that was made to the stream.string
tokenaddressThe address of the ERC-20 token used for the deposit.string
starttimeThe start time of the stream.string
stoptimeThe stop time of the stream.string
contract_addressThe address of the smart contract.string

AAVEECOSYSTEMRESERVEV2_EVT_NEWFUNDSADMIN

Aaveecosystemreservev2 Newfundsadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
fundsadminThe new funds admin address.string
contract_addressThe address of the smart contract.string

AAVEECOSYSTEMRESERVEV2_EVT_WITHDRAWFROMSTREAM

Aaveecosystemreservev2 Withdrawfromstream model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
streamidThe ID of the stream from which funds were withdrawn.string
recipientThe address that received the withdrawn funds.string
amountThe amount of funds that were withdrawn.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDERREGISTRY_EVT_ADDRESSESPROVIDERREGISTERED

Lendingpooladdressesproviderregistry Addressesproviderregistered model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newaddressThe address of the newly registered LendingPoolAddressesProvider contract.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDERREGISTRY_EVT_ADDRESSESPROVIDERUNREGISTERED

Lendingpooladdressesproviderregistry Addressesproviderunregistered model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newaddressThe address of the provider that was unregistered.string
contract_addressThe address of the smart contract.string

STAKEDTOKENINCENTIVESCONTROLLER_EVT_ASSETCONFIGUPDATED

Stakedtokenincentivescontroller Assetconfigupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset for which the configuration was updated.string
emissionThe updated emission rate for the asset, in wei per second.string
contract_addressThe address of the smart contract.string

STAKEDTOKENINCENTIVESCONTROLLER_EVT_ASSETINDEXUPDATED

Stakedtokenincentivescontroller Assetindexupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset being updated.string
indexThe new index value for the asset.string
contract_addressThe address of the smart contract.string

STAKEDTOKENINCENTIVESCONTROLLER_EVT_CLAIMERSET

Stakedtokenincentivescontroller Claimerset model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The user for whom the claimer was set.string
claimerThe address of the account that is set as the claimer for the specified user.string
contract_addressThe address of the smart contract.string

STAKEDTOKENINCENTIVESCONTROLLER_EVT_DISTRIBUTIONENDUPDATED

Stakedtokenincentivescontroller Distributionendupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newdistributionendThe new distribution end timestamp.string
contract_addressThe address of the smart contract.string

STAKEDTOKENINCENTIVESCONTROLLER_EVT_REWARDSACCRUED

Stakedtokenincentivescontroller Rewardsaccrued model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user who accrued the rewards.string
amountThe amount of rewards accrued by the user.string
contract_addressThe address of the smart contract.string

STAKEDTOKENINCENTIVESCONTROLLER_EVT_REWARDSCLAIMED

Stakedtokenincentivescontroller Rewardsclaimed model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user who claimed the rewards.string
to_The address where the rewards were sent to.string
claimerThe address of the entity that executed the claim, which could be different from the user.string
amountThe amount of rewards claimed.string
contract_addressThe address of the smart contract.string

STAKEDTOKENINCENTIVESCONTROLLER_EVT_USERINDEXUPDATED

Stakedtokenincentivescontroller Userindexupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user whose index was updated.string
assetThe asset for which the index was updated.string
indexThe new value of the index for the user and asset.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCOLLATERALMANAGERV2_EVT_LIQUIDATIONCALL

Lendingpoolcollateralmanagerv2 Liquidationcall model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
collateralThe address of the collateral token being liquidated.string
principalThe amount of the underlying debt being liquidated.string
user_The address of the borrower whose position is being liquidated.string
debttocoverThe amount of debt that will be covered by the liquidation.string
liquidatedcollateralamountThe amount of collateral that will be liquidated.string
liquidatorThe address of the user performing the liquidation.string
receiveatokenWhether the liquidator will receive aTokens or the underlying asset.boolean
contract_addressThe address of the smart contract.string

LENDINGPOOLCOLLATERALMANAGERV2_EVT_RESERVEUSEDASCOLLATERALDISABLED

Lendingpoolcollateralmanagerv2 Reserveusedascollateraldisabled model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the asset reserve that was disabled.string
user_The address of the user who disabled the use of the reserve.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCOLLATERALMANAGERV2_EVT_RESERVEUSEDASCOLLATERALENABLED

Lendingpoolcollateralmanagerv2 Reserveusedascollateralenabled model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the reserve contract.string
user_The address of the user who enabled the reserve.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCOLLATERALMANAGERV2_EVT_SEIZED

Lendingpoolcollateralmanagerv2 Seized model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user whose collateral was seized.string
to_The address of the recipient of the seized collateral.string
assetThe address of the asset that was seized.string
amountThe amount of collateral that was seized.string
contract_addressThe address of the smart contract.string

GNOSISSAFE_EVT_ADDEDOWNER

Gnosissafe Addedowner model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
ownerThe address of the new owner added to the Gnosis Safe.string
contract_addressThe address of the smart contract.string

GNOSISSAFE_EVT_APPROVEHASH

Gnosissafe Approvehash model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
approvedhashThe hash that was approved.string
ownerThe owner that approved the hash.string
contract_addressThe address of the smart contract.string

GNOSISSAFE_EVT_CHANGEDMASTERCOPY

Gnosissafe Changedmastercopy model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
mastercopyThe address of the new master copy contract.string
contract_addressThe address of the smart contract.string

GNOSISSAFE_EVT_CHANGEDTHRESHOLD

Gnosissafe Changedthreshold model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
thresholdThe new threshold required for executing transactions.string
contract_addressThe address of the smart contract.string

GNOSISSAFE_EVT_DISABLEDMODULE

Gnosissafe Disabledmodule model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
module_The address of the module that was disabled.string
contract_addressThe address of the smart contract.string

GNOSISSAFE_EVT_ENABLEDMODULE

Gnosissafe Enabledmodule model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
module_The address of the module that was enabled.string
contract_addressThe address of the smart contract.string

GNOSISSAFE_EVT_EXECUTIONFAILURE

Gnosissafe Executionfailure model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
txhashThe hash of the transaction that failed to execute.string
paymentThe amount of ether (in wei) attached to the transaction that failed to execute.string
contract_addressThe address of the smart contract.string

GNOSISSAFE_EVT_EXECUTIONFROMMODULEFAILURE

Gnosissafe Executionfrommodulefailure model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
module_The address of the module from which the transaction was attempted to be executed.string
contract_addressThe address of the smart contract.string

GNOSISSAFE_EVT_EXECUTIONFROMMODULESUCCESS

Gnosissafe Executionfrommodulesuccess model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
module_The address of the module that executed the transaction.string
contract_addressThe address of the smart contract.string

GNOSISSAFE_EVT_EXECUTIONSUCCESS

Gnosissafe Executionsuccess model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
txhashThe hash of the successful execution transaction.string
paymentThe amount of ether sent in the transaction.string
contract_addressThe address of the smart contract.string

GNOSISSAFE_EVT_REMOVEDOWNER

Gnosissafe Removedowner model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
ownerThe address of the removed owner.string
contract_addressThe address of the smart contract.string

GNOSISSAFE_EVT_SIGNMSG

Gnosissafe Signmsg model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
msghashThe hash of the message that was signed.string
contract_addressThe address of the smart contract.string

VARIABLEDEBTTOKENV1_EVT_BORROWALLOWANCEDELEGATED

Variabledebttokenv1 Borrowallowancedelegated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
fromuserThe address of the user who delegated the allowance.string
touserThe address of the user who received the allowance.string
assetThe address of the asset being borrowed.string
amountThe amount of the asset that can be borrowed.string
contract_addressThe address of the smart contract.string

VARIABLEDEBTTOKENV1_EVT_BURN

Variabledebttokenv1 Burn model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user who burned the tokens.string
amountThe amount of tokens that were burned.string
indexThe index of the debt position.string
contract_addressThe address of the smart contract.string

VARIABLEDEBTTOKENV1_EVT_INITIALIZED

Variabledebttokenv1 Initialized model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
underlyingassetThe address of the underlying asset.string
poolThe address of the lending pool.string
incentivescontrollerThe address of the incentives controller contract.string
debttokendecimalsThe number of decimals of the debt token.smallint
debttokennameThe name of the debt token.string
debttokensymbolThe symbol of the debt token.string
paramsAdditional parameters.string
contract_addressThe address of the smart contract.string

VARIABLEDEBTTOKENV1_EVT_MINT

Variabledebttokenv1 Mint model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
from_The address of the account that initiated the minting.string
onbehalfofThe address of the account on whose behalf the minting was initiated (if any).string
value_The amount of debt tokens that were minted.string
indexThe index of the debt position that was minted.string
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_BORROW

Permissionedlendingpool Borrow model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the asset being borrowed.string
user_The address of the user who initiated the borrow transaction.string
onbehalfofThe address of the user on whose behalf the borrow transaction was initiated, if any.string
amountThe amount of the asset borrowed.string
borrowratemodeThe mode of the borrowing rate.string
borrowrateThe interest rate at which the asset is borrowed.string
referralThe referral code associated with the borrow transaction, if any.integer
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_DEPOSIT

Permissionedlendingpool Deposit model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the reserve where the funds were deposited.string
user_The address of the user who deposited the funds.string
onbehalfofThe address of the user on whose behalf the funds were deposited, if any.string
amountThe amount of funds deposited.string
referralThe referral code used for the deposit, if any.integer
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_FLASHLOAN

Permissionedlendingpool Flashloan model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
targetThe address of the contract to which the flash loan is being initiated.string
initiatorThe address of the account that initiated the flash loan.string
assetThe address of the asset being borrowed.string
amountThe amount of the asset being borrowed.string
premiumThe premium paid for the flash loan.string
referralcodeThe referral code for the flash loan.integer
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_LIQUIDATIONCALL

Permissionedlendingpool Liquidationcall model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
collateralassetThe address of the collateral asset.string
debtassetThe address of the debt asset.string
user_The address of the borrower.string
debttocoverThe amount of debt to cover with the liquidation.string
liquidatedcollateralamountThe amount of collateral liquidated.string
liquidatorThe address of the liquidator.string
receiveatokenThe liquidator received Aave interest-bearing tokens for the collateral or not.boolean
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_PAUSED

Permissionedlendingpool Paused model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
pausedIndicates whether the lending pool has been paused or unpaused.string
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_REBALANCESTABLEBORROWRATE

Permissionedlendingpool Rebalancestableborrowrate model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe name or identifier of the reserve that was affected by the event.string
user_The address or identifier of the user who was involved in the event.string
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_REPAY

Permissionedlendingpool Repay model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe name or identifier of the reserve that was affected by the event.string
user_The address or identifier of the user who received the repayment.string
repayerThe address or identifier of the user who made the repayment.string
amountThe amount of the repayment, expressed in the units of the reserve.string
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_RESERVEDATAUPDATED

Permissionedlendingpool Reservedataupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe name or identifier of the reserve that was updated.string
liquidityrateThe updated interest rate for lenders who provide liquidity to the reserve.string
stableborrowrateThe updated stable interest rate for borrowers who borrow from the reserve using a fixed interest rate.string
variableborrowrateThe updated variable interest rate for borrowers who borrow from the reserve using a floating interest rate.string
liquidityindexThe updated liquidity index for the reserve, which is used to calculate the interest accrued by lenders.string
variableborrowindexThe updated variable borrow index for the reserve, which is used to calculate the interest accrued by borrowers who use a floating interest rate.string
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_RESERVEUSEDASCOLLATERALDISABLED

Permissionedlendingpool Reserveusedascollateraldisabled model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe name or identifier of the reserve that was disabled as collateral.string
user_The address or identifier of the user who triggered the reserve to be disabled.string
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_RESERVEUSEDASCOLLATERALENABLED

Permissionedlendingpool Reserveusedascollateralenabled model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe name or identifier of the reserve that was enabled as collateral.string
user_The address or identifier of the user who triggered the reserve to be enabled.string
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_SWAP

Permissionedlendingpool Swap model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe name or identifier of the reserve involved in the swap.string
user_The address or identifier of the user who triggered the swap.string
ratemodeThe type of interest rate mode used for the reserve.string
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_UNPAUSED

Permissionedlendingpool Unpaused model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
unpausedA boolean or binary value indicating whether the pool was successfully unpaused.string
contract_addressThe address of the smart contract.string

PERMISSIONEDLENDINGPOOL_EVT_WITHDRAW

Permissionedlendingpool Withdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the reserve from which the funds were withdrawn.string
user_The address of the user who withdrew the funds.string
to_The address to which the withdrawn funds were sent.string
amountThe amount of funds that were withdrawn.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_ATOKENUPGRADED

Lendingpoolconfiguratorv2 Atokenupgraded model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the underlying asset of the aToken.string
proxyThe address of the proxy contract of the aToken.string
implementationThe address of the new implementation contract of the aToken.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_BORROWINGDISABLEDONRESERVE

Lendingpoolconfiguratorv2 Borrowingdisabledonreserve model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset for which borrowing has been disabled.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_BORROWINGENABLEDONRESERVE

Lendingpoolconfiguratorv2 Borrowingenabledonreserve model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the underlying asset for the reserve where borrowing has been enabled.string
stablerateenabledA boolean value indicating whether stable rate borrowing has been enabled on the reserve.boolean
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_COLLATERALCONFIGURATIONCHANGED

Lendingpoolconfiguratorv2 Collateralconfigurationchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the underlying asset.string
ltvThe updated loan-to-value ratio.string
liquidationthresholdThe updated liquidation threshold.string
liquidationbonusThe updated liquidation bonus.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_RESERVEACTIVATED

Lendingpoolconfiguratorv2 Reserveactivated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the underlying asset of the reserve.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_RESERVEDEACTIVATED

Lendingpoolconfiguratorv2 Reservedeactivated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the reserve asset that was deactivated.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_RESERVEDECIMALSCHANGED

Lendingpoolconfiguratorv2 Reservedecimalschanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the reserve asset.string
decimalsThe new number of decimals for the reserve asset.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_RESERVEFACTORCHANGED

Lendingpoolconfiguratorv2 Reservefactorchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the reserve asset.string
factorThe new reserve factor, represented as a string with 27 decimal places.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_RESERVEFROZEN

Lendingpoolconfiguratorv2 Reservefrozen model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the reserve asset.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_RESERVEINITIALIZED

Lendingpoolconfiguratorv2 Reserveinitialized model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset that the reserve was initialized for.string
atokenThe address of the AToken contract that represents the reserve on the lending pool.string
stabledebttokenThe address of the stable debt token contract that is used to borrow stable coins against the reserve.string
variabledebttokenThe address of the variable debt token contract that is used to borrow variable-rate debt against the reserve.string
interestratestrategyaddressThe address of the contract that implements the interest rate strategy for the reserve.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_RESERVEINTERESTRATESTRATEGYCHANGED

Lendingpoolconfiguratorv2 Reserveinterestratestrategychanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset for which the interest rate strategy was changed.string
strategyThe address of the new interest rate strategy contract.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_RESERVEUNFROZEN

Lendingpoolconfiguratorv2 Reserveunfrozen model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset that was unfrozen.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_STABLEDEBTTOKENUPGRADED

Lendingpoolconfiguratorv2 Stabledebttokenupgraded model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset for which the stable debt token has been upgraded.string
proxyThe address of the proxy contract for the stable debt token.string
implementationThe address of the new implementation contract for the stable debt token.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_STABLERATEDISABLEDONRESERVE

Lendingpoolconfiguratorv2 Stableratedisabledonreserve model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the underlying asset of the reserve.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_STABLERATEENABLEDONRESERVE

Lendingpoolconfiguratorv2 Stablerateenabledonreserve model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the underlying asset.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATORV2_EVT_VARIABLEDEBTTOKENUPGRADED

Lendingpoolconfiguratorv2 Variabledebttokenupgraded model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the underlying asset for which the variable debt token implementation was upgraded.string
proxyThe address of the proxy contract that manages the variable debt token implementation for the asset.string
implementationThe address of the new implementation contract for the variable debt token.string
contract_addressThe address of the smart contract.string

LENDINGRATEORACLE_EVT_MARKETBORROWRATESET

Lendingrateoracle Marketborrowrateset model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset for which the market borrow rate is being set.string
rateThe new market borrow rate for the asset.string
contract_addressThe address of the smart contract.string

AAVETOKENV2_EVT_DELEGATECHANGED

Aavetokenv2 Delegatechanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
delegatorThe address of the user whose delegation has changed.string
delegateeThe address of the user to whom the delegation has been changed.string
delegationtypeThe type of delegation, represented as a small integer.smallint
contract_addressThe address of the smart contract.string

AAVETOKENV2_EVT_DELEGATEDPOWERCHANGED

Aavetokenv2 Delegatedpowerchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user whose delegated power has changed.string
amountThe new amount of delegated power of the user.string
delegationtypeThe type of delegation for which the power has changed (0 for voting, 1 for proposition power).smallint
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_BORROW

Lendingpoolv2 Borrow model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the asset that was borrowed.string
user_The address of the user who initiated the borrow transaction.string
onbehalfofThe address of the user on whose behalf the transaction was executed, if any.string
amountThe amount of the asset that was borrowed.string
borrowratemodeThe type of borrow rate that was used (stable or variable).string
borrowrateThe interest rate at which the asset was borrowed.string
referralAn integer referral code associated with the borrower, if any.integer
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_DEPOSIT

Lendingpoolv2 Deposit model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the underlying asset being deposited.string
user_The address of the user making the deposit.string
onbehalfofThe address of the user on whose behalf the deposit is being made, if any.string
amountThe amount of the deposit in wei.string
referralThe referral code used for the deposit, if anyinteger
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_FLASHLOAN

Lendingpoolv2 Flashloan model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
targetThe address of the contract that receives the flash loan.string
initiatorThe address that initiated the flash loan.string
assetThe address of the asset that is borrowed in the flash loan.string
amountThe amount of the asset that is borrowed in the flash loan.string
premiumThe premium paid for the flash loan.string
referralcodeThe referral code used for the flash loan.integer
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_LIQUIDATIONCALL

Lendingpoolv2 Liquidationcall model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
collateralassetThe address of the collateral asset that is being liquidated.string
debtassetThe address of the debt asset that the user being liquidated has borrowed.string
user_The address of the user being liquidated.string
debttocoverThe amount of debt that needs to be covered by the liquidator.string
liquidatedcollateralamountThe amount of collateral that was liquidated.string
liquidatorThe address of the liquidator.string
receiveatokenA boolean indicating whether the liquidator will receive aTokens or not.boolean
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_PAUSED

Lendingpoolv2 Paused model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
pausedIndicates whether or not the lending pool has been paused.string
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_REBALANCESTABLEBORROWRATE

Lendingpoolv2 Rebalancestableborrowrate model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the reserve token.string
user_The address of the user performing the rebalance.string
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_REPAY

Lendingpoolv2 Repay model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the underlying asset being repaid.string
user_The address of the borrower whose debt is being repaid.string
repayerThe address of the entity making the repayment (this may be different from the borrower if someone else is paying off the debt on their behalf).string
amountThe amount of the underlying asset being repaid.string
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_RESERVEDATAUPDATED

Lendingpoolv2 Reservedataupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the updated reserve.string
liquidityrateThe new liquidity rate for the reserve.string
stableborrowrateThe new stable borrow rate for the reserve.string
variableborrowrateThe new variable borrow rate for the reserve.string
liquidityindexThe new liquidity index for the reserve.string
variableborrowindexThe new variable borrow index for the reserve.string
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_RESERVEUSEDASCOLLATERALDISABLED

Lendingpoolv2 Reserveusedascollateraldisabled model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the reserve that has been disabled as collateral.string
user_The address of the user who disabled the reserve as collateral.string
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_RESERVEUSEDASCOLLATERALENABLED

Lendingpoolv2 Reserveusedascollateralenabled model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the reserve that was enabled as collateral.string
user_The address of the user who enabled the reserve as collateral.string
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_SWAP

Lendingpoolv2 Swap model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the reserve token that was swapped.string
user_The address of the user who performed the swap.string
ratemodeThe rate mode for the swapped reserve (either "variable" or "stable").string
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_UNPAUSED

Lendingpoolv2 Unpaused model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
unpausedA string indicating that the contract is unpaused.string
contract_addressThe address of the smart contract.string

LENDINGPOOLV2_EVT_WITHDRAW

Lendingpoolv2 Withdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the reserve that was withdrawn from.string
user_The address of the user who initiated the withdrawal.string
to_The address where the withdrawn tokens were transferred to.string
amountThe amount of tokens that were withdrawn.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCOLLATERALMANAGER_EVT_LIQUIDATIONCALL

Lendingpoolcollateralmanager Liquidationcall model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
collateralThe address of the collateral token being liquidated.string
principalThe address of the principal token being paid back.string
user_The address of the user whose collateral is being liquidated.string
debttocoverThe amount of debt being covered by the liquidation.string
liquidatedcollateralamountThe amount of collateral being liquidated.string
liquidatorThe address of the user performing the liquidation.string
receiveatokenA boolean flag indicating whether the liquidator received aTokens or not.boolean
contract_addressThe address of the smart contract.string

LENDINGPOOLCOLLATERALMANAGER_EVT_RESERVEUSEDASCOLLATERALDISABLED

Lendingpoolcollateralmanager Reserveusedascollateraldisabled model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe address of the reserve contract that was disabled as collateral.string
user_The address of the user who disabled the use of the reserve as collateral.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCOLLATERALMANAGER_EVT_RESERVEUSEDASCOLLATERALENABLED

Lendingpoolcollateralmanager Reserveusedascollateralenabled model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
reserveThe reserve that has been enabled as collateral.string
user_The address of the user who enabled the reserve as collateral.string
contract_addressThe address of the smart contract.string

AAVEGOVERNANCEV2_EVT_EXECUTORAUTHORIZED

Aavegovernancev2 Executorauthorized model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
executorThe address of the executor that has been authorized.string
contract_addressThe address of the smart contract.string

AAVEGOVERNANCEV2_EVT_EXECUTORUNAUTHORIZED

Aavegovernancev2 Executorunauthorized model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
executorThe address of the executor that has been unauthorized.string
contract_addressThe address of the smart contract.string

AAVEGOVERNANCEV2_EVT_GOVERNANCESTRATEGYCHANGED

Aavegovernancev2 Governancestrategychanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newstrategyThe address of the new governance strategy contract.string
initiatorchangeThe address of the user who initiated the change.string
contract_addressThe address of the smart contract.string

AAVEGOVERNANCEV2_EVT_PROPOSALCANCELED

Aavegovernancev2 Proposalcanceled model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
idThe identifier of the cancelled proposal.string
contract_addressThe address of the smart contract.string

AAVEGOVERNANCEV2_EVT_PROPOSALCREATED

Aavegovernancev2 Proposalcreated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
idThe identifier of the newly created proposal.string
creatorThe address of the user who created the proposal.string
executorThe address of the executor contract that will execute the proposal.string
targetsAn array of addresses for the smart contracts that will be affected by the proposal.string
values_An array of values that correspond to the targets array.string
signaturesAn array of function signatures for each target contract.string
calldatasAn array of encoded function call data for each target contract.string
withdelegatecallsA boolean value indicating whether the proposal should use delegate calls.boolean
startblockThe block number at which the proposal can be executed.string
endblockThe block number at which the proposal will expire.string
strategyThe address of the strategy contract that will be used to execute the proposal.string
ipfshashThe IPFS hash of the proposal.string
contract_addressThe address of the smart contract.string

AAVEGOVERNANCEV2_EVT_PROPOSALEXECUTED

Aavegovernancev2 Proposalexecuted model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
idThe ID of the executed proposal.string
initiatorexecutionThe address of the initiator of the execution.string
contract_addressThe address of the smart contract.string

AAVEGOVERNANCEV2_EVT_PROPOSALQUEUED

Aavegovernancev2 Proposalqueued model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
idThe ID of the queued proposal.string
executiontimeThe timestamp when the proposal is scheduled for execution.string
initiatorqueueingThe address of the initiator who queued the proposal.string
contract_addressThe address of the smart contract.string

AAVEGOVERNANCEV2_EVT_VOTEEMITTED

Aavegovernancev2 Voteemitted model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
idThe ID of the proposal being voted on.string
voterThe address of the user who cast the vote.string
supportWhether the vote supports or opposes the proposal.boolean
votingpowerThe voting power of the user at the time of the vote.string
contract_addressThe address of the smart contract.string

AAVEGOVERNANCEV2_EVT_VOTINGDELAYCHANGED

Aavegovernancev2 Votingdelaychanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newvotingdelayThe new voting delay.string
initiatorchangeThe address of the user who initiated the change.string
contract_addressThe address of the smart contract.string

RWAMARKETORACLE_EVT_ASSETCONFIGUPDATED

Rwamarketoracle Assetconfigupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset whose configuration was updated.string
sourceThe address of the source of the asset price data.string
currencyThe symbol of the currency used to quote the asset price.string
contract_addressThe address of the smart contract.string

PULLREWARDSINCENTIVESCONTROLLER_EVT_ASSETCONFIGUPDATED

Pullrewardsincentivescontroller Assetconfigupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset token.string
emissionThe updated emission rate for the asset.string
contract_addressThe address of the smart contract.string

PULLREWARDSINCENTIVESCONTROLLER_EVT_ASSETINDEXUPDATED

Pullrewardsincentivescontroller Assetindexupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe asset for which the index was updated.string
indexThe updated index for the asset.string
contract_addressThe address of the smart contract.string

PULLREWARDSINCENTIVESCONTROLLER_EVT_CLAIMERSET

Pullrewardsincentivescontroller Claimerset model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user.string
claimerThe address of the claimer.string
contract_addressThe address of the smart contract.string

PULLREWARDSINCENTIVESCONTROLLER_EVT_DISTRIBUTIONENDUPDATED

Pullrewardsincentivescontroller Distributionendupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newdistributionendThe new distribution end date.string
contract_addressThe address of the smart contract.string

PULLREWARDSINCENTIVESCONTROLLER_EVT_REWARDSACCRUED

Pullrewardsincentivescontroller Rewardsaccrued model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user who accrued rewards.string
amountThe amount of rewards accrued.string
contract_addressThe address of the smart contract.string

PULLREWARDSINCENTIVESCONTROLLER_EVT_REWARDSCLAIMED

Pullrewardsincentivescontroller Rewardsclaimed model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user who claimed the rewards.string
to_The address of the recipient of the rewards.string
claimerThe address of the contract or account that claimed the rewards.string
amountThe amount of rewards claimed.string
contract_addressThe address of the smart contract.string

PULLREWARDSINCENTIVESCONTROLLER_EVT_REWARDSVAULTUPDATED

Pullrewardsincentivescontroller Rewardsvaultupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
vaultThe address of the new rewards vault.string
contract_addressThe address of the smart contract.string

PULLREWARDSINCENTIVESCONTROLLER_EVT_USERINDEXUPDATED

Pullrewardsincentivescontroller Userindexupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user for whom the index value was updated.string
assetThe address of the asset for which the index value was updated.string
indexThe new index value for the user and asset.string
contract_addressThe address of the smart contract.string

CONFIGURABLERIGHTSPOOL_EVT_CAPCHANGED

Configurablerightspool Capchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
callerThe address of the account that called the function to change the capacity.string
oldcapThe previous capacity of the pool before the change.string
newcapThe new capacity of the pool after the change.string
contract_addressThe address of the smart contract.string

CONFIGURABLERIGHTSPOOL_EVT_LOGCALL

Configurablerightspool Logcall model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
sigThe function signature of the called function.string
callerThe address of the caller.string
data_The input data sent with the function call.string
contract_addressThe address of the smart contract.string

CONFIGURABLERIGHTSPOOL_EVT_LOGEXIT

Configurablerightspool Logexit model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
callerThe address of the caller who triggered the event.string
tokenoutThe address of the token being withdrawn.string
tokenamountoutThe amount of tokens being withdrawn.string
contract_addressThe address of the smart contract.string

CONFIGURABLERIGHTSPOOL_EVT_LOGJOIN

Configurablerightspool Logjoin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
callerThe address of the account that called the join function.string
tokeninThe address of the token being deposited.string
tokenamountinThe amount of tokens being deposited.string
contract_addressThe address of the smart contract.string

CONFIGURABLERIGHTSPOOL_EVT_NEWTOKENCOMMITTED

Configurablerightspool Newtokencommitted model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
tokenThe address of the newly committed token.string
poolThe address of the pool.string
callerThe address of the caller who committed the token.string
contract_addressThe address of the smart contract.string

AAVEORACLE_EVT_ASSETSOURCEUPDATED

Aaveoracle Assetsourceupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe asset for which the source was updated.string
sourceThe updated source of the asset.string
contract_addressThe address of the smart contract.string

AAVEORACLE_EVT_FALLBACKORACLEUPDATED

Aaveoracle Fallbackoracleupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
fallbackoracleThe new fallback oracle address.string
contract_addressThe address of the smart contract.string

AAVEORACLE_EVT_WETHSET

Aaveoracle Wethset model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
wethThe address of the WETH token contract.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_ATOKENUPGRADED

Lendingpoolconfigurator Atokenupgraded model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the underlying asset.string
proxyThe address of the AToken proxy contract.string
implementationThe address of the new AToken implementation contract.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_BORROWINGDISABLEDONRESERVE

Lendingpoolconfigurator Borrowingdisabledonreserve model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset whose borrowing has been disabled.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_BORROWINGENABLEDONRESERVE

Lendingpoolconfigurator Borrowingenabledonreserve model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the underlying asset of the reserve.string
stablerateenabledA boolean indicating whether borrowing at stable rates is enabled for the reserve.boolean
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_COLLATERALCONFIGURATIONCHANGED

Lendingpoolconfigurator Collateralconfigurationchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset whose collateral configuration was updated.string
ltvThe new loan-to-value ratio for the asset.string
liquidationthresholdThe new liquidation threshold for the asset.string
liquidationbonusThe new liquidation bonus for the asset.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_RESERVEACTIVATED

Lendingpoolconfigurator Reserveactivated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe asset that was affected by the event.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_RESERVEDEACTIVATED

Lendingpoolconfigurator Reservedeactivated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe asset that was affected by the event.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_RESERVEDECIMALSCHANGED

Lendingpoolconfigurator Reservedecimalschanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe asset that was affected by the event.string
decimalsThe new decimal value for the asset after the change.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_RESERVEFACTORCHANGED

Lendingpoolconfigurator Reservefactorchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe asset that was affected by the event.string
factorThe new factor value for the asset after the change.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_RESERVEFROZEN

Lendingpoolconfigurator Reservefrozen model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe asset that was affected by the event.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_RESERVEINITIALIZED

Lendingpoolconfigurator Reserveinitialized model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe asset that was initialized within the reserve.string
atokenThe Ethereum address of the aToken associated with the asset reserve.string
stabledebttokenThe Ethereum address of the stable debt token associated with the asset reserve.string
variabledebttokenThe Ethereum address of the variable debt token associated with the asset reserve.string
interestratestrategyaddressThe Ethereum address of the interest rate strategy contract associated with the asset reserve.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_RESERVEINTERESTRATESTRATEGYCHANGED

Lendingpoolconfigurator Reserveinterestratestrategychanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe asset that was affected by the event.string
strategyThe Ethereum address of the new interest rate strategy contract associated with the asset reserve.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_RESERVEUNFROZEN

Lendingpoolconfigurator Reserveunfrozen model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe asset that was affected by the event.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_STABLEDEBTTOKENUPGRADED

Lendingpoolconfigurator Stabledebttokenupgraded model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe asset associated with the upgraded stable debt token.string
proxyThe Ethereum address of the proxy contract for the stable debt token.string
implementationThe Ethereum address of the upgraded implementation contract for the stable debt token.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_STABLERATEDISABLEDONRESERVE

Lendingpoolconfigurator Stableratedisabledonreserve model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset for which the stable borrowing rate was disabled.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_STABLERATEENABLEDONRESERVE

Lendingpoolconfigurator Stablerateenabledonreserve model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset whose stable rate has been enabled.string
contract_addressThe address of the smart contract.string

LENDINGPOOLCONFIGURATOR_EVT_VARIABLEDEBTTOKENUPGRADED

Lendingpoolconfigurator Variabledebttokenupgraded model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the underlying asset.string
proxyThe address of the proxy contract that was upgraded.string
implementationThe address of the new implementation contract.string
contract_addressThe address of the smart contract.string

VARIABLEDEBTTOKENV2_EVT_BORROWALLOWANCEDELEGATED

Variabledebttokenv2 Borrowallowancedelegated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
fromuserThe address of the user delegating their allowance.string
touserThe address of the user receiving the delegated allowance.string
assetThe address of the underlying asset being borrowed.string
amountThe amount of the borrowing allowance being delegated.string
contract_addressThe address of the smart contract.string

VARIABLEDEBTTOKENV2_EVT_BURN

Variabledebttokenv2 Burn model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user who burned the tokens.string
amountThe amount of tokens that were burned.string
indexThe index of the reserve where the tokens were burned.string
contract_addressThe address of the smart contract.string

VARIABLEDEBTTOKENV2_EVT_INITIALIZED

Variabledebttokenv2 Initialized model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
underlyingassetThe address of the underlying asset.string
poolThe address of the lending pool associated with the debt token.string
incentivescontrollerThe address of the incentives controller contract for the debt token.string
debttokendecimalsThe number of decimals used by the debt token.smallint
debttokennameThe name of the debt token.string
debttokensymbolThe symbol of the debt token.string
paramsAdditional parameters used during the contract initialization.string
contract_addressThe address of the smart contract.string

VARIABLEDEBTTOKENV2_EVT_MINT

Variabledebttokenv2 Mint model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
from_The address that minted the tokens.string
onbehalfofThe address for which the tokens are being minted on behalf of.string
value_The amount of tokens minted.string
indexThe index of the reserve.string
contract_addressThe address of the smart contract.string

AAVEECOSYSTEMRESERVEV2V2_EVT_CANCELSTREAM

Aaveecosystemreservev2V2 Cancelstream model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
streamidThe ID of the stream that was canceled.string
senderThe address of the sender of the stream.string
recipientThe address of the recipient of the stream.string
senderbalanceThe balance of the sender's underlying asset remaining in the stream.string
recipientbalanceThe balance of the recipient's underlying asset remaining in the stream.string
contract_addressThe address of the smart contract.string

AAVEECOSYSTEMRESERVEV2V2_EVT_CREATESTREAM

Aaveecosystemreservev2V2 Createstream model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
streamidThe ID of the new stream that was created.string
senderThe address of the user who created the stream.string
recipientThe address of the recipient of the streamed funds.string
depositThe amount of funds that will be streamed.string
tokenaddressThe address of the token that will be streamed.string
starttimeThe Unix timestamp of the start time of the stream.string
stoptimeThe Unix timestamp of the stop time of the stream.string
contract_addressThe address of the smart contract.string

AAVEECOSYSTEMRESERVEV2V2_EVT_NEWFUNDSADMIN

Aaveecosystemreservev2V2 Newfundsadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
fundsadminThe address of the new funds administrator.string
contract_addressThe address of the smart contract.string

AAVEECOSYSTEMRESERVEV2V2_EVT_WITHDRAWFROMSTREAM

Aaveecosystemreservev2V2 Withdrawfromstream model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
streamidThe identifier of the stream from which funds are being withdrawn.string
recipientThe address of the recipient of the withdrawn funds.string
amountThe amount of funds being withdrawn from the stream.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDERV2_EVT_ADDRESSSET

Lendingpooladdressesproviderv2 Addressset model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
idThe identifier of the address being set.string
newaddressThe new address being set.string
hasproxyIndicates if the address is for a proxy contract.boolean
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDERV2_EVT_CONFIGURATIONADMINUPDATED

Lendingpooladdressesproviderv2 Configurationadminupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newaddressThe new address that was set.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDERV2_EVT_EMERGENCYADMINUPDATED

Lendingpooladdressesproviderv2 Emergencyadminupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newaddressThe new emergency admin address.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDERV2_EVT_LENDINGPOOLCOLLATERALMANAGERUPDATED

Lendingpooladdressesproviderv2 Lendingpoolcollateralmanagerupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newaddressThe new address for the lending pool collateral manager contract.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDERV2_EVT_LENDINGPOOLCONFIGURATORUPDATED

Lendingpooladdressesproviderv2 Lendingpoolconfiguratorupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newaddressThe address of the new LendingPoolConfigurator contract.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDERV2_EVT_LENDINGPOOLUPDATED

Lendingpooladdressesproviderv2 Lendingpoolupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newaddressThe new address of the lending pool.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDERV2_EVT_LENDINGRATEORACLEUPDATED

Lendingpooladdressesproviderv2 Lendingrateoracleupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newaddressThe new address of the lending rate oracle contract.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDERV2_EVT_MARKETIDSET

Lendingpooladdressesproviderv2 Marketidset model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newmarketidThe new market ID.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDERV2_EVT_PRICEORACLEUPDATED

Lendingpooladdressesproviderv2 Priceoracleupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
newaddressThe new address of the price oracle.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDERV2_EVT_PROXYCREATED

Lendingpooladdressesproviderv2 Proxycreated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
idThe ID of the newly created proxy contract.string
newaddressThe address of the newly created proxy contract.string
contract_addressThe address of the smart contract.string

STAKEDTOKENBPTREV2_EVT_ASSETCONFIGUPDATED

Stakedtokenbptrev2 Assetconfigupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe symbol of the asset whose configuration was updated.string
emissionThe new emission rate of the asset in the contract.string
contract_addressThe address of the smart contract.string

STAKEDTOKENBPTREV2_EVT_ASSETINDEXUPDATED

Stakedtokenbptrev2 Assetindexupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe symbol of the asset whose index was updated.string
indexThe new index of the asset.string
contract_addressThe address of the smart contract.string

STAKEDTOKENBPTREV2_EVT_COOLDOWN

Stakedtokenbptrev2 Cooldown model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The user who triggered the cooldown.string
contract_addressThe address of the smart contract.string

STAKEDTOKENBPTREV2_EVT_DELEGATECHANGED

Stakedtokenbptrev2 Delegatechanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
delegatorThe address of the user who made the delegation change.string
delegateeThe address of the user who was delegated to.string
delegationtypeThe type of delegation change, represented by a small integer.smallint
contract_addressThe address of the smart contract.string

STAKEDTOKENBPTREV2_EVT_DELEGATEDPOWERCHANGED

Stakedtokenbptrev2 Delegatedpowerchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user whose delegated power was changed.string
amountThe new amount of delegated power for the user.string
delegationtypeA small integer indicating the type of delegation.smallint
contract_addressThe address of the smart contract.string

STAKEDTOKENBPTREV2_EVT_REDEEM

Stakedtokenbptrev2 Redeem model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
from_The address of the account that redeemed the tokens.string
to_The address where the redeemed tokens were sent.string
amountThe amount of tokens that were redeemed.string
contract_addressThe address of the smart contract.string

STAKEDTOKENBPTREV2_EVT_REWARDSACCRUED

Stakedtokenbptrev2 Rewardsaccrued model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user who accrued the rewards.string
amountThe amount of rewards accrued by the user.string
contract_addressThe address of the smart contract.string

STAKEDTOKENBPTREV2_EVT_REWARDSCLAIMED

Stakedtokenbptrev2 Rewardsclaimed model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
from_The address of the user who claimed the rewards.string
to_The address where the rewards were sent.string
amountThe amount of rewards claimed.string
contract_addressThe address of the smart contract.string

STAKEDTOKENBPTREV2_EVT_STAKED

Stakedtokenbptrev2 Staked model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
from_The address of the user who stakes their tokens.string
onbehalfofThe address of the user who is staking tokens on behalf of someone else, if applicable.string
amountThe amount of tokens being staked.string
contract_addressThe address of the smart contract.string

STAKEDTOKENBPTREV2_EVT_USERINDEXUPDATED

Stakedtokenbptrev2 Userindexupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user.string
assetThe address of the asset being staked.string
indexThe updated index of the user's staked token balance for the asset.string
contract_addressThe address of the smart contract.string

AAVEORACLEV2_EVT_ASSETSOURCEUPDATED

Aaveoraclev2 Assetsourceupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset whose source was updated.string
sourceThe new source address of the asset.string
contract_addressThe address of the smart contract.string

AAVEORACLEV2_EVT_BASECURRENCYSET

Aaveoraclev2 Basecurrencyset model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
basecurrencyThe symbol of the new base currency.string
basecurrencyunitThe unit of the new base currency.string
contract_addressThe address of the smart contract.string

AAVEORACLEV2_EVT_FALLBACKORACLEUPDATED

Aaveoraclev2 Fallbackoracleupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
fallbackoracleThe address of the new fallback oracle contract.string
contract_addressThe address of the smart contract.string

STAKEDTOKENV2REV3_EVT_ASSETCONFIGUPDATED

Stakedtokenv2Rev3 Assetconfigupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset whose configuration was updated.string
emissionThe new emission rate for the asset.string
contract_addressThe address of the smart contract.string

STAKEDTOKENV2REV3_EVT_ASSETINDEXUPDATED

Stakedtokenv2Rev3 Assetindexupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
assetThe address of the asset token.string
indexThe new index value for the asset.string
contract_addressThe address of the smart contract.string

STAKEDTOKENV2REV3_EVT_COOLDOWN

Stakedtokenv2Rev3 Cooldown model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user who triggered the cooldown period.string
contract_addressThe address of the smart contract.string

STAKEDTOKENV2REV3_EVT_DELEGATECHANGED

Stakedtokenv2Rev3 Delegatechanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
delegatorThe address of the delegator whose delegate was changed.string
delegateeThe address of the new delegatee.string
delegationtypeThe type of delegation that was changed.smallint
contract_addressThe address of the smart contract.string

STAKEDTOKENV2REV3_EVT_DELEGATEDPOWERCHANGED

Stakedtokenv2Rev3 Delegatedpowerchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user whose delegated power changed.string
amountThe new amount of delegated power the user has.string
delegationtypeThe type of delegation: 0 for cooldown, 1 for balance, 2 for unstake.smallint
contract_addressThe address of the smart contract.string

STAKEDTOKENV2REV3_EVT_REDEEM

Stakedtokenv2Rev3 Redeem model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
from_The address where the staked tokens are withdrawn from.string
to_The address where the staked tokens are sent to.string
amountThe amount of staked tokens that are being withdrawn.string
contract_addressThe address of the smart contract.string

STAKEDTOKENV2REV3_EVT_REWARDSACCRUED

Stakedtokenv2Rev3 Rewardsaccrued model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user whose rewards have accrued.string
amountThe amount of rewards accrued by the user.string
contract_addressThe address of the smart contract.string

STAKEDTOKENV2REV3_EVT_REWARDSCLAIMED

Stakedtokenv2Rev3 Rewardsclaimed model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
from_The address that initiated the transaction and transferred the tokens.string
to_The address that received the transferred tokens.string
amountThe amount of tokens transferred in the transaction.string
contract_addressThe address of the smart contract.string

STAKEDTOKENV2REV3_EVT_STAKED

Stakedtokenv2Rev3 Staked model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
from_The address that initiated the transaction and staked the tokens.string
onbehalfofThe address on whose behalf the tokens were staked, if applicable.string
amountThe amount of tokens staked in the transaction.string
contract_addressThe address of the smart contract.string

STAKEDTOKENV2REV3_EVT_USERINDEXUPDATED

Stakedtokenv2Rev3 Userindexupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
user_The address of the user whose index was updated.string
assetThe asset or token for which the index was updated.string
indexThe new index value after the update.string
contract_addressThe address of the smart contract.string