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 |
---|---|---|---|---|---|
TYB | ERC-20 | 90K | -- | -- | |
CBK | ERC-20 | 90K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19714267 | 7 months ago | | | 0 | 0.00037719348 | |
| 19713358 | 7 months ago | | | 0 | 0.00031364859 | |
| 19713358 | 7 months ago | | | 0 | 0.00054667923 | |
| 19713290 | 7 months ago | | | 0 | 0.00083993065 | |
| 16726662 | 2 years ago | | | 0 | 0.00046602562 | |
| 16309945 | 2 years ago | | | 0 | 0.00072644673 | |
| 16130836 | 2 years ago | | | 0 | 0.00060620300 | |
| 16130825 | 2 years ago | | | 0 | 0.00067652873 | |
| 15250664 | 2 years ago | | | 0 | 0.00043885734 | |
| 15250614 | 2 years ago | | | 0 | 0.00028605603 |
ABI
ABI objects
Getter at block 21331861
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
CBK
symbol() view returns (string)
CBK
totalSupply() view returns (uint256)
21000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.