Contracts :
LendingPool : - 0x970b12522CA9b4054807a2c5B736149a5BE6f670
LendingPoolConfigurator : 0x928F63a83217e427A84504950206834CBDa4Aa65
Atoken : 0x55bFCED2451b2154e06604D4269c9349F31141e6
delegation credit contracts
CUSD
│ VariableDebtToken │ '0xf602D9617564C07f1e128687798D8C699cED3961' │
│ StableDebtToken │ '0xa9F50D9F7c03E8B48b2415218008822Ea3334adb' │
CEUR
│ VariableDebtToken │ '0xfb6c830c13D8322b31b282Ef1Fe85cbb669d9aE8' │
│ StableDebtToken │ '0x612599D8421F36b7dA4dDBA201a3854FF55e3d03' │
CELO
│ VariableDebtToken │ '0xAF451D23d6f0FA680113CE2D27a891Aa3587f0C3' │
│ StableDebtToken │ '0x02661dd90c6243Fe5cdF88De3E8cb74BcC3bD25E' │
moola Interest bearing token contracts
mCELO
'0x7D00cd74FF385c955EA3d79e47BF06bD7386387D'
mCEUR
'0xE273Ad7ee11dCfAA87383aD5977EE1504aC07568'
mCUSD
'0x918146359264C492BD6934071c6Bd31C854EDBc3
Subgraph Entities
-
Deposit - Query deposit entities and properties
- id: ID!
- txHash: Bytes
- fromAddress: Bytes
- toAddress: Bytes
- valueTransferred: BigInt
- gasUsed: BigInt
- gasPrice: BigInt
- blockTimestamp: BigInt!
- reserve: Bytes!
- user: Bytes!
- onBehalfOf: Bytes!
- amount: BigInt!
- referral: Int!
-
Withdraw - Query withdraw entities and properties
- id: ID!
- txHash: Bytes
- fromAddress: Bytes
- toAddress: Bytes
- valueTransferred: BigInt
- gasUsed: BigInt
- gasPrice: BigInt
- blockTimestamp: BigInt!
- reserve: Bytes!
- user: Bytes!
- to: Bytes!
- amount: BigInt!
-
FlashLoan - Query Flashloan entities and properties
- id: ID!
- txHash: Bytes
- fromAddress: Bytes
- toAddress: Bytes
- valueTransferred: BigInt
- gasUsed: BigInt
- gasPrice: BigInt
- blockTimestamp: BigInt!
- target: Bytes!
- initiator: Bytes!
- asset: Bytes!
- amount: BigInt!
- premium: BigInt!
- referralCode: Int!
-
Borrow - Query borrow entities and properties
- id: ID!
- txHash: Bytes
- fromAddress: Bytes
- toAddress: Bytes
- valueTransferred: BigInt
- gasUsed: BigInt
- gasPrice: BigInt
- blockTimestamp: BigInt!
- reserve: Bytes!
- user: Bytes!
- onBehalfOf: Bytes!
- amount: BigInt!
- borrowRateMode: BigInt!
- borrowRate: BigInt!
- referral: Int!
-
Repay :- Query repay entities and properties
- id: ID!
- txHash: Bytes
- fromAddress: Bytes
- toAddress: Bytes
- valueTransferred: BigInt
- gasUsed: BigInt
- gasPrice: BigInt
- blockTimestamp: BigInt!
- reserve: Bytes!
- user: Bytes!
- repayer: Bytes!
- amount: BigInt!
-
BorrowAllowanceDelegated :- information about delegate credit
- id: ID!
- fromUser: Bytes!
- toUser: Bytes!
- assetAddress: Bytes
- amount: BigInt!
- gasUsed: BigInt!
- gasPrice: BigInt!
- blockTimestamp: BigInt!
-
User :-
- id: ID!
- reserves: [UserReserve!]!
-
UserReserve :-
- id: ID!
- user: User!
- currentATokenBalance: BigInt!
- scaledATokenBalance: BigInt!
- currentTotalDebt: BigInt!
- liquidityRate: BigInt!
- lastUpdateTimestamp: Int!
- scaledVariableDebt: BigInt!
- currentVariableDebt: BigInt!
- principalStableDebt: BigInt!
- currentStableDebt: BigInt!
-
Reserve :-