Bitex Coin
Verified contract
Active on
Ethereum with 411 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 |
---|---|---|---|---|---|
XBX | ERC-20 | 60.233K | -- | -- | |
XBX | ERC-20 | 10.704K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10747543 | 4 years ago | | | 0 | 0.0016686053 | |
| 10747517 | 4 years ago | | | 0 | 0.0017745486 | |
| 10747465 | 4 years ago | | | 0 | 0.0017480629 | |
| 8441307 | 5 years ago | | | 0 | 0.0014662800 | |
| 8441245 | 5 years ago | | | 0 | 0.0010019580 | |
| 8441226 | 5 years ago | | | 0 | 0.0010019580 | |
| 8091729 | 5 years ago | | | 0 | 0.0010045820 | |
| 7791813 | 5 years ago | | | 0 | 0.00063705200 | |
| 7756808 | 5 years ago | | | 0 | 0.00066155400 | |
| 7668044 | 6 years ago | | | 0 | 0.0012283000 |
ABI
ABI objects
Getter at block 21160099
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Bitex Coin
owner() view returns (address)
0xbe7e2a3c24b3f2319dd61a6d704c7282f0907b78
symbol() view returns (string)
XBX
totalSupply() view returns (uint256)
242421780793453943200000000
tradingStarted() view returns (bool)
false
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
transferable(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
modifyTransferableHash(address _spender, bool value)
startTrading()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.