Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LEXIT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18302718 | a year ago | | | 0 | 0.00040821454 | |
| 15797728 | 2 years ago | | | 0 | 0.0017639220 | |
| 15290119 | 2 years ago | | | 0 | 0.00072775482 | |
| 15140587 | 2 years ago | | | 0 | 0.0012565300 | |
| 15012236 | 2 years ago | | | 0 | 0.0011710095 | |
| 15012226 | 2 years ago | | | 0 | 0.0018798858 | |
| 15012134 | 2 years ago | | | 0 | 0.0018341950 | |
| 15011462 | 2 years ago | | | 0 | 0.00096726241 | |
| 15007911 | 2 years ago | | | 0 | 0.0036073626 | |
| 14725645 | 3 years ago | | | 0 | 0.0023563853 |
ABI
ABI objects
Getter at block 21262413
buyPrice() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
LEXIT
owner() view returns (address)
0x388e23e69ab379e0fd3d764f296d60df25c9ee0e
sellPrice() view returns (uint256)
1000000000000000000000
symbol() view returns (string)
LXT
totalSupply() view returns (uint256)
160000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.