AAVE_V2_POLYGON
These tables are built and maintained by Space and Time.
LENDINGPOOLADDRESSESPROVIDERREGISTRY_EVT_ADDRESSESPROVIDERREGISTERED
Lendingpooladdressesproviderregistry Addressesproviderregistered model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
newaddress | The new address that was registered as an AddressesProvider. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLADDRESSESPROVIDERREGISTRY_EVT_ADDRESSESPROVIDERUNREGISTERED
Lendingpooladdressesproviderregistry Addressesproviderunregistered model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
newaddress | The address that was unregistered as an AddressesProvider. | string |
contract_address | The address of the smart contract that emitted the event. | string |
COLLECTOR_EVT_NEWFUNDSADMIN
Collector Newfundsadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
fundsadmin | The new funds administrator address for the Collector contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEINCENTIVESCONTROLLER_EVT_ASSETCONFIGUPDATED
Aaveincentivescontroller Assetconfigupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The address of the token whose emission rate was updated. | string |
emission | The new emission rate for the token. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEINCENTIVESCONTROLLER_EVT_ASSETINDEXUPDATED
Aaveincentivescontroller Assetindexupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The address of the asset whose index was updated. | string |
index | The new index of the asset. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEINCENTIVESCONTROLLER_EVT_CLAIMERSET
Aaveincentivescontroller Claimerset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
user_ | Address of the user. | string |
claimer | The address of the claimer being set. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEINCENTIVESCONTROLLER_EVT_DISTRIBUTIONENDUPDATED
Aaveincentivescontroller Distributionendupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
ditributionend | The new distribution end timestamp. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEINCENTIVESCONTROLLER_EVT_PENDINGADMINCHANGED
Aaveincentivescontroller Pendingadminchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
newpendingadmin | The address of the new pending admin. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEINCENTIVESCONTROLLER_EVT_REWARDSACCRUED
Aaveincentivescontroller Rewardsaccrued model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
user_ | Address of the user. | string |
amount | The amount of rewards accrued. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEINCENTIVESCONTROLLER_EVT_REWARDSCLAIMED
Aaveincentivescontroller Rewardsclaimed model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
user_ | Address of the user. | string |
to_ | The address to which the claimed rewards were sent. | string |
claimer | The address of the claimer being set. | string |
amount | The amount of rewards claimed. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEINCENTIVESCONTROLLER_EVT_REWARDSVAULTUPDATED
Aaveincentivescontroller Rewardsvaultupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
vault | The address of the updated vault. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEINCENTIVESCONTROLLER_EVT_ROLECLAIMED
Aaveincentivescontroller Roleclaimed model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
newadming | The address of the new admin claiming the role. | string |
role_ | Name of the role. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEINCENTIVESCONTROLLER_EVT_USERINDEXUPDATED
Aaveincentivescontroller Userindexupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
user_ | Address of the user. | string |
asset | The address of the asset associated with the event. | string |
index | The updated index value. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_BORROW
Lendingpool Borrow model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
reserve | Address of the reserve. | string |
user_ | Address of the user. | string |
onbehalfof | The address of the user who borrowed on behalf of. | string |
amount | The amount borrowed in the transaction. | string |
borrowratemode | The borrow rate mode used for the transaction. | string |
borrowrate | The borrow rate used for the transaction. | string |
referral | The referral code associated with the transaction. | integer |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_DEPOSIT
Lendingpool Deposit model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
reserve | Address of the reserve. | string |
user_ | Address of the user. | string |
onbehalfof | The address of the user who deposited funds on behalf of. | string |
amount | The amount of funds deposited in the transaction. | string |
referral | The referral code associated with the transaction. | integer |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_FLASHLOAN
Lendingpool Flashloan model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
target | The address of the contract that received the funds. | string |
initiator | The address of the contract that initiated the flash loan. | string |
asset | The address of the asset used for the flash loan. | string |
amount | The amount of the flash loan. | string |
premium | The premium paid for the flash loan. | string |
referralcode | The referral code associated with the transaction. | integer |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_LIQUIDATIONCALL
Lendingpool Liquidationcall model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
collateralasset | The address of the collateral asset token. | string |
debtasset | The address of the debt asset token. | string |
user_ | Address of the user. | string |
debttocover | The amount of debt that needs to be covered. | string |
liquidatedcollateralamount | The amount of collateral liquidated. | string |
liquidator | The address of the liquidator. | string |
receiveatoken | A boolean indicating if the liquidator received aToken. | boolean |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_PAUSED
Lendingpool Paused model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
paused | A boolean indicating if the LendingPool was paused or not. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_REBALANCESTABLEBORROWRATE
Lendingpool Rebalancestableborrowrate model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
reserve | Address of the reserve. | string |
user_ | Address of the user. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_REPAY
Lendingpool Repay model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
reserve | Address of the reserve. | string |
user_ | Address of the user. | string |
repayer | The address of the account repaying the debt. | string |
amount | The amount of the reserve asset being repaid. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_RESERVEDATAUPDATED
Lendingpool Reservedataupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
reserve | Address of the reserve. | string |
liquidityrate | The updated liquidity rate of the reserve asset. | string |
stableborrowrate | The updated stable borrow rate of the reserve asset. | string |
variableborrowrate | The updated variable borrow rate of the reserve asset. | string |
liquidityindex | The updated liquidity index of the reserve asset. | string |
variableborrowindex | The updated variable borrow index of the reserve asset. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_RESERVEUSEDASCOLLATERALDISABLED
Lendingpool Reserveusedascollateraldisabled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
reserve | Address of the reserve. | string |
user_ | Address of the user. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_RESERVEUSEDASCOLLATERALENABLED
Lendingpool Reserveusedascollateralenabled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
reserve | Address of the reserve. | string |
user_ | Address of the user. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_SWAP
Lendingpool Swap model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
reserve | Address of the reserve. | string |
user_ | Address of the user. | string |
ratemode | The type of interest rate mode that was applied during the swap. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_UNPAUSED
Lendingpool Unpaused model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
unpaused | The unpause state of the contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOL_EVT_WITHDRAW
Lendingpool Withdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
reserve | Address of the reserve. | string |
user_ | Address of the user. | string |
to_ | The address where the funds were withdrawn. | string |
amount | The amount of tokens that were withdrawn. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCOLLATERALMANAGER_EVT_LIQUIDATIONCALL
Lendingpoolcollateralmanager Liquidationcall model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
collateral | The address of the collateral token that was liquidated. | string |
principal | The amount of principal tokens that were liquidated. | string |
user_ | Address of the user. | string |
debttocover | The amount of debt that was being covered. | string |
liquidatedcollateralamount | The amount of collateral that was liquidated. | string |
liquidator | The address of the user who performed the liquidation. | string |
receiveatoken | A boolean indicating whether the user received aTokens or not. | boolean |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCOLLATERALMANAGER_EVT_RESERVEUSEDASCOLLATERALDISABLED
Lendingpoolcollateralmanager Reserveusedascollateraldisabled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
reserve | Address of the reserve. | string |
user_ | Address of the user. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCOLLATERALMANAGER_EVT_RESERVEUSEDASCOLLATERALENABLED
Lendingpoolcollateralmanager Reserveusedascollateralenabled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
reserve | Address of the reserve. | string |
user_ | Address of the user. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEORACLEV2_EVT_ASSETSOURCEUPDATED
Aaveoraclev2 Assetsourceupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The address of the asset associated with the event. | string |
source | The address of the source associated with the event. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEORACLEV2_EVT_FALLBACKORACLEUPDATED
Aaveoraclev2 Fallbackoracleupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
fallbackoracle | The address of the fallback oracle associated with the event. | string |
contract_address | The address of the smart contract that emitted the event. | string |
AAVEORACLEV2_EVT_WETHSET
Aaveoraclev2 Wethset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
weth | The address of the WETH associated with the event. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_ATOKENUPGRADED
Lendingpoolconfigurator Atokenupgraded model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The address of the asset associated with the event. | string |
proxy | The address of the proxy associated with the event. | string |
implementation | The address of the implementation associated with the event. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_BORROWINGDISABLEDONRESERVE
Lendingpoolconfigurator Borrowingdisabledonreserve model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The asset for which borrowing is disabled. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_BORROWINGENABLEDONRESERVE
Lendingpoolconfigurator Borrowingenabledonreserve model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The asset for which borrowing is enabled. | string |
stablerateenabled | Whether stable rate is enabled for the reserve. | boolean |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_COLLATERALCONFIGURATIONCHANGED
Lendingpoolconfigurator Collateralconfigurationchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The asset for which the collateral configuration has been changed. | string |
ltv | The new loan-to-value ratio for the reserve | string |
liquidationthreshold | The new liquidation threshold for the reserve. | string |
liquidationbonus | The new liquidation bonus for the reserve. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEACTIVATED
Lendingpoolconfigurator Reserveactivated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The asset for which the reserve is activated. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEDEACTIVATED
Lendingpoolconfigurator Reservedeactivated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The asset that was deactivated. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEDECIMALSCHANGED
Lendingpoolconfigurator Reservedecimalschanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The asset whose decimals were changed. | string |
decimals | The new number of decimals for the asset. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEFACTORCHANGED
Lendingpoolconfigurator Reservefactorchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The asset whose factor was changed. | string |
factor | The new factor for the asset. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEFROZEN
Lendingpoolconfigurator Reservefrozen model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The asset that was frozen. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEINITIALIZED
Lendingpoolconfigurator Reserveinitialized model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The address of the asset contract. | 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 |
integererestratestrategyaddress | The address of the interest rate strategy contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEINTEGERERESTRATESTRATEGYCHANGED
Lendingpoolconfigurator Reserveintegererestratestrategychanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The address of the asset contract. | string |
strategy | The address of the new interest rate strategy contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEUNFROZEN
Lendingpoolconfigurator Reserveunfrozen model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The address of the asset contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_STABLEDEBTTOKENUPGRADED
Lendingpoolconfigurator Stabledebttokenupgraded model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | The address of the asset contract. | string |
proxy | The address of the proxy contract. | string |
implementation | The address of the new implementation contract for the stable debt token. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_STABLERATEDISABLEDONRESERVE
Lendingpoolconfigurator Stableratedisabledonreserve model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | Asset for which stable rate was disabled. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_STABLERATEENABLEDONRESERVE
Lendingpoolconfigurator Stablerateenabledonreserve model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | Asset for which stable rate was enabled. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLCONFIGURATOR_EVT_VARIABLEDEBTTOKENUPGRADED
Lendingpoolconfigurator Variabledebttokenupgraded model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
asset | Asset for which variable debt token was upgraded. | string |
proxy | Address of the proxy contract. | string |
implementation | Address of the new implementation contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_ADDRESSSET
Lendingpooladdressesprovider Addressset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
id | Identifier of the address set. | string |
newaddress | New address that was set. | string |
hasproxy | Whether the address has proxy or not. | boolean |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_CONFIGURATIONADMINUPDATED
Lendingpooladdressesprovider Configurationadminupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
newaddress | The new address for the ConfigurationAdmin contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_EMERGENCYADMINUPDATED
Lendingpooladdressesprovider Emergencyadminupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
newaddress | The new address for the EmergencyAdmin contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLCOLLATERALMANAGERUPDATED
Lendingpooladdressesprovider Lendingpoolcollateralmanagerupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
newaddress | The new address for the LendingPoolCollateralManager contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLCONFIGURATORUPDATED
Lendingpooladdressesprovider Lendingpoolconfiguratorupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
newaddress | The new address for the LendingPoolConfigurator contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLUPDATED
Lendingpooladdressesprovider Lendingpoolupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
newaddress | The new address of the LendingPool contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGRATEORACLEUPDATED
Lendingpooladdressesprovider Lendingrateoracleupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
newaddress | The new address of the LendingRateOracle contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_MARKETIDSET
Lendingpooladdressesprovider Marketidset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
newmarketid | The new market ID set in the LendingPoolAddressesProvider contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_PRICEORACLEUPDATED
Lendingpooladdressesprovider Priceoracleupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
newaddress | The new address of the PriceOracle contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_PROXYCREATED
Lendingpooladdressesprovider Proxycreated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction that triggered the event. | string |
event_index | The index of the event within the transaction. | integer |
id | ID of the lending pool. | string |
newaddress | The new address for the lending pool contract. | string |
contract_address | The address of the smart contract that emitted the event. | string |
Updated over 1 year ago