CTokenFirstExtension
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CTokenFirstExtension"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CTokenFirstExtension"
ABI
ABI objects
Getter at block 22748436 borrowRatePerBlock() view returns (uint256) exchangeRateCurrent() view returns (uint256) getTotalUnderlyingSupplied() view returns (uint256) supplyRatePerBlock() view returns (uint256) totalBorrowsCurrent() view returns (uint256)
_getExtensionFunctions() pure returns (bytes4[])
[0x7f15e216, 0x17bfdfbc, 0xc37f68e2, 0x3c3b4b89, 0x4aeb3d9a, 0xcfcd4c07, 0x35daea64, 0xb1e23dbb, 0xac9650d8, 0x3af9e669, 0x73acee98, 0xa6afed95, 0xbd6d894d, 0xf8f9da28, 0xae9d70b0, 0xfca7820b, 0xb0a19076, 0x34154d4c, 0xf2b3abbd, 0x91dd36c6, 0x70a08231, 0x095ea7b3, 0xdd62ed3e, 0x23b872dd, 0xa9059cbb]
accrualBlockNumber() view returns (uint256)
0
adminFeeMantissa() view returns (uint256)
0
ap() view returns (address)
0x0000000000000000000000000000000000000000
borrowIndex() view returns (uint256)
0
comptroller() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
0
feeSeizeShareMantissa() view returns (uint256)
100000000000000000
interestRateModel() view returns (address)
0x0000000000000000000000000000000000000000
ionicAdmin() view returns (address)
0x0000000000000000000000000000000000000000
ionicFeeMantissa() view returns (uint256)
0
name() view returns (string)
protocolSeizeShareMantissa() view returns (uint256)
28000000000000000
reserveFactorMantissa() view returns (uint256)
0
symbol() view returns (string)
totalAdminFees() view returns (uint256)
0
totalBorrows() view returns (uint256)
0
totalIonicFees() view returns (uint256)
0
totalReserves() view returns (uint256)
0
totalSupply() view returns (uint256)
0
underlying() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOfUnderlying(address owner) view returns (uint256)
borrowBalanceCurrent(address account) view returns (uint256)
borrowRatePerBlockAfterBorrow(uint256 borrowAmount) view returns (uint256)
getAccountSnapshot(address account) view returns (uint256, uint256, uint256, uint256)
supplyRatePerBlockAfterDeposit(uint256 mintAmount) view returns (uint256)
supplyRatePerBlockAfterWithdraw(uint256 withdrawAmount) view returns (uint256)
State-modifying
Events _setAddressesProvider(address _ap)
_setAdminFee(uint256 newAdminFeeMantissa) returns (uint256)
_setInterestRateModel(address newInterestRateModel) returns (uint256)
_setNameAndSymbol(string _name, string _symbol)
_setReserveFactor(uint256 newReserveFactorMantissa) returns (uint256)
accrueInterest() returns (uint256)
approve(address spender, uint256 amount) returns (bool)
flash(uint256 amount, bytes data)
multicall(bytes[] data) payable returns (bytes[] results)
registerInSFS() returns (uint256)
transfer(address dst, uint256 amount) returns (bool)
transferFrom(address src, address dst, uint256 amount) returns (bool)
AccrueInterest(uint256 cashPrior, uint256 interestAccumulated, uint256 borrowIndex, uint256 totalBorrows)
Approval(address indexed owner, address indexed spender, uint256 amount)
Failure(uint256 error, uint256 info, uint256 detail)
Flash(address receiver, uint256 amount)
NewAdminFee(uint256 oldAdminFeeMantissa, uint256 newAdminFeeMantissa)
NewIonicFee(uint256 oldIonicFeeMantissa, uint256 newIonicFeeMantissa)
NewMarketInterestRateModel(address oldInterestRateModel, address newInterestRateModel)
NewReserveFactor(uint256 oldReserveFactorMantissa, uint256 newReserveFactorMantissa)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InteractionNotAllowed()