CompoundERC20Market

Verified contract

Implementation

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

No balances found for "CompoundERC20Market"

No transactions found for "CompoundERC20Market"


Functions
Getter at block 21222868
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
cToken(view returns (address)
0x0000000000000000000000000000000000000000
comptroller(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
rewards(view returns (address)
0x0000000000000000000000000000000000000000
stablecoin(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalValue(uint256 currentIncomeIndexview returns (uint256)
State-modifying
claimRewards(
deposit(uint256 amount
grantRole(bytes32 roleaddress account
incomeIndex(returns (uint256 index)
initialize(address _cTokenaddress _comptrolleraddress _rewardsaddress _rescueraddress _stablecoin
renounceOwnership(
renounceRole(bytes32 roleaddress account
rescue(address tokenaddress target
revokeRole(bytes32 roleaddress account
setRewards(address newValue
totalValue(returns (uint256)
transferOwnership(address newOwner
withdraw(uint256 amountInUnderlyingreturns (uint256 actualAmountWithdrawn)
Events
ESetParamAddress(address indexed senderstring indexed paramNameaddress newValue
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
PRBMath__MulDivFixedPointOverflow(uint256 prod1