Types
Address of the deployed pool directory.
Type:
string
Address of the deployed pool lens.
Type:
string
Name of the pool.
Type:
string
Address of the pool creator.
Type:
string
The comptroller instance for the pool.
Type:
Comptroller
The block count when the pool was created.
Type:
BN
Timestamp when the block was created.
Type:
BN
CToken
instance for the asset.Type:
CToken
Underlying token address.
Type:
string
Name of the underlying token.
Type:
string
Symbol of the underlying token.
Type:
string
The number of decimals in the underlying token.
Type:
BN
Underlying token balance of the connected wallet.
Type:
BN
Price of the underlying tokens.
Type:
BN
Supply rate per block.
Type:
BN
Borrow rate per block.
Type:
BN
Total supply of the asset.
Type:
BN
Total borrow amount of the asset.
Type:
BN
Asset's supply balance of the connected wallet.
Type:
BN
Asset's borrow balance of the connected wallet.
Type:
BN
Total liquidity of the asset.
Type:
BN
Type:
boolean
Exchange rate for the asset.
Type:
BN
Price of the underlying tokens.
Type:
BN
Address of the price oracle used for the asset.
Type:
string
Collateral Factor for the asset.
Type:
BN
Reserve Factor for the asset.
Type:
BN
Admin fee for the asset.
Type:
BN
Fuse fee for the asset.
Type:
BN
Address of the user.
Type:
string
Total borrow balance of the user.
Type:
BN
Total collateral of the user.
Type:
BN
Type:
BN
Assets borrowed or supplied by the user.
Type:
PoolAsset[]
Nonce for the transaction.
Type:
string | number | BN
Chain Id to use for the transaction.
Type:
string | number BN
Address of the signer.
Type:
string
The address to send the transaction to.
Type:
string
Transaction data to send.
Type:
string
Max gas fee to use.
Type:
string | number | BN
Max priority fee per gas.
Type:
string | number | BN
Max fee per gas.
Type:
string | number | BN
Gas price.
Type:
string | number | BN
Last modified 1yr ago