Bitkub Token
Verified contract
Active on
Ethereum with 3,118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($843.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OMG | ERC-20 | 2.273927K | $0.370767 |
$843.1 | |
GNC | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271139 | 18 hours ago | | | 0 | 0.00035074910 | |
| 21271102 | 18 hours ago | | | 0 | 0.00041823926 | |
| 21270905 | 18 hours ago | | | 0 | 0.00053452938 | |
| 21241700 | 5 days ago | | | 0 | 0.00043058467 | |
| 21234233 | 6 days ago | | | 0 | 0.00064149533 | |
| 21228597 | 7 days ago | | | 0 | 0.00043702724 | |
| 21228429 | 7 days ago | | | 0 | 0.00034114428 | |
| 21228288 | 7 days ago | | | 0 | 0.00061527753 | |
| 21226789 | 7 days ago | | | 0 | 0.00038547060 | |
| 21226747 | 7 days ago | | | 0 | 0.00058549326 |
ABI
ABI objects
Getter at block 21276402
dapp() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
detail() view returns (string)
Thailand's Leading Digital Asset Exchange
manager() view returns (address)
0xb94968dc900588ff723ec633f8f460561f85bcde
miner() view returns (address)
0xb94968dc900588ff723ec633f8f460561f85bcde
name() view returns (string)
Bitkub Token
operation() view returns (address)
0xb94968dc900588ff723ec633f8f460561f85bcde
owner() view returns (address)
0xa731009d14fd2216d9a4763202d7d14f547fe729
supplyLimit() view returns (uint256)
110000000000000000000000000
symbol() view returns (string)
KUB
totalSupply() view returns (uint256)
110000000000000000000000000
website() view returns (string)
https://www.bitkub.com/
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)
directBurn(address _from, uint256 _value, string _note)
freezeAccount(address _target, bool _freeze)
mintToken(address _target, uint256 _value)
setDapp(address _address)
setDetail(string newDetail, string newWebsite)
setManager(address newManager)
setMiner(address newMiner)
setOperation(address newOperation)
setSupply(uint256 _value, string _note)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
BurnDirect(address indexed from, uint256 value, string note)
FrozenFunds(address target, bool frozen)
Mint(address indexed from, address indexed to, uint256 value)
SetSupply(uint256 value, string note)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.