AAVE_V2_AVALANCHE_C
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. | string |
event_index | The index of the event in the transaction logs. | integer |
newaddress | The new address added to the registry. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDERREGISTRY_EVT_ADDRESSESPROVIDERUNREGISTERED
Lendingpooladdressesproviderregistry 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 |
newaddress | The address removed from the registry. | string |
contract_address | The address of the smart contract. | string |
BASEINCENTIVESCONTROLLER_EVT_ASSETCONFIGUPDATED
Baseincentivescontroller 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 address of the asset for which the configuration was updated. | string |
emission | The updated emission rate for the asset. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
BASEINCENTIVESCONTROLLER_EVT_ASSETINDEXUPDATED
Baseincentivescontroller Assetindexupdated 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 index was updated. | string |
index | The new index of the asset. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
BASEINCENTIVESCONTROLLER_EVT_CLAIMERSET
Baseincentivescontroller 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 address of the user whose claimer was set. | string |
claimer | The address of the new claimer. | string |
contract_address | The address of the smart contract. | string |
BASEINCENTIVESCONTROLLER_EVT_DISTRIBUTIONENDUPDATED
Baseincentivescontroller Distributionendupdated 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 |
newdistributionend | The new distribution end timestamp. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
BASEINCENTIVESCONTROLLER_EVT_REWARDSACCRUED
Baseincentivescontroller Rewardsaccrued 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 accrued the rewards. | string |
amount | The amount of rewards accrued. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
BASEINCENTIVESCONTROLLER_EVT_REWARDSCLAIMED
Baseincentivescontroller 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 |
to_ | The address the rewards were sent to. | string |
claimer | The address of the user who claimed the rewards. | string |
amount | The amount of rewards claimed. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
BASEINCENTIVESCONTROLLER_EVT_REWARDSVAULTUPDATED
Baseincentivescontroller Rewardsvaultupdated 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 |
vault | The address of the updated rewards vault. | string |
contract_address | The address of the smart contract. | string |
BASEINCENTIVESCONTROLLER_EVT_USERINDEXUPDATED
Baseincentivescontroller Userindexupdated 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 index was updated. | string |
asset | The address of the asset associated with the index. | string |
index | The updated index value. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOL_EVT_BORROW
Lendingpool 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 from which the user borrowed. | string |
user_ | The address of the borrower. | string |
onbehalfof | The address of the user on whose behalf the borrower is borrowing. | string |
amount | The amount of the borrowed asset. | string |
borrowratemode | The type of interest rate model used for the loan. | string |
borrowrate | The interest rate of the loan. | string |
referral | The referral code used for the loan. | integer |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOL_EVT_DEPOSIT
Lendingpool Deposit 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 to which the user deposited. | string |
user_ | The address of the depositor. | string |
onbehalfof | The address of the user on whose behalf the depositor is depositing. | string |
amount | The amount of the deposited asset. | string |
referral | The referral code used for the deposit. | integer |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOL_EVT_FLASHLOAN
Lendingpool 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 of the smart contract to which the flash loan was sent. | string |
initiator | The address of the smart contract that initiated the flash loan. | string |
asset | The address of the asset that was used for the flash loan. | string |
amount | The amount of the asset that was borrowed. | string |
premium | The fee paid for the flash loan. | string |
referralcode | The referral code used for the flash loan. | integer |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOL_EVT_LIQUIDATIONCALL
Lendingpool 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 asset being liquidated. | string |
debtasset | The address of the asset being repaid. | string |
user_ | The address of the user being liquidated. | string |
debttocover | The amount of debt to be covered by the liquidation. | string |
liquidatedcollateralamount | The amount of collateral being liquidated. | string |
liquidator | The address of the liquidator. | string |
receiveatoken | Indicates whether the user received aToken or not. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOL_EVT_PAUSED
Lendingpool Paused 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 |
paused | Indicates whether the LendingPool is paused or not. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOL_EVT_REBALANCESTABLEBORROWRATE
Lendingpool 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 being rebalanced. | string |
user_ | The address of the user performing the rebalance. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOL_EVT_REPAY
Lendingpool 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 asset being repaid. | string |
user_ | The address of the user repaying the asset. | string |
repayer | The address of the account repaying on behalf of. | string |
amount | The amount of the asset being repaid. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOL_EVT_RESERVEDATAUPDATED
Lendingpool 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 that was updated. | string |
liquidityrate | The new liquidity rate of the reserve. | string |
stableborrowrate | The new stable borrow rate of the reserve. | string |
variableborrowrate | The new variable borrow rate of the reserve. | string |
liquidityindex | The new liquidity index of the reserve. | string |
variableborrowindex | The new variable borrow index of the reserve. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOL_EVT_RESERVEUSEDASCOLLATERALDISABLED
Lendingpool 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 that was disabled as collateral. | 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 |
LENDINGPOOL_EVT_RESERVEUSEDASCOLLATERALENABLED
Lendingpool 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 that was enabled as collateral. | string |
user_ | The address of the user who enabled the reserve as collateral. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOL_EVT_SWAP
Lendingpool Swap 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 involved in the swap. | string |
user_ | The address of the user who initiated the swap. | string |
ratemode | The rate mode used in the swap (1 for stable, 2 for variable) | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOL_EVT_UNPAUSED
Lendingpool Unpaused 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 |
unpaused | Whether the lending pool was unpaused or not. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOL_EVT_WITHDRAW
Lendingpool 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 reserve address where amount was withdrawn from. | string |
user_ | The address of user withdrawing the amount. | string |
to_ | The address where the amount was withdrawn to. | string |
amount | The amount of tokens withdrawn. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOLCOLLATERALMANAGER_EVT_LIQUIDATIONCALL
Lendingpoolcollateralmanager 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 |
collateral | Address of the collateral token. | string |
principal | Amount of principal being liquidated. | string |
user_ | Address of the user being liquidated. | string |
debttocover | Amount of debt being covered. | string |
liquidatedcollateralamount | Amount of collateral being liquidated. | string |
liquidator | Address of the liquidator. | string |
receiveatoken | Whether or not the liquidator received collateral tokens. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOLCOLLATERALMANAGER_EVT_RESERVEUSEDASCOLLATERALDISABLED
Lendingpoolcollateralmanager 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 | Address of the reserve token that was disabled as collateral. | string |
user_ | Address of the user that had their reserve disabled as collateral. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOLCOLLATERALMANAGER_EVT_RESERVEUSEDASCOLLATERALENABLED
Lendingpoolcollateralmanager 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 | Address of the reserve token that was enabled as collateral. | string |
user_ | Address of the user that had their reserve enabled as collateral. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
AAVEORACLEV2_EVT_ASSETSOURCEUPDATED
Aaveoraclev2 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 address of the asset. | string |
source | The address of the source. | string |
contract_address | The address of the smart contract. | string |
AAVEORACLEV2_EVT_BASECURRENCYSET
Aaveoraclev2 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 address of the base currency. | string |
basecurrencyunit | The base currency's units | string |
contract_address | The address of the smart contract. | string |
AAVEORACLEV2_EVT_FALLBACKORACLEUPDATED
Aaveoraclev2 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 address of the fallback oracle. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_ATOKENUPGRADED
Lendingpoolconfigurator 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 being upgraded. | string |
proxy | The address of the proxy contract. | string |
implementation | The address of the new implementation contract. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_BORROWINGDISABLEDONRESERVE
Lendingpoolconfigurator Borrowingdisabledonreserve 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 on which borrowing was disabled. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_BORROWINGENABLEDONRESERVE
Lendingpoolconfigurator Borrowingenabledonreserve 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 on which borrowing was enabled. | string |
stablerateenabled | True if the stable rate is enabled for borrowing. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_COLLATERALCONFIGURATIONCHANGED
Lendingpoolconfigurator 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 asset whose collateral configuration was changed. | string |
ltv | The new loan-to-value ratio for the asset | string |
liquidationthreshold | The new liquidation threshold for the asset. | string |
liquidationbonus | The new liquidation bonus for the asset. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEACTIVATED
Lendingpoolconfigurator Reserveactivated 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 that was activated. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEDEACTIVATED
Lendingpoolconfigurator Reservedeactivated 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 that was deactivated. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEDECIMALSCHANGED
Lendingpoolconfigurator Reservedecimalschanged 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 decimals were changed. | string |
decimals | The new value of the decimals of the asset. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEFACTORCHANGED
Lendingpoolconfigurator 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 asset whose factor was changed. | string |
factor | The new value of the factor of the asset. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEFROZEN
Lendingpoolconfigurator 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 address of the asset that was frozen. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEINITIALIZED
Lendingpoolconfigurator 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 address of the asset that was initialized. | string |
atoken | The address of the corresponding aToken. | string |
stabledebttoken | The address of the corresponding stable debt token. | string |
variabledebttoken | The address of the corresponding variable debt token. | string |
interestratestrategyaddress | The address of the interest rate strategy contract used by the asset. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEINTERESTRATESTRATEGYCHANGED
Lendingpoolconfigurator 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 address of the asset that had its interest rate strategy changed. | string |
strategy | The address of the new interest rate strategy contract used by the asset. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_RESERVEUNFROZEN
Lendingpoolconfigurator Reserveunfrozen 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 that was unfrozen. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_STABLEDEBTTOKENUPGRADED
Lendingpoolconfigurator 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 upgraded to a stable debt token. | string |
proxy | The proxy address used to upgrade the contract. | string |
implementation | The new implementation address. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_STABLERATEDISABLEDONRESERVE
Lendingpoolconfigurator Stableratedisabledonreserve 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 stable rate was disabled. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_STABLERATEENABLEDONRESERVE
Lendingpoolconfigurator Stablerateenabledonreserve 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 stable rate was enabled. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATOR_EVT_VARIABLEDEBTTOKENUPGRADED
Lendingpoolconfigurator 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 asset upgraded to a variable debt token. | string |
proxy | The proxy address used to upgrade the contract. | string |
implementation | The address of the new implementation contract that was deployed. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_ADDRESSSET
Lendingpooladdressesprovider 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 | ID of the event. | string |
newaddress | The new address that was set. | string |
hasproxy | A flag indicating whether the new address has a proxy. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_CONFIGURATIONADMINUPDATED
Lendingpooladdressesprovider Configurationadminupdated 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 |
newaddress | The new address that was set. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_EMERGENCYADMINUPDATED
Lendingpooladdressesprovider Emergencyadminupdated 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 |
newaddress | The new address that was set. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLCOLLATERALMANAGERUPDATED
Lendingpooladdressesprovider Lendingpoolcollateralmanagerupdated 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 |
newaddress | The new address that was set. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLCONFIGURATORUPDATED
Lendingpooladdressesprovider Lendingpoolconfiguratorupdated 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 |
newaddress | The new address of the LendingPoolConfigurator. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLUPDATED
Lendingpooladdressesprovider Lendingpoolupdated 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 |
newaddress | The new address of the LendingPool. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGRATEORACLEUPDATED
Lendingpooladdressesprovider Lendingrateoracleupdated 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 |
newaddress | The new address of the LendingRateOracle. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_MARKETIDSET
Lendingpooladdressesprovider 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 |
newmarketid | The new market ID added to the LendingPool. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_PRICEORACLEUPDATED
Lendingpooladdressesprovider 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 |
newaddress | The new address for the Price Oracle contract. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_PROXYCREATED
Lendingpooladdressesprovider 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 new proxy contract created. | string |
newaddress | The address of the new proxy contract created. | string |
contract_address | The address of the smart contract. | string |
Updated about 1 month ago