CZRToken
Verified contract
Active on
Ethereum with 23,876 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003983 |
$0 | |
0x717f…8474 | ERC-20 | 100M | -- | -- | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
CZR | ERC-20 | 14.403K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
SGCC | ERC-20 | 200 | -- | -- | |
THM | ERC-20 | 50 | -- | -- | |
RETN | ERC-20 | 20 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20857290 | a month ago | | | 0 | 0.00034571000 | |
| 20857290 | a month ago | | | 0 | 0.00034595000 | |
| 20857289 | a month ago | | | 0 | 0.00034595000 | |
| 20857289 | a month ago | | | 0 | 0.00034595000 | |
| 20857289 | a month ago | | | 0 | 0.00034595000 | |
| 20857289 | a month ago | | | 0 | 0.00034595000 | |
| 20857289 | a month ago | | | 0 | 0.00034583000 | |
| 20857289 | a month ago | | | 0 | 0.00034607000 | |
| 20857289 | a month ago | | | 0 | 0.00034583000 | |
| 20856684 | a month ago | | | 0 | 0.00043455493 |
ABI
ABI objects
Getter at block 21157725
decimals() view returns (uint8)
18
name() view returns (string)
CZR
owner() view returns (address)
0x18fc88dd5be0072e9dfab32952a369765e6eb05e
symbol() view returns (string)
CZR
totalSupply() view returns (uint256)
1618033988000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
init(address[] addrs, uint256[] balances)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.