eth.aave_v2.loans
SQL table schema for eth.aave_v2.loans and r eth.aave_v2.loan_updates
All Ethereum updates to aave v2 loans.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The address of the contract that defines this lending pool. |
| CHARACTER VARYING | The address of the user interacting with this pool. |
| CHARACTER VARYING | The address of the contract defining the asset being collateralized. |
| CHARACTER VARYING | The amount of loan debt, in wei. |
| INTEGER | The number of decimals used in the fixed point representation of the asset value. |
| BIGINT | The number of the block in which this loan was issued. |
| BIGINT | The timestamp of the block in which this loan was issued. |
| CHARACTER VARYING | The hash of the block in which this loan was issued. |
| CHARACTER VARYING | The hash of the transaction in which this loan was issued. |
Last updated