Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "czz-eth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21220254 | 6 days ago | | | 0 | 0.00049609198 | |
| 21220253 | 6 days ago | | | 0 | 0.00028079482 | |
| 21220239 | 6 days ago | | | 0 | 0.00044749844 | |
| 19802362 | 7 months ago | | | 0 | 0.00020118391 | |
| 19791340 | 7 months ago | | | 0 | 0.00020326148 | |
| 19752477 | 7 months ago | | | 0 | 0.00028289147 | |
| 19671575 | 7 months ago | | | 0 | 0.00027615434 | |
| 19611243 | 8 months ago | | | 0 | 0.0015042002 | |
| 19519074 | 8 months ago | | | 0 | 0.0013781908 | |
| 19519074 | 8 months ago | | | 0 | 0.0024090108 |
ABI
ABI objects
Getter at block 21260696
decimals() view returns (uint8)
8
name() view returns (string)
czz-eth
owner() view returns (address)
0xd39d088cabe93c77205d3c6c8efb8c58a62c0f4a
symbol() view returns (string)
ECZZ
totalSupply() view returns (uint256)
3510855352360027
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addManager(address manager)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
removeManager(address manager)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.