AAVE_V3_AVALANCHE_C
These tables are built and maintained by Space and Time.
COLLECTOR_EVT_NEWFUNDSADMIN
Collector Newfundsadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
fundsadmin | The new address that has been granted funds admin permission. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDER_EVT_ACLADMINUPDATED
Pooladdressesprovider Acladminupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oldaddress | The old address for the ACL administrator. | string |
newaddress | The new address for the ACL administrator. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDER_EVT_ACLMANAGERUPDATED
Pooladdressesprovider Aclmanagerupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oldaddress | The old address for the ACL manager. | string |
newaddress | The new address for the ACL manager. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDER_EVT_ADDRESSSET
Pooladdressesprovider Addressset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
id | The ID of the event. | string |
oldaddress | The old address. | string |
newaddress | The new address. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDER_EVT_ADDRESSSETASPROXY
Pooladdressesprovider Addresssetasproxy model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
id | The ID of the event. | string |
proxyaddress | The proxy address. | string |
oldimplementationaddress | The old implementation address. | string |
newimplementationaddress | The new implementation address. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDER_EVT_MARKETIDSET
Pooladdressesprovider Marketidset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oldmarketid | The old market ID. | string |
newmarketid | The new market ID. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDER_EVT_POOLCONFIGURATORUPDATED
Pooladdressesprovider Poolconfiguratorupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oldaddress | The old address. | string |
newaddress | The new address. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDER_EVT_POOLDATAPROVIDERUPDATED
Pooladdressesprovider Pooldataproviderupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oldaddress | The old address of the pool data provider. | string |
newaddress | The new address of the pool data provider. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDER_EVT_POOLUPDATED
Pooladdressesprovider Poolupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oldaddress | The old address of the pool. | string |
newaddress | The new address of the pool. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDER_EVT_PRICEORACLESENTINELUPDATED
Pooladdressesprovider Priceoraclesentinelupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oldaddress | The old address of the price oracle sentinel. | string |
newaddress | The new address of the price oracle sentinel. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDER_EVT_PRICEORACLEUPDATED
Pooladdressesprovider Priceoracleupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oldaddress | The old address of the price oracle. | string |
newaddress | The new address of the price oracle. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDER_EVT_PROXYCREATED
Pooladdressesprovider Proxycreated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
id | The ID of the proxy created. | string |
proxyaddress | The address of the newly created proxy contract. | string |
implementationaddress | The address of the implementation contract. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
REWARDSCONTROLLER_EVT_ACCRUED
Rewardscontroller Accrued model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset being rewarded. | string |
reward | The amount of rewards being accrued. | string |
user_ | The address of the user receiving the rewards | string |
assetindex | The index of the asset being rewarded within the protocol. | string |
userindex | The index of the user receiving the rewards within the protocol. | string |
rewardsaccrued | The total rewards accrued by the user for the specified asset. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
REWARDSCONTROLLER_EVT_ASSETCONFIGUPDATED
Rewardscontroller Assetconfigupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset being updated. | string |
reward | The amount of rewards for the updated asset. | string |
oldemission | The previous emission rate for the updated asset. | string |
newemission | The new emission rate for the updated asset. | string |
olddistributionend | The previous distribution end timestamp for the updated asset. | string |
newdistributionend | The new distribution end timestamp for the updated asset. | string |
assetindex | The index of the asset being updated within the protocol. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
REWARDSCONTROLLER_EVT_CLAIMERSET
Rewardscontroller Claimerset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
user_ | The user's address. | string |
claimer | The new address allowed to claim rewards. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
REWARDSCONTROLLER_EVT_EMISSIONMANAGERUPDATED
Rewardscontroller Emissionmanagerupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oldemissionmanager | The old address of the reward emission manager. | string |
newemissionmanager | The new address of the reward emission manager. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
REWARDSCONTROLLER_EVT_REWARDORACLEUPDATED
Rewardscontroller Rewardoracleupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reward | The new reward value set by the RewardOracle contract. | string |
rewardoracle | The address of the RewardOracle contract. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
REWARDSCONTROLLER_EVT_REWARDSCLAIMED
Rewardscontroller Rewardsclaimed model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
user_ | The address of the user who claimed the rewards | string |
reward | The amount of rewards claimed by the user. | string |
to_ | The address where the claimed rewards were sent. | string |
claimer | The address of the contract that claimed the rewards. | string |
amount | The amount of tokens claimed by the user. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
REWARDSCONTROLLER_EVT_TRANSFERSTRATEGYINSTALLED
Rewardscontroller Transferstrategyinstalled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reward | The reward token address for which the transfer strategy is installed. | string |
transferstrategy | The address of the TransferStrategy contract that is installed. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
ACLMANAGER_EVT_ROLEADMINCHANGED
Aclmanager Roleadminchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The role being modified. | string |
previousadminrole | The previous admin role. | string |
newadminrole | The new admin role. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
ACLMANAGER_EVT_ROLEGRANTED
Aclmanager Rolegranted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The role being granted. | string |
account | The account being granted the role. | string |
sender | The address that granted the role. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
ACLMANAGER_EVT_ROLEREVOKED
Aclmanager Rolerevoked model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The role that was revoked | string |
account | The account associated with the role that was revoked. | string |
sender | The address that initiated the revocation. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
AAVEORACLEV3_EVT_ASSETSOURCEUPDATED
Aaveoraclev3 Assetsourceupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset whose source has been updated. | string |
source | The new source address for the asset. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
AAVEORACLEV3_EVT_BASECURRENCYSET
Aaveoraclev3 Basecurrencyset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
basecurrency | The new base currency set for the contract. | string |
basecurrencyunit | The unit of the new base currency. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
AAVEORACLEV3_EVT_FALLBACKORACLEUPDATED
Aaveoraclev3 Fallbackoracleupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
fallbackoracle | The new fallback oracle address for the contract. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDERREGISTRY_EVT_ADDRESSESPROVIDERREGISTERED
Pooladdressesproviderregistry Addressesproviderregistered model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
addressesprovider | The address of the new addresses provider contract. | string |
id | The identifier of the event. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLADDRESSESPROVIDERREGISTRY_EVT_ADDRESSESPROVIDERUNREGISTERED
Pooladdressesproviderregistry Addressesproviderunregistered model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
addressesprovider | The address of the removed addresses provider contract. | string |
id | The identifier of the event. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_ATOKENUPGRADED
Poolconfigurator Atokenupgraded model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset that was upgraded. | string |
proxy | The proxy address of the aToken contract. | string |
implementation | The implementation address of the aToken contract. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_BORROWCAPCHANGED
Poolconfigurator Borrowcapchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset for which the borrow cap was changed. | string |
oldborrowcap | The old borrow cap value for the asset. | string |
newborrowcap | The new borrow cap value for the asset. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_BORROWABLEINISOLATIONCHANGED
Poolconfigurator Borrowableinisolationchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset for which borrowability was changed. | string |
borrowable | The new borrowability status for the asset. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_BRIDGEPROTOCOLFEEUPDATED
Poolconfigurator Bridgeprotocolfeeupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oldbridgeprotocolfee | The old bridge protocol fee value. | string |
newbridgeprotocolfee | The new bridge protocol fee value. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_COLLATERALCONFIGURATIONCHANGED
Poolconfigurator Collateralconfigurationchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the asset. | string |
ltv | The new loan-to-value ratio | string |
liquidationthreshold | The new liquidation threshold. | string |
liquidationbonus | The new liquidation bonus. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_DEBTCEILINGCHANGED
Poolconfigurator Debtceilingchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the asset contract. | string |
olddebtceiling | The old debt ceiling value of the asset. | string |
newdebtceiling | The new debt ceiling value of the asset. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_EMODEASSETCATEGORYCHANGED
Poolconfigurator Emodeassetcategorychanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the asset contract. | string |
oldcategoryid | The old category ID of the asset. | smallint |
newcategoryid | The new category ID of the asset. | smallint |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_EMODECATEGORYADDED
Poolconfigurator Emodecategoryadded model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
categoryid | The ID of the category. | smallint |
ltv | The loan-to-value ratio | string |
liquidationthreshold | The liquidation threshold. | string |
liquidationbonus | The liquidation bonus. | string |
oracle | The oracle contract address. | string |
label | The label of the category. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_FLASHLOANPREMIUMTOPROTOCOLUPDATED
Poolconfigurator Flashloanpremiumtoprotocolupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oldflashloanpremiumtoprotocol | The old flashloan premium charged to the protocol (in basis points). | string |
newflashloanpremiumtoprotocol | The new flashloan premium charged to the protocol (in basis points). | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_FLASHLOANPREMIUMTOTALUPDATED
Poolconfigurator Flashloanpremiumtotalupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oldflashloanpremiumtotal | The old value of flashloan premium total. | string |
newflashloanpremiumtotal | The new value of flashloan premium total. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_LIQUIDATIONPROTOCOLFEECHANGED
Poolconfigurator Liquidationprotocolfeechanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset for which the fee was changed. | string |
oldfee | The old value of the liquidation protocol fee. | string |
newfee | The new value of the liquidation protocol fee. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_RESERVEACTIVE
Poolconfigurator Reserveactive model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset for which the reserve was activated/deactivated. | string |
active | Whether the reserve was activated or deactivated. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_RESERVEBORROWING
Poolconfigurator Reserveborrowing model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the underlying asset being borrowed/reserved. | string |
enabled | Whether or not the Reserve Borrowing function is enabled for the asset. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_RESERVEDROPPED
Poolconfigurator Reservedropped model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the underlying asset being dropped from the reserves. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_RESERVEFACTORCHANGED
Poolconfigurator Reservefactorchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the underlying asset whose reserve factor has been changed. | string |
oldreservefactor | The previous reserve factor for the asset. | string |
newreservefactor | The new reserve factor for the asset. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_RESERVEFROZEN
Poolconfigurator Reservefrozen model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset frozen in the reserve. | string |
frozen | Indicates whether the asset is frozen or not. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_RESERVEINITIALIZED
Poolconfigurator Reserveinitialized model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset initialized in the reserve. | string |
atoken | The address of the aToken contract. | string |
stabledebttoken | The address of the stable debt token contract. | string |
variabledebttoken | The address of the variable debt token contract. | string |
interestratestrategyaddress | The address of the interest rate strategy contract. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_RESERVEINTERESTRATESTRATEGYCHANGED
Poolconfigurator Reserveinterestratestrategychanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset whose interest rate strategy has changed. | string |
oldstrategy | The address of the old interest rate strategy contract. | string |
newstrategy | The address of the new interest rate strategy contract. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_RESERVEPAUSED
Poolconfigurator Reservepaused model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the asset whose reserve was affected. | string |
paused | Whether the reserve was paused or unpaused. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_RESERVESTABLERATEBORROWING
Poolconfigurator Reservestablerateborrowing model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the asset whose stable rate was affected. | string |
enabled | Whether the stable rate borrowing was enabled or not. | boolean |
contract_address | The address of the smart contract. | string |
POOLCONFIGURATOR_EVT_SILOEDBORROWINGCHANGED
Poolconfigurator Siloedborrowingchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the asset whose siloed borrowing changed. | string |
oldstate | The previous state of the siloed borrowing flag. | boolean |
newstate | The new state of the siloed borrowing flag. | boolean |
contract_address | The address of the smart contract. | string |
POOLCONFIGURATOR_EVT_STABLEDEBTTOKENUPGRADED
Poolconfigurator Stabledebttokenupgraded model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset whose stable debt token was upgraded. | string |
proxy | The proxy contract used to upgrade the stable debt token. | string |
implementation | The implementation contract used to upgrade the token. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_SUPPLYCAPCHANGED
Poolconfigurator Supplycapchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset whose supply cap was changed. | string |
oldsupplycap | The previous supply cap value. | string |
newsupplycap | The new supply cap value. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_UNBACKEDMINTCAPCHANGED
Poolconfigurator Unbackedmintcapchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset whose unbacked mint cap was changed. | string |
oldunbackedmintcap | The previous unbacked mint cap value. | string |
newunbackedmintcap | The new unbacked mint cap value. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOLCONFIGURATOR_EVT_VARIABLEDEBTTOKENUPGRADED
Poolconfigurator Variabledebttokenupgraded model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the asset. | string |
proxy | The address of the proxy contract. | string |
implementation | The address of the implementation contract. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_BACKUNBACKED
Pool Backunbacked model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve asset. | string |
backer | The address of the user who backed or unbacked. | string |
amount | The amount of reserve asset that was backed or unbacked. | string |
fee | The fee amount charged for the transaction. | string |
contract_address | The address of the smart contract. | string |
POOL_EVT_BORROW
Pool Borrow model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve asset. | string |
user_ | The address of the user who performed the borrow. | string |
onbehalfof | The address of the user who borrowed on behalf of. | string |
amount | The amount of reserve asset borrowed. | string |
interestratemode | The interest rate mode for the borrow. | smallint |
borrowrate | The interest rate at which the user borrowed. | string |
referralcode | The referral code used for the borrow. | integer |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_FLASHLOAN
Pool Flashloan model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
target | The address that received the flashloan. | string |
initiator | The address that initiated the flashloan. | string |
asset | The address of the asset being flashloaned. | string |
amount | The amount being flashloaned. | string |
interestratemode | The interest rate mode for the flashloan. | smallint |
premium | The premium paid for the flashloan. | string |
referralcode | The referral code used for the flashloan. | integer |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_ISOLATIONMODETOTALDEBTUPDATED
Pool Isolationmodetotaldebtupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the asset being updated. | string |
totaldebt | The total debt of the pool in the updated isolation mode. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_LIQUIDATIONCALL
Pool Liquidationcall model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
collateralasset | The address of the collateral asset being liquidated. | string |
debtasset | The address of the debt asset being liquidated. | string |
user_ | The address of the user being liquidated. | string |
debttocover | The amount of debt being covered by the liquidation. | string |
liquidatedcollateralamount | The amount of collateral being liquidated. | string |
liquidator | The address of the liquidator. | string |
receiveatoken | Boolean indicating whether to receive aTokens or not. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_MINTUNBACKED
Pool Mintunbacked model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve asset. | string |
user_ | The address of the user who minted unbacked. | string |
onbehalfof | The address of the user who minted unbacked on behalf of. | string |
amount | The amount of unbacked tokens minted. | string |
referralcode | The referral code used during minting (if any). | integer |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_MINTEDTOTREASURY
Pool Mintedtotreasury model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve asset. | string |
amountminted | The amount of tokens minted to the treasury. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_REBALANCESTABLEBORROWRATE
Pool Rebalancestableborrowrate model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve. | string |
user_ | The user who triggered the event | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_REPAY
Pool Repay model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve. | string |
user_ | The user who triggered the event. | string |
repayer | The address of the user who repayed the borrow. | string |
amount | The amount of the debt repaid. | string |
useatokens | A boolean value indicating whether the repay was in aTokens or underlyings. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_RESERVEDATAUPDATED
Pool Reservedataupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve contract that was updated. | string |
liquidityrate | The new liquidity rate for the reserve. | string |
stableborrowrate | The new stable borrow rate for the reserve. | string |
variableborrowrate | The new variable borrow rate for the reserve. | string |
liquidityindex | The new liquidity index for the reserve. | string |
variableborrowindex | The new variable borrow index for the reserve. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_RESERVEUSEDASCOLLATERALDISABLED
Pool Reserveusedascollateraldisabled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve contract that was disabled. | string |
user_ | The address of the user who disabled the reserve as collateral. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_RESERVEUSEDASCOLLATERALENABLED
Pool Reserveusedascollateralenabled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve. | string |
user_ | The address of the user who interacted with the reserve. | string |
contract_address | The address of the smart contract. | string |
POOL_EVT_SUPPLY
Pool Supply model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve. | string |
user_ | The address of the user who interacted with the reserve. | string |
onbehalfof | The address of the user on behalf of whom the transaction is executed. | string |
amount | The amount of asset supplied to the protocol by the user. | string |
referralcode | Referral code used during the transaction. | integer |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_SWAPBORROWRATEMODE
Pool Swapborrowratemode model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve. | string |
user_ | The address of the user who interacted with the reserve. | string |
interestratemode | The new interest rate mode. | smallint |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_USEREMODESET
Pool Useremodeset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
user_ | The address of the user whose EMOde was set. | string |
categoryid | The category of the EMOde that was set (if applicable). | smallint |
contract_address | The address of the Uniswap V2 pair contract. | string |
POOL_EVT_WITHDRAW
Pool Withdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The 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 |
amount | The amount of tokens withdrawn. | string |
contract_address | The address of the smart contract. | string |
Updated over 1 year ago