Cloud 2.0
Verified contract
Proxy
Active on
Ethereum with 3,115 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($200.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 200 | $1.00 |
$200 | |
cDAI | ERC-20 | 978.518018K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11350322 | 4 years ago | | | 0 | 0.00036585120 | |
| 11350205 | 4 years ago | | | 0 | 0.00036602280 | |
| 10367937 | 4 years ago | | | 0 | 0.0013309920 | |
| 10367928 | 4 years ago | | | 0 | 0.0013309920 | |
| 10367895 | 4 years ago | | | 0 | 0.0012798000 | |
| 10264367 | 4 years ago | | | 0 | 0.0055132150 | |
| 9999415 | 5 years ago | | | 0 | 0.00030700800 | |
| 9958793 | 5 years ago | | | 0 | 0.00044868000 | |
| 9955212 | 5 years ago | | | 0 | 0.00046223695 | |
| 9949377 | 5 years ago | | | 0 | 0.00038376000 |
ABI
ABI objects
Getter at block 21198983 accruedInterestStored() view returns (uint256)
CDAI_ADDRESS() view returns (address)
0xf5dce57282a584d2746faf1593d3121fcac444dc
COMPTROLLER_ADDRESS() view returns (address)
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
DAI_ADDRESS() view returns (address)
0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359
beneficiary() view returns (address)
0x1d4ae72a2e1f691e5234c647d13f4213ef564afb
decimals() pure returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Cloud 2.0
owner() view returns (address)
0x8286342b08eb2b7a675ab3106ab6c10335c4b1f5
symbol() view returns (string)
CTOX
totalSupply() view returns (uint256)
20988971419136637421204
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events accruedInterestCurrent() returns (uint256)
approve(address spender, uint256 value) returns (bool)
burn(address to, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(string name, string symbol, address _beneficiary)
mint(address to, uint256 amount) returns (bool)
renounceOwnership()
setBeneficiary(address newBeneficiary) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawInterestInCDAI() returns (bool)
withdrawInterestInDAI() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, address indexed to, uint256 amount)
Mint(address indexed sender, address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBeneficiary(address oldBeneficiary, address newBeneficiary)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawInterest(address indexed sender, address beneficiary, uint256 amount, bool indexed inDAI)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.