AAVE_V2_ETHEREUM
These tables are built and maintained by Space and Time.
VARIABLEDEBTTOKENV3_EVT_BORROWALLOWANCEDELEGATED
Variabledebttokenv3 Borrowallowancedelegated 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 |
fromuser | The address of the user that delegated the borrow allowance. | string |
touser | The address of the user that received the delegated borrow allowance. | string |
asset | The address of the asset that was borrowed. | string |
amount | The amount of the asset that was borrowed. | string |
contract_address | The address of the smart contract. | string |
VARIABLEDEBTTOKENV3_EVT_BURN
Variabledebttokenv3 Burn 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 that burned the tokens. | string |
amount | The amount of tokens that were burned. | string |
index | The index of the burned tokens. | string |
contract_address | The address of the smart contract. | string |
VARIABLEDEBTTOKENV3_EVT_MINT
Variabledebttokenv3 Mint 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 that initiated the minting of tokens. | string |
onbehalfof | The address of the user on whose behalf the tokens were minted. | string |
value_ | The amount of tokens that were minted. | string |
index | The amount of tokens that were minted. | string |
contract_address | The address of the smart contract. | string |
ARCTIMELOCK_EVT_ACTIONSSETCANCELED
Arctimelock Actionssetcanceled 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 identifier of the canceled action set. | string |
contract_address | The address of the smart contract. | string |
ARCTIMELOCK_EVT_ACTIONSSETEXECUTED
Arctimelock Actionssetexecuted 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 identifier of the executed action set. | string |
initiatorexecution | The address of the user that initiated the execution of the action set. | string |
returneddata | The data returned by the execution of the action set. | string |
contract_address | The address of the smart contract. | string |
ARCTIMELOCK_EVT_ACTIONSSETQUEUED
Arctimelock Actionssetqueued 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 identifier of the queued action set. | string |
targets | The array of addresses of the contracts that the action set will call. | string |
values_ | The array of values (in wei) that the action set will pass as ETH to the respective contract calls. | string |
signatures | The array of function signatures of the methods that will be called in the contracts. | string |
calldatas | The array of calldata parameters that will be passed to the respective contract calls. | string |
withdelegatecalls | A boolean indicating if delegatecall should be used instead of a regular call. | boolean |
executiontime | The timestamp at which the action set will be executed. | string |
contract_address | The address of the smart contract. | string |
ARCTIMELOCK_EVT_DELAYUPDATE
Arctimelock Delayupdate 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 |
previousdelay | The previous delay (in seconds) for executing queued actions. | string |
newdelay | The new delay (in seconds) for executing queued actions. | string |
contract_address | The address of the smart contract. | string |
ARCTIMELOCK_EVT_ETHEREUMGOVERNANCEEXECUTORUPDATE
Arctimelock Ethereumgovernanceexecutorupdate 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 |
previousethereumgovernanceexecutor | The address of the previous Ethereum governance executor. | string |
newethereumgovernanceexecutor | The address of the new Ethereum governance executor. | string |
contract_address | The address of the smart contract. | string |
ARCTIMELOCK_EVT_GRACEPERIODUPDATE
Arctimelock Graceperiodupdate 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 |
previousgraceperiod | The previous value of the grace period, expressed in seconds. | string |
newgraceperiod | The new value of the grace period, expressed in seconds. | string |
contract_address | The address of the smart contract. | string |
ARCTIMELOCK_EVT_GUARDIANUPDATE
Arctimelock Guardianupdate 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 |
previousguardian | The previous address of the guardian. | string |
newguardian | The new address of the guardian. | string |
contract_address | The address of the smart contract. | string |
ARCTIMELOCK_EVT_MAXIMUMDELAYUPDATE
Arctimelock Maximumdelayupdate 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 |
previousmaximumdelay | The previous maximum delay value. | string |
newmaximumdelay | The new maximum delay value. | string |
contract_address | The address of the smart contract. | string |
ARCTIMELOCK_EVT_MINIMUMDELAYUPDATE
Arctimelock Minimumdelayupdate 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 |
previousminimumdelay | The previous minimum delay in seconds for executing timelocked transactions. | string |
newminimumdelay | The new minimum delay in seconds for executing timelocked transactions. | string |
contract_address | The address of the smart contract. | string |
PERMISSIONMANAGER_EVT_PERMISSIONSADMINSET
Permissionmanager Permissionsadminset 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 permission status was updated. | string |
set_ | This indicating whether the permission was set or removed (true = granted, false = removed). | boolean |
contract_address | The address of the smart contract. | string |
PERMISSIONMANAGER_EVT_ROLESET
Permissionmanager Roleset 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 role is being set. | string |
role_ | The role that is being set for the user. | string |
whitelister | The address of the user who is setting the role (optional). | string |
set_ | Boolean indicating whether the role is being added (true) or removed (false). | boolean |
contract_address | The address of the smart contract. | string |
EXECUTORV2_EVT_CANCELLEDACTION
Executorv2 Cancelledaction 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 |
actionhash | The hash of the cancelled action. | string |
target | The target address of the cancelled action. | string |
value_ | The ETH value of the cancelled action. | string |
signature | The function signature of the cancelled action. | string |
data_ | The encoded data of the cancelled action. | string |
executiontime | The execution time of the cancelled action. | string |
withdelegatecall | Whether the cancelled action was made with a delegate call. | boolean |
contract_address | The address of the smart contract. | string |
EXECUTORV2_EVT_EXECUTEDACTION
Executorv2 Executedaction 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 |
actionhash | The hash of the action that was executed. | string |
target | The address of the smart contract that was targeted by the action. | string |
value_ | The value of ether (in wei) that was sent along with the action. | string |
signature | The function signature of the method that was called. | string |
data_ | The input data that was sent along with the method call. | string |
executiontime | The time (in Unix timestamp format) at which the action was executed. | string |
withdelegatecall | A boolean indicating whether the action was executed using delegatecall. | boolean |
resultdata | The output data that was returned by the method call. | string |
contract_address | The address of the smart contract. | string |
EXECUTORV2_EVT_MINIMUMQUORUMUPDATED
Executorv2 Minimumquorumupdated 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 |
newminimumquorum | The new minimum quorum required for execution. | string |
contract_address | The address of the smart contract. | string |
EXECUTORV2_EVT_NEWADMIN
Executorv2 Newadmin 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 |
newadmin | The address of the new admin. | string |
contract_address | The address of the smart contract. | string |
EXECUTORV2_EVT_NEWDELAY
Executorv2 Newdelay 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 |
delay | The new delay time for execution of transactions. | string |
contract_address | The address of the smart contract. | string |
EXECUTORV2_EVT_NEWPENDINGADMIN
Executorv2 Newpendingadmin 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 |
newpendingadmin | The address of the new pending admin added to the executor contract. | string |
contract_address | The address of the smart contract. | string |
EXECUTORV2_EVT_PROPOSITIONTHRESHOLDUPDATED
Executorv2 Propositionthresholdupdated 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 |
newpropositionthreshold | The new proposition threshold. | string |
contract_address | The address of the smart contract. | string |
EXECUTORV2_EVT_QUEUEDACTION
Executorv2 Queuedaction 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 |
actionhash | The hash of the action that was queued. | string |
target | The address of the contract that will be called when the action is executed. | string |
value_ | The amount of ETH that will be sent with the action. | string |
signature | The function signature of the method that will be called. | string |
data_ | The data that will be passed to the method. | string |
executiontime | The time at which the action will be executed, represented as a Unix timestamp. | string |
withdelegatecall | A boolean flag that indicates whether the action will be executed using a delegate call or not. | boolean |
contract_address | The address of the smart contract. | string |
EXECUTORV2_EVT_VOTEDIFFERENTIALUPDATED
Executorv2 Votedifferentialupdated 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 |
newvotedifferential | The new value of the vote differential required for proposals to pass. | string |
contract_address | The address of the smart contract. | string |
EXECUTORV2_EVT_VOTINGDURATIONUPDATED
Executorv2 Votingdurationupdated 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 |
newvotingduration | The new duration for which a proposal can be voted on, in seconds. | string |
contract_address | The address of the smart contract. | string |
EXECUTOR_EVT_CANCELLEDACTION
Executor Cancelledaction 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 |
actionhash | The hash of the cancelled action. | string |
target | The target contract address of the cancelled action. | string |
value_ | The amount of ETH sent with the cancelled action. | string |
signature | The signature of the function called in the cancelled action. | string |
data_ | The calldata of the cancelled action. | string |
executiontime | The timestamp when the action would have been executed. | string |
withdelegatecall | Whether the action was intended to be called using delegatecall. | boolean |
contract_address | The address of the smart contract. | string |
EXECUTOR_EVT_EXECUTEDACTION
Executor Executedaction 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 |
actionhash | The hash of the action. | string |
target | The address of the contract to be called. | string |
value_ | The amount of ETH (in wei) to be sent with the transaction. | string |
signature | The function signature of the method to be called. | string |
data_ | The encoded data of the method to be called. | string |
executiontime | The timestamp of when the method was executed. | string |
withdelegatecall | A boolean indicating whether the method was called using delegatecall. | boolean |
resultdata | The output data of the method that was called. | string |
contract_address | The address of the smart contract. | string |
EXECUTOR_EVT_NEWADMIN
Executor Newadmin 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 |
newadmin | The address of the new admin added to the executor contract. | string |
contract_address | The address of the smart contract. | string |
EXECUTOR_EVT_NEWDELAY
Executor Newdelay 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 |
delay | The new delay value (in seconds) that was set for the executor contract. | string |
contract_address | The address of the smart contract. | string |
EXECUTOR_EVT_NEWPENDINGADMIN
Executor Newpendingadmin 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 |
newpendingadmin | The address of the new pending admin that was set for the executor contract. | string |
contract_address | The address of the smart contract. | string |
EXECUTOR_EVT_QUEUEDACTION
Executor Queuedaction 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 |
actionhash | The hash of the method call that was queued. | string |
target | The address of the contract that will be called when the method is executed. | string |
value_ | The amount of ETH (in wei) that will be sent with the transaction when the method is executed. | string |
signature | The function signature of the method that will be called. | string |
data_ | The encoded data of the method that will be called. | string |
executiontime | The timestamp when the method will be executed. | string |
withdelegatecall | A boolean indicating whether the method will be called using delegatecall. | boolean |
contract_address | The address of the smart contract. | string |
AAVEECOSYSTEMRESERVEV2_EVT_CANCELSTREAM
Aaveecosystemreservev2 Cancelstream 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 |
streamid | The ID of the stream that was cancelled. | string |
sender | The address of the sender who created the stream. | string |
recipient | The address of the recipient who was receiving the stream payments. | string |
senderbalance | The remaining balance of the sender's stream. | string |
recipientbalance | The remaining balance of the recipient's stream. | string |
contract_address | The address of the smart contract. | string |
AAVEECOSYSTEMRESERVEV2_EVT_CREATESTREAM
Aaveecosystemreservev2 Createstream 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 |
streamid | The ID of the newly created stream. | string |
sender | The address of the sender who created the stream. | string |
recipient | The address of the recipient who will receive the stream payments. | string |
deposit | The amount of the deposit that was made to the stream. | string |
tokenaddress | The address of the ERC-20 token used for the deposit. | string |
starttime | The start time of the stream. | string |
stoptime | The stop time of the stream. | string |
contract_address | The address of the smart contract. | string |
AAVEECOSYSTEMRESERVEV2_EVT_NEWFUNDSADMIN
Aaveecosystemreservev2 Newfundsadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
fundsadmin | The new funds admin address. | string |
contract_address | The address of the smart contract. | string |
AAVEECOSYSTEMRESERVEV2_EVT_WITHDRAWFROMSTREAM
Aaveecosystemreservev2 Withdrawfromstream 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 |
streamid | The ID of the stream from which funds were withdrawn. | string |
recipient | The address that received the withdrawn funds. | string |
amount | The amount of funds that were withdrawn. | string |
contract_address | The address of the smart contract. | string |
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 address of the newly registered LendingPoolAddressesProvider contract. | 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 of the provider that was unregistered. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENINCENTIVESCONTROLLER_EVT_ASSETCONFIGUPDATED
Stakedtokenincentivescontroller 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, in wei per second. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENINCENTIVESCONTROLLER_EVT_ASSETINDEXUPDATED
Stakedtokenincentivescontroller 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 being updated. | string |
index | The new index value for the asset. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENINCENTIVESCONTROLLER_EVT_CLAIMERSET
Stakedtokenincentivescontroller Claimerset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
user_ | The user for whom the claimer was set. | string |
claimer | The address of the account that is set as the claimer for the specified user. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENINCENTIVESCONTROLLER_EVT_DISTRIBUTIONENDUPDATED
Stakedtokenincentivescontroller 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 smart contract. | string |
STAKEDTOKENINCENTIVESCONTROLLER_EVT_REWARDSACCRUED
Stakedtokenincentivescontroller 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 |
STAKEDTOKENINCENTIVESCONTROLLER_EVT_REWARDSCLAIMED
Stakedtokenincentivescontroller 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 where the rewards were sent to. | string |
claimer | The address of the entity that executed the claim, which could be different from the user. | string |
amount | The amount of rewards claimed. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENINCENTIVESCONTROLLER_EVT_USERINDEXUPDATED
Stakedtokenincentivescontroller 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 asset for which the index was updated. | string |
index | The new value of the index for the user and asset. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCOLLATERALMANAGERV2_EVT_LIQUIDATIONCALL
Lendingpoolcollateralmanagerv2 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 being liquidated. | string |
principal | The amount of the underlying debt being liquidated. | string |
user_ | The address of the borrower whose position is being liquidated. | string |
debttocover | The amount of debt that will be covered by the liquidation. | string |
liquidatedcollateralamount | The amount of collateral that will be liquidated. | string |
liquidator | The address of the user performing the liquidation. | string |
receiveatoken | Whether the liquidator will receive aTokens or the underlying asset. | boolean |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCOLLATERALMANAGERV2_EVT_RESERVEUSEDASCOLLATERALDISABLED
Lendingpoolcollateralmanagerv2 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 asset reserve that was disabled. | string |
user_ | The address of the user who disabled the use of the reserve. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCOLLATERALMANAGERV2_EVT_RESERVEUSEDASCOLLATERALENABLED
Lendingpoolcollateralmanagerv2 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 contract. | string |
user_ | The address of the user who enabled the reserve. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCOLLATERALMANAGERV2_EVT_SEIZED
Lendingpoolcollateralmanagerv2 Seized 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 collateral was seized. | string |
to_ | The address of the recipient of the seized collateral. | string |
asset | The address of the asset that was seized. | string |
amount | The amount of collateral that was seized. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFE_EVT_ADDEDOWNER
Gnosissafe Addedowner 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 new owner added to the Gnosis Safe. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFE_EVT_APPROVEHASH
Gnosissafe Approvehash 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 |
approvedhash | The hash that was approved. | string |
owner | The owner that approved the hash. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFE_EVT_CHANGEDMASTERCOPY
Gnosissafe Changedmastercopy 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 |
mastercopy | The address of the new master copy contract. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFE_EVT_CHANGEDTHRESHOLD
Gnosissafe Changedthreshold 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 |
threshold | The new threshold required for executing transactions. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFE_EVT_DISABLEDMODULE
Gnosissafe Disabledmodule 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 |
module_ | The address of the module that was disabled. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFE_EVT_ENABLEDMODULE
Gnosissafe Enabledmodule 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 |
module_ | The address of the module that was enabled. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFE_EVT_EXECUTIONFAILURE
Gnosissafe Executionfailure 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 |
txhash | The hash of the transaction that failed to execute. | string |
payment | The amount of ether (in wei) attached to the transaction that failed to execute. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFE_EVT_EXECUTIONFROMMODULEFAILURE
Gnosissafe Executionfrommodulefailure 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 |
module_ | The address of the module from which the transaction was attempted to be executed. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFE_EVT_EXECUTIONFROMMODULESUCCESS
Gnosissafe Executionfrommodulesuccess 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 |
module_ | The address of the module that executed the transaction. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFE_EVT_EXECUTIONSUCCESS
Gnosissafe Executionsuccess 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 |
txhash | The hash of the successful execution transaction. | string |
payment | The amount of ether sent in the transaction. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFE_EVT_REMOVEDOWNER
Gnosissafe Removedowner 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 removed owner. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFE_EVT_SIGNMSG
Gnosissafe Signmsg 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 |
msghash | The hash of the message that was signed. | string |
contract_address | The address of the smart contract. | string |
VARIABLEDEBTTOKENV1_EVT_BORROWALLOWANCEDELEGATED
Variabledebttokenv1 Borrowallowancedelegated 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 |
fromuser | The address of the user who delegated the allowance. | string |
touser | The address of the user who received the allowance. | string |
asset | The address of the asset being borrowed. | string |
amount | The amount of the asset that can be borrowed. | string |
contract_address | The address of the smart contract. | string |
VARIABLEDEBTTOKENV1_EVT_BURN
Variabledebttokenv1 Burn 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 burned the tokens. | string |
amount | The amount of tokens that were burned. | string |
index | The index of the debt position. | string |
contract_address | The address of the smart contract. | string |
VARIABLEDEBTTOKENV1_EVT_INITIALIZED
Variabledebttokenv1 Initialized 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 |
underlyingasset | The address of the underlying asset. | string |
pool | The address of the lending pool. | string |
incentivescontroller | The address of the incentives controller contract. | string |
debttokendecimals | The number of decimals of the debt token. | smallint |
debttokenname | The name of the debt token. | string |
debttokensymbol | The symbol of the debt token. | string |
params | Additional parameters. | string |
contract_address | The address of the smart contract. | string |
VARIABLEDEBTTOKENV1_EVT_MINT
Variabledebttokenv1 Mint 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 initiated the minting. | string |
onbehalfof | The address of the account on whose behalf the minting was initiated (if any). | string |
value_ | The amount of debt tokens that were minted. | string |
index | The index of the debt position that was minted. | string |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_BORROW
Permissionedlendingpool 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 who initiated the borrow transaction. | string |
onbehalfof | The address of the user on whose behalf the borrow transaction was initiated, if any. | string |
amount | The amount of the asset borrowed. | string |
borrowratemode | The mode of the borrowing rate. | string |
borrowrate | The interest rate at which the asset is borrowed. | string |
referral | The referral code associated with the borrow transaction, if any. | integer |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_DEPOSIT
Permissionedlendingpool 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 funds were deposited. | string |
user_ | The address of the user who deposited the funds. | string |
onbehalfof | The address of the user on whose behalf the funds were deposited, if any. | string |
amount | The amount of funds deposited. | string |
referral | The referral code used for the deposit, if any. | integer |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_FLASHLOAN
Permissionedlendingpool 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 to which the flash loan is being initiated. | string |
initiator | The address of the account that initiated the flash loan. | string |
asset | The address of the asset being borrowed. | string |
amount | The amount of the asset being borrowed. | string |
premium | The premium paid for the flash loan. | string |
referralcode | The referral code for the flash loan. | integer |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_LIQUIDATIONCALL
Permissionedlendingpool Liquidationcall model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
collateralasset | The address of the collateral asset. | string |
debtasset | The address of the debt asset. | string |
user_ | The address of the borrower. | string |
debttocover | The amount of debt to cover with the liquidation. | string |
liquidatedcollateralamount | The amount of collateral liquidated. | string |
liquidator | The address of the liquidator. | string |
receiveatoken | The liquidator received Aave interest-bearing tokens for the collateral or not. | boolean |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_PAUSED
Permissionedlendingpool 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 lending pool has been paused or unpaused. | string |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_REBALANCESTABLEBORROWRATE
Permissionedlendingpool 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 name or identifier of the reserve that was affected by the event. | string |
user_ | The address or identifier of the user who was involved in the event. | string |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_REPAY
Permissionedlendingpool 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 name or identifier of the reserve that was affected by the event. | string |
user_ | The address or identifier of the user who received the repayment. | string |
repayer | The address or identifier of the user who made the repayment. | string |
amount | The amount of the repayment, expressed in the units of the reserve. | string |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_RESERVEDATAUPDATED
Permissionedlendingpool 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 name or identifier of the reserve that was updated. | string |
liquidityrate | The updated interest rate for lenders who provide liquidity to the reserve. | string |
stableborrowrate | The updated stable interest rate for borrowers who borrow from the reserve using a fixed interest rate. | string |
variableborrowrate | The updated variable interest rate for borrowers who borrow from the reserve using a floating interest rate. | string |
liquidityindex | The updated liquidity index for the reserve, which is used to calculate the interest accrued by lenders. | string |
variableborrowindex | The updated variable borrow index for the reserve, which is used to calculate the interest accrued by borrowers who use a floating interest rate. | string |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_RESERVEUSEDASCOLLATERALDISABLED
Permissionedlendingpool 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 name or identifier of the reserve that was disabled as collateral. | string |
user_ | The address or identifier of the user who triggered the reserve to be disabled. | string |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_RESERVEUSEDASCOLLATERALENABLED
Permissionedlendingpool 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 name or identifier of the reserve that was enabled as collateral. | string |
user_ | The address or identifier of the user who triggered the reserve to be enabled. | string |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_SWAP
Permissionedlendingpool 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 name or identifier of the reserve involved in the swap. | string |
user_ | The address or identifier of the user who triggered the swap. | string |
ratemode | The type of interest rate mode used for the reserve. | string |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_UNPAUSED
Permissionedlendingpool 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 | A boolean or binary value indicating whether the pool was successfully unpaused. | string |
contract_address | The address of the smart contract. | string |
PERMISSIONEDLENDINGPOOL_EVT_WITHDRAW
Permissionedlendingpool Withdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve from which the funds were withdrawn. | string |
user_ | The address of the user who withdrew the funds. | string |
to_ | The address to which the withdrawn funds were sent. | string |
amount | The amount of funds that were withdrawn. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_ATOKENUPGRADED
Lendingpoolconfiguratorv2 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 address of the underlying asset of the aToken. | string |
proxy | The address of the proxy contract of the aToken. | string |
implementation | The address of the new implementation contract of the aToken. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_BORROWINGDISABLEDONRESERVE
Lendingpoolconfiguratorv2 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 address of the asset for which borrowing has been disabled. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_BORROWINGENABLEDONRESERVE
Lendingpoolconfiguratorv2 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 address of the underlying asset for the reserve where borrowing has been enabled. | string |
stablerateenabled | A boolean value indicating whether stable rate borrowing has been enabled on the reserve. | boolean |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_COLLATERALCONFIGURATIONCHANGED
Lendingpoolconfiguratorv2 Collateralconfigurationchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the underlying asset. | string |
ltv | The updated loan-to-value ratio. | string |
liquidationthreshold | The updated liquidation threshold. | string |
liquidationbonus | The updated liquidation bonus. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_RESERVEACTIVATED
Lendingpoolconfiguratorv2 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 underlying asset of the reserve. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_RESERVEDEACTIVATED
Lendingpoolconfiguratorv2 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 reserve asset that was deactivated. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_RESERVEDECIMALSCHANGED
Lendingpoolconfiguratorv2 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 reserve asset. | string |
decimals | The new number of decimals for the reserve asset. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_RESERVEFACTORCHANGED
Lendingpoolconfiguratorv2 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 reserve asset. | string |
factor | The new reserve factor, represented as a string with 27 decimal places. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_RESERVEFROZEN
Lendingpoolconfiguratorv2 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 reserve asset. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_RESERVEINITIALIZED
Lendingpoolconfiguratorv2 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 the reserve was initialized for. | string |
atoken | The address of the AToken contract that represents the reserve on the lending pool. | string |
stabledebttoken | The address of the stable debt token contract that is used to borrow stable coins against the reserve. | string |
variabledebttoken | The address of the variable debt token contract that is used to borrow variable-rate debt against the reserve. | string |
interestratestrategyaddress | The address of the contract that implements the interest rate strategy for the reserve. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_RESERVEINTERESTRATESTRATEGYCHANGED
Lendingpoolconfiguratorv2 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 for which the interest rate strategy was changed. | string |
strategy | The address of the new interest rate strategy contract. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_RESERVEUNFROZEN
Lendingpoolconfiguratorv2 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 |
LENDINGPOOLCONFIGURATORV2_EVT_STABLEDEBTTOKENUPGRADED
Lendingpoolconfiguratorv2 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 address of the asset for which the stable debt token has been upgraded. | string |
proxy | The address of the proxy contract for the stable debt token. | string |
implementation | The address of the new implementation contract for the stable debt token. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_STABLERATEDISABLEDONRESERVE
Lendingpoolconfiguratorv2 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 address of the underlying asset of the reserve. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_STABLERATEENABLEDONRESERVE
Lendingpoolconfiguratorv2 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 address of the underlying asset. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLCONFIGURATORV2_EVT_VARIABLEDEBTTOKENUPGRADED
Lendingpoolconfiguratorv2 Variabledebttokenupgraded model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The address of the underlying asset for which the variable debt token implementation was upgraded. | string |
proxy | The address of the proxy contract that manages the variable debt token implementation for the asset. | string |
implementation | The address of the new implementation contract for the variable debt token. | string |
contract_address | The address of the smart contract. | string |
LENDINGRATEORACLE_EVT_MARKETBORROWRATESET
Lendingrateoracle Marketborrowrateset 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 market borrow rate is being set. | string |
rate | The new market borrow rate for the asset. | string |
contract_address | The address of the smart contract. | string |
AAVETOKENV2_EVT_DELEGATECHANGED
Aavetokenv2 Delegatechanged 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 |
delegator | The address of the user whose delegation has changed. | string |
delegatee | The address of the user to whom the delegation has been changed. | string |
delegationtype | The type of delegation, represented as a small integer. | smallint |
contract_address | The address of the smart contract. | string |
AAVETOKENV2_EVT_DELEGATEDPOWERCHANGED
Aavetokenv2 Delegatedpowerchanged 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 delegated power has changed. | string |
amount | The new amount of delegated power of the user. | string |
delegationtype | The type of delegation for which the power has changed (0 for voting, 1 for proposition power). | smallint |
contract_address | The address of the smart contract. | string |
LENDINGPOOLV2_EVT_BORROW
Lendingpoolv2 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 that was borrowed. | string |
user_ | The address of the user who initiated the borrow transaction. | string |
onbehalfof | The address of the user on whose behalf the transaction was executed, if any. | string |
amount | The amount of the asset that was borrowed. | string |
borrowratemode | The type of borrow rate that was used (stable or variable). | string |
borrowrate | The interest rate at which the asset was borrowed. | string |
referral | An integer referral code associated with the borrower, if any. | integer |
contract_address | The address of the smart contract. | string |
LENDINGPOOLV2_EVT_DEPOSIT
Lendingpoolv2 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 underlying asset being deposited. | string |
user_ | The address of the user making the deposit. | string |
onbehalfof | The address of the user on whose behalf the deposit is being made, if any. | string |
amount | The amount of the deposit in wei. | string |
referral | The referral code used for the deposit, if any | integer |
contract_address | The address of the smart contract. | string |
LENDINGPOOLV2_EVT_FLASHLOAN
Lendingpoolv2 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 receives the flash loan. | string |
initiator | The address that initiated the flash loan. | string |
asset | The address of the asset that is borrowed in the flash loan. | string |
amount | The amount of the asset that is borrowed in the flash loan. | string |
premium | The premium paid for the flash loan. | string |
referralcode | The referral code used for the flash loan. | integer |
contract_address | The address of the smart contract. | string |
LENDINGPOOLV2_EVT_LIQUIDATIONCALL
Lendingpoolv2 Liquidationcall model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
collateralasset | The address of the collateral asset that is being liquidated. | string |
debtasset | The address of the debt asset that the user being liquidated has borrowed. | string |
user_ | The address of the user being liquidated. | string |
debttocover | The amount of debt that needs to be covered by the liquidator. | string |
liquidatedcollateralamount | The amount of collateral that was liquidated. | string |
liquidator | The address of the liquidator. | string |
receiveatoken | A boolean indicating whether the liquidator will receive aTokens or not. | boolean |
contract_address | The address of the smart contract. | string |
LENDINGPOOLV2_EVT_PAUSED
Lendingpoolv2 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 or not the lending pool has been paused. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLV2_EVT_REBALANCESTABLEBORROWRATE
Lendingpoolv2 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 token. | string |
user_ | The address of the user performing the rebalance. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLV2_EVT_REPAY
Lendingpoolv2 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 underlying asset being repaid. | string |
user_ | The address of the borrower whose debt is being repaid. | string |
repayer | The address of the entity making the repayment (this may be different from the borrower if someone else is paying off the debt on their behalf). | string |
amount | The amount of the underlying asset being repaid. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLV2_EVT_RESERVEDATAUPDATED
Lendingpoolv2 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 updated reserve. | string |
liquidityrate | The new liquidity rate for the reserve. | string |
stableborrowrate | The new stable borrow rate for the reserve. | string |
variableborrowrate | The new variable borrow rate for the reserve. | string |
liquidityindex | The new liquidity index for the reserve. | string |
variableborrowindex | The new variable borrow index for the reserve. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLV2_EVT_RESERVEUSEDASCOLLATERALDISABLED
Lendingpoolv2 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 has been disabled as collateral. | string |
user_ | The address of the user who disabled the reserve as collateral. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLV2_EVT_RESERVEUSEDASCOLLATERALENABLED
Lendingpoolv2 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 smart contract. | string |
LENDINGPOOLV2_EVT_SWAP
Lendingpoolv2 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 token that was swapped. | string |
user_ | The address of the user who performed the swap. | string |
ratemode | The rate mode for the swapped reserve (either "variable" or "stable"). | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLV2_EVT_UNPAUSED
Lendingpoolv2 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 | A string indicating that the contract is unpaused. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLV2_EVT_WITHDRAW
Lendingpoolv2 Withdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
reserve | The address of the reserve that was withdrawn from. | string |
user_ | The address of the user who initiated the withdrawal. | string |
to_ | The address where the withdrawn tokens were transferred to. | string |
amount | The amount of tokens that were withdrawn. | string |
contract_address | The address of the smart 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 | The address of the collateral token being liquidated. | string |
principal | The address of the principal token being paid back. | string |
user_ | The address of the user whose collateral is being liquidated. | string |
debttocover | The amount of debt being covered by the liquidation. | string |
liquidatedcollateralamount | The amount of collateral being liquidated. | string |
liquidator | The address of the user performing the liquidation. | string |
receiveatoken | A boolean flag indicating whether the liquidator received aTokens or not. | boolean |
contract_address | The address of the smart 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 | The address of the reserve contract that was disabled as collateral. | string |
user_ | The address of the user who disabled the use of the reserve as collateral. | string |
contract_address | The address of the smart 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 | The reserve that has been enabled as collateral. | string |
user_ | The address of the user who enabled the reserve as collateral. | string |
contract_address | The address of the smart contract. | string |
AAVEGOVERNANCEV2_EVT_EXECUTORAUTHORIZED
Aavegovernancev2 Executorauthorized 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 |
executor | The address of the executor that has been authorized. | string |
contract_address | The address of the smart contract. | string |
AAVEGOVERNANCEV2_EVT_EXECUTORUNAUTHORIZED
Aavegovernancev2 Executorunauthorized 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 |
executor | The address of the executor that has been unauthorized. | string |
contract_address | The address of the smart contract. | string |
AAVEGOVERNANCEV2_EVT_GOVERNANCESTRATEGYCHANGED
Aavegovernancev2 Governancestrategychanged 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 |
newstrategy | The address of the new governance strategy contract. | string |
initiatorchange | The address of the user who initiated the change. | string |
contract_address | The address of the smart contract. | string |
AAVEGOVERNANCEV2_EVT_PROPOSALCANCELED
Aavegovernancev2 Proposalcanceled 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 identifier of the cancelled proposal. | string |
contract_address | The address of the smart contract. | string |
AAVEGOVERNANCEV2_EVT_PROPOSALCREATED
Aavegovernancev2 Proposalcreated 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 identifier of the newly created proposal. | string |
creator | The address of the user who created the proposal. | string |
executor | The address of the executor contract that will execute the proposal. | string |
targets | An array of addresses for the smart contracts that will be affected by the proposal. | string |
values_ | An array of values that correspond to the targets array. | string |
signatures | An array of function signatures for each target contract. | string |
calldatas | An array of encoded function call data for each target contract. | string |
withdelegatecalls | A boolean value indicating whether the proposal should use delegate calls. | boolean |
startblock | The block number at which the proposal can be executed. | string |
endblock | The block number at which the proposal will expire. | string |
strategy | The address of the strategy contract that will be used to execute the proposal. | string |
ipfshash | The IPFS hash of the proposal. | string |
contract_address | The address of the smart contract. | string |
AAVEGOVERNANCEV2_EVT_PROPOSALEXECUTED
Aavegovernancev2 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 |
id | The ID of the executed proposal. | string |
initiatorexecution | The address of the initiator of the execution. | string |
contract_address | The address of the smart contract. | string |
AAVEGOVERNANCEV2_EVT_PROPOSALQUEUED
Aavegovernancev2 Proposalqueued 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 queued proposal. | string |
executiontime | The timestamp when the proposal is scheduled for execution. | string |
initiatorqueueing | The address of the initiator who queued the proposal. | string |
contract_address | The address of the smart contract. | string |
AAVEGOVERNANCEV2_EVT_VOTEEMITTED
Aavegovernancev2 Voteemitted 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 proposal being voted on. | string |
voter | The address of the user who cast the vote. | string |
support | Whether the vote supports or opposes the proposal. | boolean |
votingpower | The voting power of the user at the time of the vote. | string |
contract_address | The address of the smart contract. | string |
AAVEGOVERNANCEV2_EVT_VOTINGDELAYCHANGED
Aavegovernancev2 Votingdelaychanged 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 |
newvotingdelay | The new voting delay. | string |
initiatorchange | The address of the user who initiated the change. | string |
contract_address | The address of the smart contract. | string |
RWAMARKETORACLE_EVT_ASSETCONFIGUPDATED
Rwamarketoracle 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 whose configuration was updated. | string |
source | The address of the source of the asset price data. | string |
currency | The symbol of the currency used to quote the asset price. | string |
contract_address | The address of the smart contract. | string |
PULLREWARDSINCENTIVESCONTROLLER_EVT_ASSETCONFIGUPDATED
Pullrewardsincentivescontroller 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 token. | string |
emission | The updated emission rate for the asset. | string |
contract_address | The address of the smart contract. | string |
PULLREWARDSINCENTIVESCONTROLLER_EVT_ASSETINDEXUPDATED
Pullrewardsincentivescontroller 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 asset for which the index was updated. | string |
index | The updated index for the asset. | string |
contract_address | The address of the smart contract. | string |
PULLREWARDSINCENTIVESCONTROLLER_EVT_CLAIMERSET
Pullrewardsincentivescontroller 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. | string |
claimer | The address of the claimer. | string |
contract_address | The address of the smart contract. | string |
PULLREWARDSINCENTIVESCONTROLLER_EVT_DISTRIBUTIONENDUPDATED
Pullrewardsincentivescontroller 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 date. | string |
contract_address | The address of the smart contract. | string |
PULLREWARDSINCENTIVESCONTROLLER_EVT_REWARDSACCRUED
Pullrewardsincentivescontroller 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 rewards. | string |
amount | The amount of rewards accrued. | string |
contract_address | The address of the smart contract. | string |
PULLREWARDSINCENTIVESCONTROLLER_EVT_REWARDSCLAIMED
Pullrewardsincentivescontroller 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 of the recipient of the rewards. | string |
claimer | The address of the contract or account that claimed the rewards. | string |
amount | The amount of rewards claimed. | string |
contract_address | The address of the smart contract. | string |
PULLREWARDSINCENTIVESCONTROLLER_EVT_REWARDSVAULTUPDATED
Pullrewardsincentivescontroller 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 new rewards vault. | string |
contract_address | The address of the smart contract. | string |
PULLREWARDSINCENTIVESCONTROLLER_EVT_USERINDEXUPDATED
Pullrewardsincentivescontroller 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 for whom the index value was updated. | string |
asset | The address of the asset for which the index value was updated. | string |
index | The new index value for the user and asset. | string |
contract_address | The address of the smart contract. | string |
CONFIGURABLERIGHTSPOOL_EVT_CAPCHANGED
Configurablerightspool Capchanged 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 |
caller | The address of the account that called the function to change the capacity. | string |
oldcap | The previous capacity of the pool before the change. | string |
newcap | The new capacity of the pool after the change. | string |
contract_address | The address of the smart contract. | string |
CONFIGURABLERIGHTSPOOL_EVT_LOGCALL
Configurablerightspool Logcall 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 |
sig | The function signature of the called function. | string |
caller | The address of the caller. | string |
data_ | The input data sent with the function call. | string |
contract_address | The address of the smart contract. | string |
CONFIGURABLERIGHTSPOOL_EVT_LOGEXIT
Configurablerightspool Logexit 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 |
caller | The address of the caller who triggered the event. | string |
tokenout | The address of the token being withdrawn. | string |
tokenamountout | The amount of tokens being withdrawn. | string |
contract_address | The address of the smart contract. | string |
CONFIGURABLERIGHTSPOOL_EVT_LOGJOIN
Configurablerightspool Logjoin 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 |
caller | The address of the account that called the join function. | string |
tokenin | The address of the token being deposited. | string |
tokenamountin | The amount of tokens being deposited. | string |
contract_address | The address of the smart contract. | string |
CONFIGURABLERIGHTSPOOL_EVT_NEWTOKENCOMMITTED
Configurablerightspool Newtokencommitted 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 |
token | The address of the newly committed token. | string |
pool | The address of the pool. | string |
caller | The address of the caller who committed the token. | string |
contract_address | The address of the smart contract. | string |
AAVEORACLE_EVT_ASSETSOURCEUPDATED
Aaveoracle Assetsourceupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
asset | The asset for which the source was updated. | string |
source | The updated source of the asset. | string |
contract_address | The address of the smart contract. | string |
AAVEORACLE_EVT_FALLBACKORACLEUPDATED
Aaveoracle Fallbackoracleupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
fallbackoracle | The new fallback oracle address. | string |
contract_address | The address of the smart contract. | string |
AAVEORACLE_EVT_WETHSET
Aaveoracle Wethset 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 |
weth | The address of the WETH token contract. | 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 address of the underlying asset. | string |
proxy | The address of the AToken proxy contract. | string |
implementation | The address of the new AToken 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 address of the asset whose borrowing has been 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 address of the underlying asset of the reserve. | string |
stablerateenabled | A boolean indicating whether borrowing at stable rates is enabled for the reserve. | boolean |
contract_address | The address of the smart 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 address of the asset whose collateral configuration was updated. | 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 smart 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 asset that was affected by the event. | 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 asset that was affected by the event. | 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 asset that was affected by the event. | string |
decimals | The new decimal value for the asset after the change. | string |
contract_address | The address of the smart 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 asset that was affected by the event. | string |
factor | The new factor value for the asset after the change. | string |
contract_address | The address of the smart 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 asset that was affected by the event. | 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 asset that was initialized within the reserve. | string |
atoken | The Ethereum address of the aToken associated with the asset reserve. | string |
stabledebttoken | The Ethereum address of the stable debt token associated with the asset reserve. | string |
variabledebttoken | The Ethereum address of the variable debt token associated with the asset reserve. | string |
interestratestrategyaddress | The Ethereum address of the interest rate strategy contract associated with the asset reserve. | string |
contract_address | The address of the smart 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 asset that was affected by the event. | string |
strategy | The Ethereum address of the new interest rate strategy contract associated with the asset reserve. | string |
contract_address | The address of the smart 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 asset that was affected by the event. | 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 associated with the upgraded stable debt token. | string |
proxy | The Ethereum address of the proxy contract for the stable debt token. | string |
implementation | The Ethereum address of the upgraded implementation contract for the stable debt token. | 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 address of the asset for which the stable borrowing 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 address of the asset whose stable rate has been 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 address of the underlying asset. | string |
proxy | The address of the proxy contract that was upgraded. | string |
implementation | The address of the new implementation contract. | string |
contract_address | The address of the smart contract. | string |
VARIABLEDEBTTOKENV2_EVT_BORROWALLOWANCEDELEGATED
Variabledebttokenv2 Borrowallowancedelegated 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 |
fromuser | The address of the user delegating their allowance. | string |
touser | The address of the user receiving the delegated allowance. | string |
asset | The address of the underlying asset being borrowed. | string |
amount | The amount of the borrowing allowance being delegated. | string |
contract_address | The address of the smart contract. | string |
VARIABLEDEBTTOKENV2_EVT_BURN
Variabledebttokenv2 Burn 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 burned the tokens. | string |
amount | The amount of tokens that were burned. | string |
index | The index of the reserve where the tokens were burned. | string |
contract_address | The address of the smart contract. | string |
VARIABLEDEBTTOKENV2_EVT_INITIALIZED
Variabledebttokenv2 Initialized 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 |
underlyingasset | The address of the underlying asset. | string |
pool | The address of the lending pool associated with the debt token. | string |
incentivescontroller | The address of the incentives controller contract for the debt token. | string |
debttokendecimals | The number of decimals used by the debt token. | smallint |
debttokenname | The name of the debt token. | string |
debttokensymbol | The symbol of the debt token. | string |
params | Additional parameters used during the contract initialization. | string |
contract_address | The address of the smart contract. | string |
VARIABLEDEBTTOKENV2_EVT_MINT
Variabledebttokenv2 Mint 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 minted the tokens. | string |
onbehalfof | The address for which the tokens are being minted on behalf of. | string |
value_ | The amount of tokens minted. | string |
index | The index of the reserve. | string |
contract_address | The address of the smart contract. | string |
AAVEECOSYSTEMRESERVEV2V2_EVT_CANCELSTREAM
Aaveecosystemreservev2V2 Cancelstream 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 |
streamid | The ID of the stream that was canceled. | string |
sender | The address of the sender of the stream. | string |
recipient | The address of the recipient of the stream. | string |
senderbalance | The balance of the sender's underlying asset remaining in the stream. | string |
recipientbalance | The balance of the recipient's underlying asset remaining in the stream. | string |
contract_address | The address of the smart contract. | string |
AAVEECOSYSTEMRESERVEV2V2_EVT_CREATESTREAM
Aaveecosystemreservev2V2 Createstream 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 |
streamid | The ID of the new stream that was created. | string |
sender | The address of the user who created the stream. | string |
recipient | The address of the recipient of the streamed funds. | string |
deposit | The amount of funds that will be streamed. | string |
tokenaddress | The address of the token that will be streamed. | string |
starttime | The Unix timestamp of the start time of the stream. | string |
stoptime | The Unix timestamp of the stop time of the stream. | string |
contract_address | The address of the smart contract. | string |
AAVEECOSYSTEMRESERVEV2V2_EVT_NEWFUNDSADMIN
Aaveecosystemreservev2V2 Newfundsadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
fundsadmin | The address of the new funds administrator. | string |
contract_address | The address of the smart contract. | string |
AAVEECOSYSTEMRESERVEV2V2_EVT_WITHDRAWFROMSTREAM
Aaveecosystemreservev2V2 Withdrawfromstream 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 |
streamid | The identifier of the stream from which funds are being withdrawn. | string |
recipient | The address of the recipient of the withdrawn funds. | string |
amount | The amount of funds being withdrawn from the stream. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDERV2_EVT_ADDRESSSET
Lendingpooladdressesproviderv2 Addressset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
id | The identifier of the address being set. | string |
newaddress | The new address being set. | string |
hasproxy | Indicates if the address is for a proxy contract. | boolean |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDERV2_EVT_CONFIGURATIONADMINUPDATED
Lendingpooladdressesproviderv2 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 |
LENDINGPOOLADDRESSESPROVIDERV2_EVT_EMERGENCYADMINUPDATED
Lendingpooladdressesproviderv2 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 emergency admin address. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDERV2_EVT_LENDINGPOOLCOLLATERALMANAGERUPDATED
Lendingpooladdressesproviderv2 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 for the lending pool collateral manager contract. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDERV2_EVT_LENDINGPOOLCONFIGURATORUPDATED
Lendingpooladdressesproviderv2 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 address of the new LendingPoolConfigurator contract. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDERV2_EVT_LENDINGPOOLUPDATED
Lendingpooladdressesproviderv2 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 lending pool. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDERV2_EVT_LENDINGRATEORACLEUPDATED
Lendingpooladdressesproviderv2 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 lending rate oracle contract. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDERV2_EVT_MARKETIDSET
Lendingpooladdressesproviderv2 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. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDERV2_EVT_PRICEORACLEUPDATED
Lendingpooladdressesproviderv2 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 of the price oracle. | string |
contract_address | The address of the smart contract. | string |
LENDINGPOOLADDRESSESPROVIDERV2_EVT_PROXYCREATED
Lendingpooladdressesproviderv2 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 newly created proxy contract. | string |
newaddress | The address of the newly created proxy contract. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENBPTREV2_EVT_ASSETCONFIGUPDATED
Stakedtokenbptrev2 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 symbol of the asset whose configuration was updated. | string |
emission | The new emission rate of the asset in the contract. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENBPTREV2_EVT_ASSETINDEXUPDATED
Stakedtokenbptrev2 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 symbol of the asset whose index was updated. | string |
index | The new index of the asset. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENBPTREV2_EVT_COOLDOWN
Stakedtokenbptrev2 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 user who triggered the cooldown. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENBPTREV2_EVT_DELEGATECHANGED
Stakedtokenbptrev2 Delegatechanged 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 |
delegator | The address of the user who made the delegation change. | string |
delegatee | The address of the user who was delegated to. | string |
delegationtype | The type of delegation change, represented by a small integer. | smallint |
contract_address | The address of the smart contract. | string |
STAKEDTOKENBPTREV2_EVT_DELEGATEDPOWERCHANGED
Stakedtokenbptrev2 Delegatedpowerchanged 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 delegated power was changed. | string |
amount | The new amount of delegated power for the user. | string |
delegationtype | A small integer indicating the type of delegation. | smallint |
contract_address | The address of the smart contract. | string |
STAKEDTOKENBPTREV2_EVT_REDEEM
Stakedtokenbptrev2 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 account that redeemed the tokens. | string |
to_ | The address where the redeemed tokens were sent. | string |
amount | The amount of tokens that were redeemed. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENBPTREV2_EVT_REWARDSACCRUED
Stakedtokenbptrev2 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 |
STAKEDTOKENBPTREV2_EVT_REWARDSCLAIMED
Stakedtokenbptrev2 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 where the rewards were sent. | string |
amount | The amount of rewards claimed. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENBPTREV2_EVT_STAKED
Stakedtokenbptrev2 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 stakes their tokens. | string |
onbehalfof | The address of the user who is staking tokens on behalf of someone else, if applicable. | string |
amount | The amount of tokens being staked. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENBPTREV2_EVT_USERINDEXUPDATED
Stakedtokenbptrev2 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. | string |
asset | The address of the asset being staked. | string |
index | The updated index of the user's staked token balance for the asset. | string |
contract_address | The address of the smart 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 whose source was updated. | string |
source | The new source address of the asset. | 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 symbol of the new base currency. | string |
basecurrencyunit | The unit of the new base currency. | 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 new fallback oracle contract. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENV2REV3_EVT_ASSETCONFIGUPDATED
Stakedtokenv2Rev3 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 whose configuration was updated. | string |
emission | The new emission rate for the asset. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENV2REV3_EVT_ASSETINDEXUPDATED
Stakedtokenv2Rev3 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 token. | string |
index | The new index value for the asset. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENV2REV3_EVT_COOLDOWN
Stakedtokenv2Rev3 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 triggered the cooldown period. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENV2REV3_EVT_DELEGATECHANGED
Stakedtokenv2Rev3 Delegatechanged 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 |
delegator | The address of the delegator whose delegate was changed. | string |
delegatee | The address of the new delegatee. | string |
delegationtype | The type of delegation that was changed. | smallint |
contract_address | The address of the smart contract. | string |
STAKEDTOKENV2REV3_EVT_DELEGATEDPOWERCHANGED
Stakedtokenv2Rev3 Delegatedpowerchanged 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 delegated power changed. | string |
amount | The new amount of delegated power the user has. | string |
delegationtype | The type of delegation: 0 for cooldown, 1 for balance, 2 for unstake. | smallint |
contract_address | The address of the smart contract. | string |
STAKEDTOKENV2REV3_EVT_REDEEM
Stakedtokenv2Rev3 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 where the staked tokens are withdrawn from. | string |
to_ | The address where the staked tokens are sent to. | string |
amount | The amount of staked tokens that are being withdrawn. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENV2REV3_EVT_REWARDSACCRUED
Stakedtokenv2Rev3 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 whose rewards have accrued. | string |
amount | The amount of rewards accrued by the user. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENV2REV3_EVT_REWARDSCLAIMED
Stakedtokenv2Rev3 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 that initiated the transaction and transferred the tokens. | string |
to_ | The address that received the transferred tokens. | string |
amount | The amount of tokens transferred in the transaction. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENV2REV3_EVT_STAKED
Stakedtokenv2Rev3 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 that initiated the transaction and staked the tokens. | string |
onbehalfof | The address on whose behalf the tokens were staked, if applicable. | string |
amount | The amount of tokens staked in the transaction. | string |
contract_address | The address of the smart contract. | string |
STAKEDTOKENV2REV3_EVT_USERINDEXUPDATED
Stakedtokenv2Rev3 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 asset or token for which the index was updated. | string |
index | The new index value after the update. | string |
contract_address | The address of the smart contract. | string |
Updated over 1 year ago