CROSS exchange token
Verified contract
Active on
Ethereum with 15,687 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 5 | $1.001 |
$5 | |
FOR | ERC-20 | 2 | $0.003846 |
$0.01 | |
XEX | ERC-20 | 245.5K | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13860311 | 3 years ago | | | 0 | 0.0025963307 | |
| 13775371 | 3 years ago | | | 0 | 0.0065791611 | |
| 13713702 | 3 years ago | | | 0 | 0.015217864 | |
| 13712577 | 3 years ago | | | 0 | 0.0053911368 | |
| 13708022 | 3 years ago | | | 0 | 0.0032982403 | |
| 13707643 | 3 years ago | | | 0 | 0.0052837461 | |
| 13697462 | 3 years ago | | | 0 | 0.0039976697 | |
| 13697331 | 3 years ago | | | 0 | 0.0041845629 | |
| 13687729 | 3 years ago | | | 0 | 0.0029317539 | |
| 13687579 | 3 years ago | | | 0 | 0.0041306522 |
ABI
ABI objects
Getter at block 21160325
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
CROSS exchange token
paused() view returns (bool)
false
symbol() view returns (string)
XEX
totalSupply() view returns (uint256)
7897222923877015573991381000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
isPauser(address _account) view returns (bool)
State-modifying
Events addPauser(address _account)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool success)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool success)
pause()
renouncePauser()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Pause()
PauserAdded(address indexed _account)
PauserRemoved(address indexed _account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.