OptimizedTransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 9 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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
0x35a1…d550
0x3d98…cd3b
0x1f98…f984
-
variable spans 45 additional slots
Balances ($188,177.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cUNI | ERC-20 | 978.069598K | $0.192397 |
$188,177.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14664851 | 3 years ago | | | 0 | 0.051779251 | |
| 14394746 | 3 years ago | | | 0 | 0.068752756 | |
| 13936634 | 3 years ago | | | 0 | 0.14507923 | |
| 13762480 | 3 years ago | | | 0 | 0.088790338 | |
| 13669600 | 3 years ago | | | 0 | 0.10685122 | |
| 13561671 | 3 years ago | | | 0 | 0.10601951 | |
| 13411561 | 3 years ago | | | 0 | 0.17736452 | |
| 13306861 | 3 years ago | | | 0 | 0.095766552 | |
| 13156906 | 3 years ago | | | 0 | 0.0045260575 |
ABI
ABI objects
Getter at block 21222868
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
cToken() view returns (address)
0x35a18000230da775cac24873d00ff85bccded550
comptroller() view returns (address)
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
owner() view returns (address)
0x5dda04b2bdbbc3fcfb9b60cd9ebfd1b27f1a4fe3
rewards() view returns (address)
0x8cc9adf88fe0b5c739bd936e9edaad30578f4265
stablecoin() view returns (address)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
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 admin() returns (address)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
Upgraded(address indexed implementation)
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)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
PRBMath__MulDivFixedPointOverflow(uint256 prod1)