cToken

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x44352f04 at 18871126
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots

No balances found for "cToken"

No transactions found for "cToken"


Functions
Getter at block 20940288
config(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
paused(view returns (bool)
false
 
ratio(view returns (uint256)
symbol(view returns (string)
 
totalAssets(view returns (uint256 totalManagedEth)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
convertToAmount(uint256 sharesview returns (uint256)
convertToShares(uint256 amountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(address accountuint256 shares
initialize(address configstring namestring symbol
mint(address accountuint256 shares
pause(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Paused(address account
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
EnforcedPause(
ExpectedPause(
InvalidInitialization(
MathOverflowedMulDiv(
NotInitializing(
OnlyGovernanceAllowed(
OnlyOperatorAllowed(
OnlyRestakingPoolAllowed(