AAVE_V2_AVALANCHE_C

These tables are built and maintained by Space and Time.

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 new address added to the registry.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 removed from the registry.string
contract_addressThe address of the smart contract.string

BASEINCENTIVESCONTROLLER_EVT_ASSETCONFIGUPDATED

Baseincentivescontroller 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.string
contract_addressThe address of the Uniswap V2 pair contract.string

BASEINCENTIVESCONTROLLER_EVT_ASSETINDEXUPDATED

Baseincentivescontroller 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 whose index was updated.string
indexThe new index of the asset.string
contract_addressThe address of the Uniswap V2 pair contract.string

BASEINCENTIVESCONTROLLER_EVT_CLAIMERSET

Baseincentivescontroller 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 whose claimer was set.string
claimerThe address of the new claimer.string
contract_addressThe address of the smart contract.string

BASEINCENTIVESCONTROLLER_EVT_DISTRIBUTIONENDUPDATED

Baseincentivescontroller 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 Uniswap V2 pair contract.string

BASEINCENTIVESCONTROLLER_EVT_REWARDSACCRUED

Baseincentivescontroller 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.string
contract_addressThe address of the Uniswap V2 pair contract.string

BASEINCENTIVESCONTROLLER_EVT_REWARDSCLAIMED

Baseincentivescontroller 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 the rewards were sent to.string
claimerThe address of the user who claimed the rewards.string
amountThe amount of rewards claimed.string
contract_addressThe address of the Uniswap V2 pair contract.string

BASEINCENTIVESCONTROLLER_EVT_REWARDSVAULTUPDATED

Baseincentivescontroller 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 updated rewards vault.string
contract_addressThe address of the smart contract.string

BASEINCENTIVESCONTROLLER_EVT_USERINDEXUPDATED

Baseincentivescontroller 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 address of the asset associated with the index.string
indexThe updated index value.string
contract_addressThe address of the Uniswap V2 pair contract.string

LENDINGPOOL_EVT_BORROW

Lendingpool 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 reserve from which the user borrowed.string
user_The address of the borrower.string
onbehalfofThe address of the user on whose behalf the borrower is borrowing.string
amountThe amount of the borrowed asset.string
borrowratemodeThe type of interest rate model used for the loan.string
borrowrateThe interest rate of the loan.string
referralThe referral code used for the loan.integer
contract_addressThe address of the Uniswap V2 pair contract.string

LENDINGPOOL_EVT_DEPOSIT

Lendingpool 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 to which the user deposited.string
user_The address of the depositor.string
onbehalfofThe address of the user on whose behalf the depositor is depositing.string
amountThe amount of the deposited asset.string
referralThe referral code used for the deposit.integer
contract_addressThe address of the Uniswap V2 pair contract.string

LENDINGPOOL_EVT_FLASHLOAN

Lendingpool 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 smart contract to which the flash loan was sent.string
initiatorThe address of the smart contract that initiated the flash loan.string
assetThe address of the asset that was used for the flash loan.string
amountThe amount of the asset that was borrowed.string
premiumThe fee paid for the flash loan.string
referralcodeThe referral code used for the flash loan.integer
contract_addressThe address of the Uniswap V2 pair contract.string

LENDINGPOOL_EVT_LIQUIDATIONCALL

Lendingpool 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 asset being liquidated.string
debtassetThe address of the asset being repaid.string
user_The address of the user being liquidated.string
debttocoverThe amount of debt to be covered by the liquidation.string
liquidatedcollateralamountThe amount of collateral being liquidated.string
liquidatorThe address of the liquidator.string
receiveatokenIndicates whether the user received aToken or not.boolean
contract_addressThe address of the Uniswap V2 pair contract.string

LENDINGPOOL_EVT_PAUSED

Lendingpool 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 LendingPool is paused or not.string
contract_addressThe address of the Uniswap V2 pair contract.string

LENDINGPOOL_EVT_REBALANCESTABLEBORROWRATE

Lendingpool 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 being rebalanced.string
user_The address of the user performing the rebalance.string
contract_addressThe address of the Uniswap V2 pair contract.string

LENDINGPOOL_EVT_REPAY

Lendingpool 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 asset being repaid.string
user_The address of the user repaying the asset.string
repayerThe address of the account repaying on behalf of.string
amountThe amount of the asset being repaid.string
contract_addressThe address of the Uniswap V2 pair contract.string

LENDINGPOOL_EVT_RESERVEDATAUPDATED

Lendingpool 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 reserve that was updated.string
liquidityrateThe new liquidity rate of the reserve.string
stableborrowrateThe new stable borrow rate of the reserve.string
variableborrowrateThe new variable borrow rate of the reserve.string
liquidityindexThe new liquidity index of the reserve.string
variableborrowindexThe new variable borrow index of the reserve.string
contract_addressThe address of the Uniswap V2 pair contract.string

LENDINGPOOL_EVT_RESERVEUSEDASCOLLATERALDISABLED

Lendingpool 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 was disabled as collateral.string
user_The address of the user who disabled the reserve as collateral.string
contract_addressThe address of the Uniswap V2 pair contract.string

LENDINGPOOL_EVT_RESERVEUSEDASCOLLATERALENABLED

Lendingpool 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 Uniswap V2 pair contract.string

LENDINGPOOL_EVT_SWAP

Lendingpool 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 involved in the swap.string
user_The address of the user who initiated the swap.string
ratemodeThe rate mode used in the swap (1 for stable, 2 for variable)string
contract_addressThe address of the Uniswap V2 pair contract.string

LENDINGPOOL_EVT_UNPAUSED

Lendingpool 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
unpausedWhether the lending pool was unpaused or not.string
contract_addressThe address of the smart contract.string

LENDINGPOOL_EVT_WITHDRAW

Lendingpool 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 reserve address where amount was withdrawn from.string
user_The address of user withdrawing the amount.string
to_The address where the amount was withdrawn to.string
amountThe amount of tokens withdrawn.string
contract_addressThe address of the Uniswap V2 pair 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
collateralAddress of the collateral token.string
principalAmount of principal being liquidated.string
user_Address of the user being liquidated.string
debttocoverAmount of debt being covered.string
liquidatedcollateralamountAmount of collateral being liquidated.string
liquidatorAddress of the liquidator.string
receiveatokenWhether or not the liquidator received collateral tokens.boolean
contract_addressThe address of the Uniswap V2 pair 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
reserveAddress of the reserve token that was disabled as collateral.string
user_Address of the user that had their reserve disabled as collateral.string
contract_addressThe address of the Uniswap V2 pair 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
reserveAddress of the reserve token that was enabled as collateral.string
user_Address of the user that had their reserve enabled as collateral.string
contract_addressThe address of the Uniswap V2 pair 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.string
sourceThe address of the source.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 address of the base currency.string
basecurrencyunitThe base currency's unitsstring
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 fallback oracle.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 asset being upgraded.string
proxyThe address of the proxy contract.string
implementationThe address of the new 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 asset on which borrowing was 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 asset on which borrowing was enabled.string
stablerateenabledTrue if the stable rate is enabled for borrowing.boolean
contract_addressThe address of the Uniswap V2 pair 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 asset whose collateral configuration was changed.string
ltvThe new loan-to-value ratio for the assetstring
liquidationthresholdThe new liquidation threshold for the asset.string
liquidationbonusThe new liquidation bonus for the asset.string
contract_addressThe address of the Uniswap V2 pair 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 address of the asset that was activated.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 address of the asset that was deactivated.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 address of the asset whose decimals were changed.string
decimalsThe new value of the decimals of the asset.string
contract_addressThe address of the Uniswap V2 pair 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 address of the asset whose factor was changed.string
factorThe new value of the factor of the asset.string
contract_addressThe address of the Uniswap V2 pair 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 address of the asset that was frozen.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 address of the asset that was initialized.string
atokenThe address of the corresponding aToken.string
stabledebttokenThe address of the corresponding stable debt token.string
variabledebttokenThe address of the corresponding variable debt token.string
interestratestrategyaddressThe address of the interest rate strategy contract used by the asset.string
contract_addressThe address of the Uniswap V2 pair 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 address of the asset that had its interest rate strategy changed.string
strategyThe address of the new interest rate strategy contract used by the asset.string
contract_addressThe address of the Uniswap V2 pair 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 address of the asset that was unfrozen.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 upgraded to a stable debt token.string
proxyThe proxy address used to upgrade the contract.string
implementationThe new implementation address.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 asset for which stable 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 asset for which stable rate was 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 asset upgraded to a variable debt token.string
proxyThe proxy address used to upgrade the contract.string
implementationThe address of the new implementation contract that was deployed.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDER_EVT_ADDRESSSET

Lendingpooladdressesprovider 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
idID of the event.string
newaddressThe new address that was set.string
hasproxyA flag indicating whether the new address has a proxy.boolean
contract_addressThe address of the Uniswap V2 pair contract.string

LENDINGPOOLADDRESSESPROVIDER_EVT_CONFIGURATIONADMINUPDATED

Lendingpooladdressesprovider 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

LENDINGPOOLADDRESSESPROVIDER_EVT_EMERGENCYADMINUPDATED

Lendingpooladdressesprovider 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 address that was set.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLCOLLATERALMANAGERUPDATED

Lendingpooladdressesprovider 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 that was set.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLCONFIGURATORUPDATED

Lendingpooladdressesprovider 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 new address of the LendingPoolConfigurator.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLUPDATED

Lendingpooladdressesprovider 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 LendingPool.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGRATEORACLEUPDATED

Lendingpooladdressesprovider 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 LendingRateOracle.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDER_EVT_MARKETIDSET

Lendingpooladdressesprovider 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 added to the LendingPool.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDER_EVT_PRICEORACLEUPDATED

Lendingpooladdressesprovider 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 for the Price Oracle contract.string
contract_addressThe address of the smart contract.string

LENDINGPOOLADDRESSESPROVIDER_EVT_PROXYCREATED

Lendingpooladdressesprovider 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 new proxy contract created.string
newaddressThe address of the new proxy contract created.string
contract_addressThe address of the smart contract.string