CTokenFirstExtension

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xbc84854d at 21709742
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CTokenFirstExtension"

No transactions found for "CTokenFirstExtension"


Functions
Getter at block 22748436
_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
 
borrowRatePerBlock(view returns (uint256)
comptroller(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
0
 
exchangeRateCurrent(view returns (uint256)
feeSeizeShareMantissa(view returns (uint256)
100000000000000000
 
getTotalUnderlyingSupplied(view returns (uint256)
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
 
supplyRatePerBlock(view returns (uint256)
symbol(view returns (string)
totalAdminFees(view returns (uint256)
0
totalBorrows(view returns (uint256)
0
 
totalBorrowsCurrent(view returns (uint256)
totalIonicFees(view returns (uint256)
0
totalReserves(view returns (uint256)
0
totalSupply(view returns (uint256)
0
underlying(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
balanceOfUnderlying(address ownerview returns (uint256)
borrowBalanceCurrent(address accountview returns (uint256)
borrowRatePerBlockAfterBorrow(uint256 borrowAmountview returns (uint256)
getAccountSnapshot(address accountview returns (uint256uint256uint256uint256)
supplyRatePerBlockAfterDeposit(uint256 mintAmountview returns (uint256)
supplyRatePerBlockAfterWithdraw(uint256 withdrawAmountview returns (uint256)
State-modifying
_setAddressesProvider(address _ap
_setAdminFee(uint256 newAdminFeeMantissareturns (uint256)
_setInterestRateModel(address newInterestRateModelreturns (uint256)
_setNameAndSymbol(string _namestring _symbol
_setReserveFactor(uint256 newReserveFactorMantissareturns (uint256)
accrueInterest(returns (uint256)
approve(address spenderuint256 amountreturns (bool)
flash(uint256 amountbytes data
multicall(bytes[] datapayable returns (bytes[] results)
registerInSFS(returns (uint256)
transfer(address dstuint256 amountreturns (bool)
transferFrom(address srcaddress dstuint256 amountreturns (bool)
Events
AccrueInterest(uint256 cashPrioruint256 interestAccumulateduint256 borrowIndexuint256 totalBorrows
Approval(address indexed owneraddress indexed spenderuint256 amount
Failure(uint256 erroruint256 infouint256 detail
Flash(address receiveruint256 amount
NewAdminFee(uint256 oldAdminFeeMantissauint256 newAdminFeeMantissa
NewIonicFee(uint256 oldIonicFeeMantissauint256 newIonicFeeMantissa
NewMarketInterestRateModel(address oldInterestRateModeladdress newInterestRateModel
NewReserveFactor(uint256 oldReserveFactorMantissauint256 newReserveFactorMantissa
Transfer(address indexed fromaddress indexed touint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InteractionNotAllowed(