AAVE_V3_AVALANCHE_C

These tables are built and maintained by Space and Time.

COLLECTOR_EVT_NEWFUNDSADMIN

Collector 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 address that has been granted funds admin permission.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLADDRESSESPROVIDER_EVT_ACLADMINUPDATED

Pooladdressesprovider Acladminupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
oldaddressThe old address for the ACL administrator.string
newaddressThe new address for the ACL administrator.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLADDRESSESPROVIDER_EVT_ACLMANAGERUPDATED

Pooladdressesprovider Aclmanagerupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
oldaddressThe old address for the ACL manager.string
newaddressThe new address for the ACL manager.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLADDRESSESPROVIDER_EVT_ADDRESSSET

Pooladdressesprovider 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 ID of the event.string
oldaddressThe old address.string
newaddressThe new address.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLADDRESSESPROVIDER_EVT_ADDRESSSETASPROXY

Pooladdressesprovider Addresssetasproxy 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 event.string
proxyaddressThe proxy address.string
oldimplementationaddressThe old implementation address.string
newimplementationaddressThe new implementation address.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLADDRESSESPROVIDER_EVT_MARKETIDSET

Pooladdressesprovider 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
oldmarketidThe old market ID.string
newmarketidThe new market ID.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLADDRESSESPROVIDER_EVT_POOLCONFIGURATORUPDATED

Pooladdressesprovider Poolconfiguratorupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
oldaddressThe old address.string
newaddressThe new address.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLADDRESSESPROVIDER_EVT_POOLDATAPROVIDERUPDATED

Pooladdressesprovider Pooldataproviderupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
oldaddressThe old address of the pool data provider.string
newaddressThe new address of the pool data provider.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLADDRESSESPROVIDER_EVT_POOLUPDATED

Pooladdressesprovider Poolupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
oldaddressThe old address of the pool.string
newaddressThe new address of the pool.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLADDRESSESPROVIDER_EVT_PRICEORACLESENTINELUPDATED

Pooladdressesprovider Priceoraclesentinelupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
oldaddressThe old address of the price oracle sentinel.string
newaddressThe new address of the price oracle sentinel.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLADDRESSESPROVIDER_EVT_PRICEORACLEUPDATED

Pooladdressesprovider 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
oldaddressThe old address of the price oracle.string
newaddressThe new address of the price oracle.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLADDRESSESPROVIDER_EVT_PROXYCREATED

Pooladdressesprovider 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 proxy created.string
proxyaddressThe address of the newly created proxy contract.string
implementationaddressThe address of the implementation contract.string
contract_addressThe address of the Uniswap V2 pair contract.string

REWARDSCONTROLLER_EVT_ACCRUED

Rewardscontroller Accrued 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 rewarded.string
rewardThe amount of rewards being accrued.string
user_The address of the user receiving the rewardsstring
assetindexThe index of the asset being rewarded within the protocol.string
userindexThe index of the user receiving the rewards within the protocol.string
rewardsaccruedThe total rewards accrued by the user for the specified asset.string
contract_addressThe address of the Uniswap V2 pair contract.string

REWARDSCONTROLLER_EVT_ASSETCONFIGUPDATED

Rewardscontroller 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 asset being updated.string
rewardThe amount of rewards for the updated asset.string
oldemissionThe previous emission rate for the updated asset.string
newemissionThe new emission rate for the updated asset.string
olddistributionendThe previous distribution end timestamp for the updated asset.string
newdistributionendThe new distribution end timestamp for the updated asset.string
assetindexThe index of the asset being updated within the protocol.string
contract_addressThe address of the Uniswap V2 pair contract.string

REWARDSCONTROLLER_EVT_CLAIMERSET

Rewardscontroller 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's address.string
claimerThe new address allowed to claim rewards.string
contract_addressThe address of the Uniswap V2 pair contract.string

REWARDSCONTROLLER_EVT_EMISSIONMANAGERUPDATED

Rewardscontroller Emissionmanagerupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
oldemissionmanagerThe old address of the reward emission manager.string
newemissionmanagerThe new address of the reward emission manager.string
contract_addressThe address of the Uniswap V2 pair contract.string

REWARDSCONTROLLER_EVT_REWARDORACLEUPDATED

Rewardscontroller Rewardoracleupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
rewardThe new reward value set by the RewardOracle contract.string
rewardoracleThe address of the RewardOracle contract.string
contract_addressThe address of the Uniswap V2 pair contract.string

REWARDSCONTROLLER_EVT_REWARDSCLAIMED

Rewardscontroller 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 rewardsstring
rewardThe amount of rewards claimed by the user.string
to_The address where the claimed rewards were sent.string
claimerThe address of the contract that claimed the rewards.string
amountThe amount of tokens claimed by the user.string
contract_addressThe address of the Uniswap V2 pair contract.string

REWARDSCONTROLLER_EVT_TRANSFERSTRATEGYINSTALLED

Rewardscontroller Transferstrategyinstalled model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
rewardThe reward token address for which the transfer strategy is installed.string
transferstrategyThe address of the TransferStrategy contract that is installed.string
contract_addressThe address of the Uniswap V2 pair contract.string

ACLMANAGER_EVT_ROLEADMINCHANGED

Aclmanager Roleadminchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
role_The role being modified.string
previousadminroleThe previous admin role.string
newadminroleThe new admin role.string
contract_addressThe address of the Uniswap V2 pair contract.string

ACLMANAGER_EVT_ROLEGRANTED

Aclmanager Rolegranted model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
role_The role being granted.string
accountThe account being granted the role.string
senderThe address that granted the role.string
contract_addressThe address of the Uniswap V2 pair contract.string

ACLMANAGER_EVT_ROLEREVOKED

Aclmanager Rolerevoked model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
role_The role that was revokedstring
accountThe account associated with the role that was revoked.string
senderThe address that initiated the revocation.string
contract_addressThe address of the Uniswap V2 pair contract.string

AAVEORACLEV3_EVT_ASSETSOURCEUPDATED

Aaveoraclev3 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 whose source has been updated.string
sourceThe new source address for the asset.string
contract_addressThe address of the Uniswap V2 pair contract.string

AAVEORACLEV3_EVT_BASECURRENCYSET

Aaveoraclev3 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 new base currency set for the contract.string
basecurrencyunitThe unit of the new base currency.string
contract_addressThe address of the Uniswap V2 pair contract.string

AAVEORACLEV3_EVT_FALLBACKORACLEUPDATED

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

POOLADDRESSESPROVIDERREGISTRY_EVT_ADDRESSESPROVIDERREGISTERED

Pooladdressesproviderregistry 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
addressesproviderThe address of the new addresses provider contract.string
idThe identifier of the event.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLADDRESSESPROVIDERREGISTRY_EVT_ADDRESSESPROVIDERUNREGISTERED

Pooladdressesproviderregistry 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
addressesproviderThe address of the removed addresses provider contract.string
idThe identifier of the event.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_ATOKENUPGRADED

Poolconfigurator 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 that was upgraded.string
proxyThe proxy address of the aToken contract.string
implementationThe implementation address of the aToken contract.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_BORROWCAPCHANGED

Poolconfigurator Borrowcapchanged 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 borrow cap was changed.string
oldborrowcapThe old borrow cap value for the asset.string
newborrowcapThe new borrow cap value for the asset.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_BORROWABLEINISOLATIONCHANGED

Poolconfigurator Borrowableinisolationchanged 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 borrowability was changed.string
borrowableThe new borrowability status for the asset.boolean
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_BRIDGEPROTOCOLFEEUPDATED

Poolconfigurator Bridgeprotocolfeeupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
oldbridgeprotocolfeeThe old bridge protocol fee value.string
newbridgeprotocolfeeThe new bridge protocol fee value.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_COLLATERALCONFIGURATIONCHANGED

Poolconfigurator 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.string
ltvThe new loan-to-value ratiostring
liquidationthresholdThe new liquidation threshold.string
liquidationbonusThe new liquidation bonus.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_DEBTCEILINGCHANGED

Poolconfigurator Debtceilingchanged 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 contract.string
olddebtceilingThe old debt ceiling value of the asset.string
newdebtceilingThe new debt ceiling value of the asset.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_EMODEASSETCATEGORYCHANGED

Poolconfigurator Emodeassetcategorychanged 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 contract.string
oldcategoryidThe old category ID of the asset.smallint
newcategoryidThe new category ID of the asset.smallint
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_EMODECATEGORYADDED

Poolconfigurator Emodecategoryadded model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
categoryidThe ID of the category.smallint
ltvThe loan-to-value ratiostring
liquidationthresholdThe liquidation threshold.string
liquidationbonusThe liquidation bonus.string
oracleThe oracle contract address.string
labelThe label of the category.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_FLASHLOANPREMIUMTOPROTOCOLUPDATED

Poolconfigurator Flashloanpremiumtoprotocolupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
oldflashloanpremiumtoprotocolThe old flashloan premium charged to the protocol (in basis points).string
newflashloanpremiumtoprotocolThe new flashloan premium charged to the protocol (in basis points).string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_FLASHLOANPREMIUMTOTALUPDATED

Poolconfigurator Flashloanpremiumtotalupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction.string
event_indexThe index of the event in the transaction logs.integer
oldflashloanpremiumtotalThe old value of flashloan premium total.string
newflashloanpremiumtotalThe new value of flashloan premium total.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_LIQUIDATIONPROTOCOLFEECHANGED

Poolconfigurator Liquidationprotocolfeechanged 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 fee was changed.string
oldfeeThe old value of the liquidation protocol fee.string
newfeeThe new value of the liquidation protocol fee.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_RESERVEACTIVE

Poolconfigurator Reserveactive 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 reserve was activated/deactivated.string
activeWhether the reserve was activated or deactivated.boolean
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_RESERVEBORROWING

Poolconfigurator Reserveborrowing 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 being borrowed/reserved.string
enabledWhether or not the Reserve Borrowing function is enabled for the asset.boolean
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_RESERVEDROPPED

Poolconfigurator Reservedropped 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 being dropped from the reserves.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_RESERVEFACTORCHANGED

Poolconfigurator 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 underlying asset whose reserve factor has been changed.string
oldreservefactorThe previous reserve factor for the asset.string
newreservefactorThe new reserve factor for the asset.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_RESERVEFROZEN

Poolconfigurator 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 frozen in the reserve.string
frozenIndicates whether the asset is frozen or not.boolean
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_RESERVEINITIALIZED

Poolconfigurator 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 initialized in the reserve.string
atokenThe address of the aToken contract.string
stabledebttokenThe address of the stable debt token contract.string
variabledebttokenThe address of the variable debt token contract.string
interestratestrategyaddressThe address of the interest rate strategy contract.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_RESERVEINTERESTRATESTRATEGYCHANGED

Poolconfigurator 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 whose interest rate strategy has changed.string
oldstrategyThe address of the old interest rate strategy contract.string
newstrategyThe address of the new interest rate strategy contract.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_RESERVEPAUSED

Poolconfigurator Reservepaused 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 reserve was affected.string
pausedWhether the reserve was paused or unpaused.boolean
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_RESERVESTABLERATEBORROWING

Poolconfigurator Reservestablerateborrowing 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 was affected.string
enabledWhether the stable rate borrowing was enabled or not.boolean
contract_addressThe address of the smart contract.string

POOLCONFIGURATOR_EVT_SILOEDBORROWINGCHANGED

Poolconfigurator Siloedborrowingchanged 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 siloed borrowing changed.string
oldstateThe previous state of the siloed borrowing flag.boolean
newstateThe new state of the siloed borrowing flag.boolean
contract_addressThe address of the smart contract.string

POOLCONFIGURATOR_EVT_STABLEDEBTTOKENUPGRADED

Poolconfigurator 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 whose stable debt token was upgraded.string
proxyThe proxy contract used to upgrade the stable debt token.string
implementationThe implementation contract used to upgrade the token.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_SUPPLYCAPCHANGED

Poolconfigurator Supplycapchanged 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 supply cap was changed.string
oldsupplycapThe previous supply cap value.string
newsupplycapThe new supply cap value.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_UNBACKEDMINTCAPCHANGED

Poolconfigurator Unbackedmintcapchanged 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 unbacked mint cap was changed.string
oldunbackedmintcapThe previous unbacked mint cap value.string
newunbackedmintcapThe new unbacked mint cap value.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOLCONFIGURATOR_EVT_VARIABLEDEBTTOKENUPGRADED

Poolconfigurator 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 asset.string
proxyThe address of the proxy contract.string
implementationThe address of the implementation contract.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOL_EVT_BACKUNBACKED

Pool Backunbacked 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 asset.string
backerThe address of the user who backed or unbacked.string
amountThe amount of reserve asset that was backed or unbacked.string
feeThe fee amount charged for the transaction.string
contract_addressThe address of the smart contract.string

POOL_EVT_BORROW

Pool 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 asset.string
user_The address of the user who performed the borrow.string
onbehalfofThe address of the user who borrowed on behalf of.string
amountThe amount of reserve asset borrowed.string
interestratemodeThe interest rate mode for the borrow.smallint
borrowrateThe interest rate at which the user borrowed.string
referralcodeThe referral code used for the borrow.integer
contract_addressThe address of the Uniswap V2 pair contract.string

POOL_EVT_FLASHLOAN

Pool 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 that received the flashloan.string
initiatorThe address that initiated the flashloan.string
assetThe address of the asset being flashloaned.string
amountThe amount being flashloaned.string
interestratemodeThe interest rate mode for the flashloan.smallint
premiumThe premium paid for the flashloan.string
referralcodeThe referral code used for the flashloan.integer
contract_addressThe address of the Uniswap V2 pair contract.string

POOL_EVT_ISOLATIONMODETOTALDEBTUPDATED

Pool Isolationmodetotaldebtupdated 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
totaldebtThe total debt of the pool in the updated isolation mode.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOL_EVT_LIQUIDATIONCALL

Pool 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 being liquidated.string
debtassetThe address of the debt asset being liquidated.string
user_The address of the user being liquidated.string
debttocoverThe amount of debt being covered by the liquidation.string
liquidatedcollateralamountThe amount of collateral being liquidated.string
liquidatorThe address of the liquidator.string
receiveatokenBoolean indicating whether to receive aTokens or not.boolean
contract_addressThe address of the Uniswap V2 pair contract.string

POOL_EVT_MINTUNBACKED

Pool Mintunbacked 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 asset.string
user_The address of the user who minted unbacked.string
onbehalfofThe address of the user who minted unbacked on behalf of.string
amountThe amount of unbacked tokens minted.string
referralcodeThe referral code used during minting (if any).integer
contract_addressThe address of the Uniswap V2 pair contract.string

POOL_EVT_MINTEDTOTREASURY

Pool Mintedtotreasury 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 asset.string
amountmintedThe amount of tokens minted to the treasury.string
contract_addressThe address of the Uniswap V2 pair contract.string

POOL_EVT_REBALANCESTABLEBORROWRATE

Pool 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.string
user_The user who triggered the eventstring
contract_addressThe address of the Uniswap V2 pair contract.string

POOL_EVT_REPAY

Pool 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 reserve.string
user_The user who triggered the event.string
repayerThe address of the user who repayed the borrow.string
amountThe amount of the debt repaid.string
useatokensA boolean value indicating whether the repay was in aTokens or underlyings.boolean
contract_addressThe address of the Uniswap V2 pair contract.string

POOL_EVT_RESERVEDATAUPDATED

Pool 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 contract that was updated.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 Uniswap V2 pair contract.string

POOL_EVT_RESERVEUSEDASCOLLATERALDISABLED

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

POOL_EVT_RESERVEUSEDASCOLLATERALENABLED

Pool 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.string
user_The address of the user who interacted with the reserve.string
contract_addressThe address of the smart contract.string

POOL_EVT_SUPPLY

Pool Supply 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.string
user_The address of the user who interacted with the reserve.string
onbehalfofThe address of the user on behalf of whom the transaction is executed.string
amountThe amount of asset supplied to the protocol by the user.string
referralcodeReferral code used during the transaction.integer
contract_addressThe address of the Uniswap V2 pair contract.string

POOL_EVT_SWAPBORROWRATEMODE

Pool Swapborrowratemode 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.string
user_The address of the user who interacted with the reserve.string
interestratemodeThe new interest rate mode.smallint
contract_addressThe address of the Uniswap V2 pair contract.string

POOL_EVT_USEREMODESET

Pool Useremodeset 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 EMOde was set.string
categoryidThe category of the EMOde that was set (if applicable).smallint
contract_addressThe address of the Uniswap V2 pair contract.string

POOL_EVT_WITHDRAW

Pool 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 user withdraw.string
user_The address of the user who withdraw.string
to_The address where the withdrawn amount was sent.string
amountThe amount of tokens withdrawn.string
contract_addressThe address of the smart contract.string