Bitex Global XBX Coin
Verified contract
Active on
Ethereum with 10,950 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 | 5.004K | -- | -- | |
ERM | ERC-20 | 11.587287 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17436931 | a year ago | | | 0 | 0.0013944731 | |
| 16929813 | 2 years ago | | | 0 | 0.0013608460 | |
| 15583368 | 2 years ago | | | 0 | 0.0012003847 | |
| 15097270 | 2 years ago | | | 0 | 0.0045313240 | |
| 15097031 | 2 years ago | | | 0 | 0.0082826660 | |
| 15096774 | 2 years ago | | | 0 | 0.0021913780 | |
| 14123245 | 3 years ago | | | 0 | 0.027743687 | |
| 14045765 | 3 years ago | | | 0 | 0.017483536 | |
| 13878925 | 3 years ago | | | 0 | 0.0024233203 | |
| 13846271 | 3 years ago | | | 0 | 0.0031297693 |
ABI
ABI objects
Getter at block 21275427
decimals() view returns (uint8)
18
name() view returns (string)
Bitex Global XBX Coin
owner() view returns (address)
0x118b4e35cba754fc5906edb86e63cce3fbf0d23a
symbol() view returns (string)
XBX
totalSupply() view returns (uint256)
298021513000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
lockAmount(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value, string plaformTxId) returns (bool success)
lock(address _spender, uint256 _value) returns (bool success)
mint(uint256 _value, string plaformTxId) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferForExchange(address _to, uint256 _value, string plaformTxId) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFromForExchange(address _from, address _to, uint256 _value, string plaformTxId) returns (bool success)
unlock(address _spender, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Lock(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value)
eventForAllTxn(address indexed from, address indexed to, uint256 value, string eventName, string platformTxId)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol, string plaformTxId)
This contract contains no fallback and receive objects.
This contract contains no error objects.