cUSD Currency
Verified contract
Active on
Ethereum with 6,812 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($805.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 805 | $1.001 |
$805.81 | |
USDX | ERC-20 | 1K | -- | -- | |
MRO | ERC-20 | 30.83913 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235663 | 8 days ago | | | 0 | 0.00038923573 | |
| 21235450 | 8 days ago | | | 0 | 0.00064673222 | |
| 21141986 | 21 days ago | | | 0 | 0.00045603500 | |
| 20688845 | 3 months ago | | | 0 | 0.00014317035 | |
| 20549703 | 3 months ago | | | 0 | 0.000071005395 | |
| 20534913 | 3 months ago | | | 0 | 0.00032885013 | |
| 20395663 | 4 months ago | | | 0 | 0.000031108000 | |
| 20261787 | 5 months ago | | | 0 | 0.00019273600 | |
| 20257647 | 5 months ago | | | 0 | 0.000026444720 | |
| 20257638 | 5 months ago | | | 0 | 0.000027748979 |
ABI
ABI objects
Getter at block 21290451
creator() view returns (address)
0xcf56208d82afb3f83aee044293135de9c2dd5433
decimals() view returns (uint8)
6
destroyer() view returns (address)
0xcf56208d82afb3f83aee044293135de9c2dd5433
mintingFinished() view returns (bool)
true
name() view returns (string)
cUSD Currency
owner() view returns (address)
0xcf56208d82afb3f83aee044293135de9c2dd5433
symbol() view returns (string)
cUSD
totalSupply() view returns (uint256)
4000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _amount)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
multiTransfer(address[] _receivers, uint256[] _values) returns (bool success)
multiTransferSingleValue(address[] _receivers, uint256 _value) returns (bool success)
setCreator(address _creator)
setDestroyer(address _destroyer)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(uint256 amount)
Mint(address indexed to, uint256 amount)
MintingFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.