AAVE_ETHEREUM
These tables are built and maintained by Space and Time.
ETHLENDTOKEN_EVT_LOGBUY
Ethlendtoken Logbuy 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 |
owner | The address of the buyer. | string |
value_ | The amount of tokens bought. | string |
contract_address | The address of the smart contract. | string |
ETHLENDTOKEN_EVT_LOGBURN
Ethlendtoken Logburn 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 |
owner | The address of the buyer. | string |
value_ | The amount of tokens bought. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCORE_EVT_RESERVEUPDATED
Lendingpoolcore Reserveupdated 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 which has been 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 smart contract. | string |
AAVEPROPOSITIONPOWER_EVT_MINTERADDED
Aavepropositionpower Minteradded 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 |
account | The address of the account that was added as a minter. | string |
contract_address | The address of the smart contract. | string |
AAVEPROPOSITIONPOWER_EVT_MINTERREMOVED
Aavepropositionpower Minterremoved 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 |
account | The Ethereum address of the minter that was removed. | string |
contract_address | The address of the smart contract. | string |
STAKEDAAVE_EVT_ASSETCONFIGUPDATED
Stakedaave 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. | string |
emission | The new emission rate of the asset. | string |
contract_address | The address of the smart contract. | string |
STAKEDAAVE_EVT_ASSETINDEXUPDATED
Stakedaave 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 value for the asset. | string |
contract_address | The address of the smart contract. | string |
STAKEDAAVE_EVT_COOLDOWN
Stakedaave Cooldown 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 initiated the cooldown. | string |
contract_address | The address of the smart contract. | string |
STAKEDAAVE_EVT_REDEEM
Stakedaave Redeem 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 |
from_ | The address that redeemed the Staked Aave tokens. | string |
to_ | The destination address of the redeemed tokens. | string |
amount | The amount of Staked Aave tokens redeemed. | string |
contract_address | The address of the smart contract. | string |
STAKEDAAVE_EVT_REWARDSACCRUED
Stakedaave 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 by the user. | string |
contract_address | The address of the smart contract. | string |
STAKEDAAVE_EVT_REWARDSCLAIMED
Stakedaave 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 |
from_ | The address of the user who claimed the rewards. | string |
to_ | The address of the account where the rewards were transferred. | string |
amount | The amount of rewards claimed. | string |
contract_address | The address of the smart contract. | string |
STAKEDAAVE_EVT_SNAPSHOTDONE
Stakedaave Snapshotdone 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 |
owner | The address of the account that initiated the snapshot. | string |
oldvalue | The previous value of the snapshot counter. | string |
newvalue | The new value of the snapshot counter after the snapshot was taken. | string |
contract_address | The address of the smart contract. | string |
STAKEDAAVE_EVT_STAKED
Stakedaave Staked 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 |
from_ | The address of the user who performed the staking action. | string |
onbehalfof | The address of the entity on whose behalf the user performed the staking action (if any). | string |
amount | The amount of AAVE tokens staked. | string |
contract_address | The address of the smart contract. | string |
STAKEDAAVE_EVT_USERINDEXUPDATED
Stakedaave 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 has been updated. | string |
asset | The asset for which the user's index has been updated. | string |
index | The updated index value for the user. | string |
contract_address | The address of the smart contract. | string |
AAVECOLLATERALVAULTPROXY_EVT_BORROW
Aavecollateralvaultproxy 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 |
vault | The address of the collateral vault used for borrowing. | string |
owner | The address of the borrower. | string |
reserve | The address of the underlying asset being borrowed. | string |
amount | The amount of the underlying asset borrowed. | string |
contract_address | The address of the smart contract. | string |
AAVECOLLATERALVAULTPROXY_EVT_DECREASELIMIT
Aavecollateralvaultproxy Decreaselimit 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 collateral vault contract. | string |
owner | The address of the owner of the collateral vault. | string |
spender | The address of the account whose collateral limit was decreased. | string |
limit | The new collateral limit of the account. | string |
contract_address | The address of the smart contract. | string |
AAVECOLLATERALVAULTPROXY_EVT_DEPLOYVAULT
Aavecollateralvaultproxy Deployvault 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 newly deployed collateral vault. | string |
owner | The address of the user who owns the new collateral vault. | string |
asset | The address of the asset that is being used as collateral in the new collateral vault. | string |
contract_address | The address of the smart contract. | string |
AAVECOLLATERALVAULTPROXY_EVT_DEPOSIT
Aavecollateralvaultproxy 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 |
vault | The address of the vault where the deposit was made. | string |
owner | The address of the user who made the deposit. | string |
reserve | The address of the asset reserve where the deposit was made. | string |
amount | The amount of asset deposited. | string |
contract_address | The address of the smart contract. | string |
AAVECOLLATERALVAULTPROXY_EVT_INCREASELIMIT
Aavecollateralvaultproxy Increaselimit 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 collateral vault contract. | string |
owner | The address of the account that owns the collateral vault. | string |
spender | The address of the entity that increased the borrow limit. | string |
limit | The new borrow limit after the increase. | string |
contract_address | The address of the smart contract. | string |
AAVECOLLATERALVAULTPROXY_EVT_REPAY
Aavecollateralvaultproxy 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 |
vault | The address of the vault that the user repaid. | string |
owner | The address of the user who repaid the debt. | string |
reserve | The address of the asset that was used to repay the debt. | string |
amount | The amount of the asset that was used to repay the debt. | string |
contract_address | The address of the smart contract. | string |
AAVECOLLATERALVAULTPROXY_EVT_SETBORROW
Aavecollateralvaultproxy Setborrow 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 vault that the user repaid. | string |
owner | The address of the user who repaid the debt. | string |
reserve | The address of the asset that was used to repay the debt. | string |
contract_address | The address of the smart contract. | string |
AAVECOLLATERALVAULTPROXY_EVT_SETMODEL
Aavecollateralvaultproxy Setmodel 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 Vault contract. | string |
owner | The address of the owner of the Vault. | string |
model | The address of the new interest rate model contract. | string |
contract_address | The address of the smart contract. | string |
AAVECOLLATERALVAULTPROXY_EVT_WITHDRAW
Aavecollateralvaultproxy 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 |
vault | The address of the collateral vault. | string |
owner | The address of the owner of the collateral vault. | string |
reserve | The address of the reserve token. | string |
amount | The amount of tokens withdrawn. | string |
contract_address | The address of the smart contract. | string |
ATOKEN_EVT_BALANCETRANSFER
Atoken Balancetransfer 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 |
_from | The address from which the transfer occurred. | string |
_to | The address to which the transfer occurred. | string |
_value | The amount of aTokens transferred. | string |
_frombalanceincrease | The change in balance of the _from address due to the transfer. | string |
_tobalanceincrease | The change in balance of the _to address due to the transfer. | string |
_fromindex | The index of the _from address before the transfer. | string |
_toindex | The index of the _to address before the transfer. | string |
contract_address | The address of the smart contract. | string |
ATOKEN_EVT_BURNONLIQUIDATION
Atoken Burnonliquidation 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 |
_from | The address of the user whose tokens were burned. | string |
_value | The amount of aTokens burned. | string |
_frombalanceincrease | The change in the user's balance of aTokens after the burn. | string |
_fromindex | The index of the user's balance in the aToken's internal array of balances. | string |
contract_address | The address of the smart contract. | string |
ATOKEN_EVT_INTERESTREDIRECTIONALLOWANCECHANGED
Atoken Interestredirectionallowancechanged 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 |
_from | The address of the user. | string |
_to | The address to which the transfer occurred. | string |
contract_address | The address of the smart contract. | string |
ATOKEN_EVT_INTERESTSTREAMREDIRECTED
Atoken Intereststreamredirected 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 |
_from | The address from which the interest stream was redirected. | string |
_to | The address to which the interest stream was redirected. | string |
_redirectedbalance | The amount of redirected balance. | string |
_frombalanceincrease | The increase in the balance of the address from which the interest stream was redirected. | string |
_fromindex | The index of the address from which the interest stream was redirected. | string |
contract_address | The address of the smart contract. | string |
ATOKEN_EVT_MINTONDEPOSIT
Atoken Mintondeposit 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 |
_from | The address of the account that minted the aTokens. | string |
_value | The amount of aTokens that were minted. | string |
_frombalanceincrease | The increase in the balance of the _from account after minting the aTokens. | string |
_fromindex | The updated index of the _from account after minting the aTokens. | string |
contract_address | The address of the smart contract. | string |
ATOKEN_EVT_REDEEM
Atoken Redeem 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 |
_from | The address of the user who redeemed the tokens. | string |
_value | The amount of tokens redeemed. | string |
_frombalanceincrease | The increase in the balance of the user's account after the redemption. | string |
_fromindex | The index of the user's account in the global list of accounts. | string |
contract_address | The address of the smart contract. | string |
ATOKEN_EVT_REDIRECTEDBALANCEUPDATED
Atoken Redirectedbalanceupdated 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 |
_targetaddress | The address that the interest is being redirected to. | string |
_targetbalanceincrease | The increase in balance due to the redirection. | string |
_targetindex | The index of the address in the AToken's balance array. | string |
_redirectedbalanceadded | The amount of interest added to the redirected balance. | string |
_redirectedbalanceremoved | The amount of interest removed from the redirected balance. | string |
contract_address | The address of the smart 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 asset being borrowed. | string |
_user | The address of the user borrowing the funds. | string |
_amount | The amount of the asset being borrowed. | string |
_borrowratemode | The type of interest rate mode selected for the loan. | string |
_borrowrate | The interest rate of the loan. | string |
_originationfee | The origination fee charged for the loan. | string |
_borrowbalanceincrease | The increase in the user's borrow balance after the loan is taken. | string |
_referral | Referral code used to track user acquisition sources. | integer |
_timestamp | The timestamp of the block in which the event was emitted. | string |
contract_address | The address of the smart 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 where the deposit was made. | string |
_user | The address of the user who made the deposit. | string |
_amount | The amount of tokens deposited. | string |
_referral | An integer value indicating the referral used by the user to make the deposit. | integer |
_timestamp | A string representation of the timestamp when the deposit was made. | string |
contract_address | The address of the smart 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 contract that initiated the flash loan. | string |
_reserve | The address of the asset that was borrowed. | string |
_amount | The amount of the asset that was borrowed. | string |
_totalfee | The total fee charged for the flash loan, in the same asset that was borrowed. | string |
_protocolfee | The portion of the total fee that goes to the Aave protocol, in the same asset that was borrowed. | string |
_timestamp | The timestamp of the block in which the flash loan was executed. | string |
contract_address | The address of the smart 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 |
_collateral | The address of the collateral token. | string |
_reserve | The address of the reserve being liquidated. | string |
_user | The address of the user being liquidated. | string |
_purchaseamount | The amount of the reserve being liquidated. | string |
_liquidatedcollateralamount | The amount of collateral being liquidated. | string |
_accruedborrowinterest | The amount of accrued interest on the borrowed reserve being liquidated. | string |
_liquidator | The address of the liquidator. | string |
_receiveatoken | A boolean indicating whether the liquidator received aTokens or the underlying asset as proceeds from the liquidation. | boolean |
_timestamp | The timestamp of the liquidation. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOL_EVT_ORIGINATIONFEELIQUIDATED
Lendingpool Originationfeeliquidated 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 | The address of the collateral asset that was liquidated. | string |
_reserve | The address of the reserve asset that was borrowed. | string |
_user | The address of the borrower whose position was liquidated. | string |
_feeliquidated | The amount of origination fee that was liquidated from the borrower's position. | string |
_liquidatedcollateralforfee | The amount of collateral that was liquidated to pay for the origination fee. | string |
_timestamp | The timestamp of the block in which the transaction was included. | string |
contract_address | The address of the smart 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 borrower whose position was liquidated. | string |
_user | A string containing the address of the borrower whose position was liquidated. | string |
_newstablerate | The new stable borrowing rate after the adjustment. | string |
_borrowbalanceincrease | The increase in the borrower's debt balance due to the adjustment. | string |
_timestamp | The timestamp of the Ethereum block that included the transaction. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOL_EVT_REDEEMUNDERLYING
Lendingpool Redeemunderlying 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 underlying asset that is being redeemed. | string |
_user | The address of the user redeeming the underlying asset. | string |
_amount | The amount of underlying asset being redeemed. | string |
_timestamp | The timestamp of the Ethereum block that included the transaction. | string |
contract_address | The address of the smart 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 reserve asset being repaid. | string |
_user | The address of the user making the repayment. | string |
_repayer | The address of the account making the repayment on behalf of the user, if applicable. | string |
_amountminusfees | The amount of the repayment, minus any fees. | string |
_fees | The fees charged for the repayment. | string |
_borrowbalanceincrease | The amount by which the user's borrow balance increases as a result of the repayment. | string |
_timestamp | The timestamp of the block in which the transaction was included. | string |
contract_address | The address of the smart 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 reserve asset being repaid. | string |
_user | The address of the user making the repayment. | string |
contract_address | The address of the smart 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 reserve asset being repaid. | string |
_user | The address of the user making the repayment. | string |
contract_address | The address of the smart 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 asset being swapped. | string |
_user | The address of the user who performed the swap. | string |
_newratemode | The new interest rate mode selected by the user after the swap. | string |
_newrate | The new interest rate after the swap. | string |
_borrowbalanceincr ease | The amount by which the user's borrow balance increases as a result of the swap. | string |
_timestamp | The timestamp of the block in which the transaction was included. | string |
contract_address | The address of the smart contract. | string |
LENDTOAAVEMIGRATOR_EVT_LENDMIGRATED
Lendtoaavemigrator Lendmigrated 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 |
sender | The address of the sender of the transaction. | string |
amount | The amount of tokens that were migrated. | string |
contract_address | The address of the smart contract. | string |
AAVETOKEN_EVT_SNAPSHOTDONE
Aavetoken Snapshotdone 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 |
owner | This column represents the owner of the_EVT_tokens. | string |
oldvalue | This column represents the old value of the_EVT_tokens before the snapshot was taken. | string |
newvalue | This column represents the new value of the_EVT_tokens after the snapshot was taken. | string |
contract_address | The address of the smart contract. | string |
AAVEGENESISPROPOSALPAYLOAD_EVT_PROPOSALEXECUTED
Aavegenesisproposalpayload Proposalexecuted 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 |
proposalexecuted | The event that executed the proposal. | string |
contract_address | The address of the smart contract. | string |
ASSETVOTINGWEIGHTPROVIDER_EVT_ASSETWEIGHTSET
Assetvotingweightprovider Assetweightset 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 weight was updated. | string |
setter | The address that set the new weight value. | string |
weight | The new weight value set for the asset. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_ETHEREUMADDRESSUPDATED
Lendingpooladdressesprovider Ethereumaddressupdated 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 Ethereum address that was updated. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_FEEPROVIDERUPDATED
Lendingpooladdressesprovider Feeproviderupdated 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 Ethereum address that was updated. | 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 Ethereum address that was updated. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLCOREUPDATED
Lendingpooladdressesprovider Lendingpoolcoreupdated 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 Ethereum address that was updated. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLDATAPROVIDERUPDATED
Lendingpooladdressesprovider Lendingpooldataproviderupdated 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 Ethereum address that was updated. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLLIQUIDATIONMANAGERUPDATED
Lendingpooladdressesprovider Lendingpoolliquidationmanagerupdated 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 Ethereum address that was updated. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLMANAGERUPDATED
Lendingpooladdressesprovider Lendingpoolmanagerupdated 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 Ethereum address that was updated. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_LENDINGPOOLPARAMETERSPROVIDERUPDATED
Lendingpooladdressesprovider Lendingpoolparametersproviderupdated 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 Ethereum address that was updated. | 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 Ethereum address that was updated. | 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 Ethereum address that was updated. | 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 Ethereum address that was updated. | 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 that was created. | string |
newaddress | The new Ethereum address that was updated. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDER_EVT_TOKENDISTRIBUTORUPDATED
Lendingpooladdressesprovider Tokendistributorupdated 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 Ethereum address that was updated. | string |
contract_address | The address of the smart contract. | string |
GOVERNANCEPARAMSPROVIDER_EVT_ASSETVOTINGWEIGHTPROVIDERSET
Governanceparamsprovider Assetvotingweightproviderset 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 |
setter | The address that set the new asset voting weight provider address. | string |
assetvotingweightprovider | The new asset voting weight provider address. | string |
contract_address | The address of the smart contract. | string |
GOVERNANCEPARAMSPROVIDER_EVT_PROPOSITIONPOWERSET
Governanceparamsprovider Propositionpowerset 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 |
setter | The address that set the new asset voting weight provider address. | string |
propositionpower | The new proposition power value set for the governance system. | string |
contract_address | The address of the smart contract. | string |
GOVERNANCEPARAMSPROVIDER_EVT_PROPOSITIONPOWERTHRESHOLDSET
Governanceparamsprovider Propositionpowerthresholdset 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 |
setter | The address that set the new proposition power threshold value. | string |
propositionpowerthreshold | The new proposition power threshold value set for the governance system. | string |
contract_address | The address of the smart contract. | string |
Updated 4 months ago