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 |
---|---|---|---|---|---|
XL | ERC-20 | 1.357354K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14626639 | 3 years ago | | | 0 | 0.0025682600 | |
| 13465808 | 3 years ago | | | 0 | 0.0028962598 | |
| 13465754 | 3 years ago | | | 0 | 0.0032952719 | |
| 13458985 | 3 years ago | | | 0 | 0.0039281038 | |
| 13434549 | 3 years ago | | | 0 | 0.0026846994 | |
| 13434482 | 3 years ago | | | 0 | 0.0028693948 | |
| 13427525 | 3 years ago | | | 0 | 0.0026506341 | |
| 13243933 | 3 years ago | | | 0 | 0.0016714945 | |
| 13014141 | 3 years ago | | | 0 | 0.0015141241 | |
| 13014016 | 3 years ago | | | 0 | 0.0018926551 |
ABI
ABI objects
Getter at block 21265092
decimals() view returns (uint256)
18
name() view returns (string)
X LAND
paused() view returns (bool)
false
symbol() view returns (string)
XL
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
LockInfo(address _acc) view returns (address account, uint256 unlockStartTime, uint256 curUnlockProgess, uint256 unlockDuration, uint256 lockXLs, uint256 unlockXLs, uint256 remainlockXLs)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
changeFreezeAccountState(address account, bool isFreeze)
changeManagerState(address account, bool state)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
inputLockBody(uint256 amount)
rescueTokens(address tokenAddr, address receiver, uint256 amount)
setPaused(bool state)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawEther(address to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeManagerState(address indexed account, bool indexed state)
FreezeAccountStateChange(address indexed account, bool indexed isFreeze)
LockBodyInputLog(address indexed account, uint256 indexed lockXLs)
OwnershipTransferred(address indexed prevOwner, address indexed newOwner)
Paused(address indexed account, bool indexed state)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawEtherEvent(address indexed receiver, uint256 indexed amount, uint256 indexed atime)
constructor(string name, string symbol, uint256 total, uint8 decimals, uint256 unLockStatTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.