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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.002784 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13623245 | 3 years ago | | | 0 | 0.0076723400 | |
| 13537353 | 3 years ago | | | 0 | 0.0054493400 | |
| 13505167 | 3 years ago | | | 0 | 0.0059030000 | |
| 13433710 | 3 years ago | | | 0 | 0.0031975165 | |
| 13319706 | 3 years ago | | | 0 | 0.0034271535 | |
| 10198987 | 4 years ago | | | 0 | 0.00064136505 | |
| 10198835 | 4 years ago | | | 0 | 0.00093621600 | |
| 10198820 | 4 years ago | | | 0 | 0.00096059061 | |
| 10198782 | 4 years ago | | | 0 | 0.0010293624 | |
| 10198318 | 4 years ago | | | 0 | 0.00093621600 |
ABI
ABI objects
Getter at block 21318855
decimals() view returns (uint8)
6
name() view returns (string)
Xystus
owner() view returns (address)
0x136ddbccccb49fd1d5431971d4090509f1111d71
symbol() view returns (string)
xys
totalSupply() view returns (uint256)
96000000000000
transferEnabled() view returns (bool)
true
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
addLock(address _addr) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
changeOwner(address _newOwner)
disableLock(bool _enable) returns (bool success)
enableTransfer(bool _enable) returns (bool success)
removeLock(address _addr) returns (bool success)
setExclude(address _addr, bool _enable) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.