CashBetCoin
Verified contract
Active on
Ethereum with 24,132 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
CBC | ERC-20 | 27.561062K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
WLM | ERC-20 | 66 | -- | -- | |
PCPie | ERC-20 | 7 | -- | -- | |
ALTS | ERC-20 | 1 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090041 | 10 days ago | | | 0 | 0.00024433584 | |
| 21061807 | 13 days ago | | | 0 | 0.00022165644 | |
| 20747305 | 2 months ago | | | 0 | 0.00010894684 | |
| 20695895 | 2 months ago | | | 0 | 0.000047076329 | |
| 20640066 | 2 months ago | | | 0 | 0.00012598134 | |
| 20593606 | 3 months ago | | | 0 | 0.000067322602 | |
| 20593606 | 3 months ago | | | 0 | 0.00010271307 | |
| 20593542 | 3 months ago | | | 0 | 0.000074028876 | |
| 20593542 | 3 months ago | | | 0 | 0.000074028876 | |
| 20593542 | 3 months ago | | | 0 | 0.000074028876 |
ABI
ABI objects
Getter at block 21158147
decimals() view returns (uint8)
8
migrateFrom() view returns (address)
0x0000000000000000000000000000000000000000
migrateTo() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
CashBetCoin
owner() view returns (address)
0x56c64218ed7a3e58a53f8ad5497c8694d06c4b48
symbol() view returns (string)
CBC
totalSupply() view returns (uint256)
40164795775000000
Read-only
allowance(address _user, address _spender) view returns (uint256)
associationOf(address _addr) view returns (bytes32 opId, bytes32 playerId)
balanceOf(address _addr) view returns (uint256 balance)
employees(address, bytes32) view returns (bool)
lockedEndTimeOf(address _addr) view returns (uint256 time)
lockedValueOf(address _addr) view returns (uint256 value)
operators(bytes32) view returns (bool)
users(address) view returns (uint256 balance, uint256 lock_value, uint256 lock_endTime, bytes32 operatorId, bytes32 playerId)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
associate(bytes32 _opId, bytes32 _playerId) returns (bool success)
burnTokens(uint256 _value) returns (bool success)
decreaseLock(uint256 _value, uint256 _time, address _user) returns (bool success)
increaseLock(uint256 _value, uint256 _time) returns (bool success)
optIn() returns (bool success)
setAssociation(address _user, bytes32 _opId, bytes32 _playerId) returns (bool success)
setEmployee(address _addr, bytes32 _opId, bool _allowed)
setMigrateFrom(address _addr)
setMigrateTo(address _addr)
setOperator(bytes32 _opId, bool _allowed)
setOwner(address _addr)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
vacate(address _addr) returns (uint256 o_balance, uint256 o_lock_value, uint256 o_lock_endTime, bytes32 o_opId, bytes32 o_playerId)
Approval(address indexed owner, address indexed spender, uint256 value)
Associate(address indexed user, address agent, bytes32 indexed operatorId, bytes32 playerId)
Burn(address indexed owner, uint256 value)
Employee(address indexed empl, bytes32 indexed operatorId, bool allowed)
LockDecrease(address indexed user, address employee, uint256 amount, uint256 time)
LockIncrease(address indexed user, uint256 amount, uint256 time)
Operator(bytes32 indexed operatorId, bool allowed)
OptIn(address indexed owner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Vacate(address indexed owner, uint256 value)
constructor(uint256 _totalSupply)
fallback()
This contract contains no error objects.