CasinoToken
Verified contract
Active on
Ethereum with 3,076 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 |
---|---|---|---|---|---|
CT | ERC-20 | 8.988K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10683836 | 4 years ago | | | 0 | 0.0042587660 | |
| 10683836 | 4 years ago | | | 0 | 0.0038371060 | |
| 10683836 | 4 years ago | | | 0 | 0.0038371060 | |
| 10683836 | 4 years ago | | | 0 | 0.0038371060 | |
| 10683836 | 4 years ago | | | 0 | 0.0038371060 | |
| 10683836 | 4 years ago | | | 0 | 0.0038371060 | |
| 10683836 | 4 years ago | | | 0 | 0.0037527740 | |
| 10683836 | 4 years ago | | | 0 | 0.0037527740 | |
| 10681052 | 4 years ago | | | 0 | 0.0039636040 | |
| 10681052 | 4 years ago | | | 0 | 0.0039636040 |
ABI
ABI objects
Getter at block 21158560
decimals() view returns (uint8)
18
name() view returns (string)
CasinoToken
operator() view returns (address)
0xeca09cfc67ad68f633d1bbe46442cf5865124cd3
owner() view returns (address)
0xeca09cfc67ad68f633d1bbe46442cf5865124cd3
symbol() view returns (string)
CT
totalFrozen() view returns (uint256)
88162606927475727951304503
totalSupply() view returns (uint256)
11837393072524272048695497
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
blackList(address) view returns (bool)
unfreezeRecords(uint256) view returns (address to, uint256 amount, uint256 unfreezeTime)
State-modifying
Events addBlackList(address _blackAddr)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool)
removeBlackList(address _blackAddr)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOperator(address _newOperator)
transferOwnership(address _newOwner)
unfreeze(address _receiver, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze(address indexed receiver, uint256 value, uint256 unfreezeTime)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.