CompoundERC20Market
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
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
Balances ($0.00)
No balances found for "CompoundERC20Market"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CompoundERC20Market"
ABI
ABI objects
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 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalValue(uint256 currentIncomeIndex) view returns (uint256)
State-modifying
Events claimRewards()
deposit(uint256 amount)
grantRole(bytes32 role, address account)
incomeIndex() returns (uint256 index)
initialize(address _cToken, address _comptroller, address _rewards, address _rescuer, address _stablecoin)
renounceOwnership()
renounceRole(bytes32 role, address account)
rescue(address token, address target)
revokeRole(bytes32 role, address account)
setRewards(address newValue)
totalValue() returns (uint256)
transferOwnership(address newOwner)
withdraw(uint256 amountInUnderlying) returns (uint256 actualAmountWithdrawn)
ESetParamAddress(address indexed sender, string indexed paramName, address newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
PRBMath__MulDivFixedPointOverflow(uint256 prod1)