LUXZET Coin
Verified contract
Active on
Ethereum with 4,630 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 |
---|---|---|---|---|---|
LXZ | ERC-20 | 10K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10866024 | 4 years ago | | | 0 | 0.0050073440 | |
| 10785234 | 4 years ago | | | 0 | 0.012495324 | |
| 10717436 | 4 years ago | | | 0 | 0.0035919280 | |
| 10709981 | 4 years ago | | | 0 | 0.0032480200 | |
| 10649763 | 4 years ago | | | 0 | 0.012231680 | |
| 10649763 | 4 years ago | | | 0 | 0.012185800 | |
| 10649763 | 4 years ago | | | 0 | 0.012193456 | |
| 10648730 | 4 years ago | | | 0 | 0.0097058480 | |
| 10637432 | 4 years ago | | | 0 | 0.0069723440 | |
| 10637366 | 4 years ago | | | 0 | 0.0047000760 |
ABI
ABI objects
Getter at block 21307119
decimals() view returns (uint256)
6
initialSupply() view returns (uint256)
10000000000000000
locked() view returns (bool)
false
name() view returns (string)
LUXZET Coin
owner() view returns (address)
0x392dcf1fcf2b623a6f6b8a0febb1d78e48209578
symbol() view returns (string)
LXZ
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowedAddresses(address) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
canTransfer(address _addr) view returns (bool)
lockedAddresses(address) view returns (bool)
State-modifying
Events allowAddress(address _addr, bool _allowed)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lockAddress(address _addr, bool _locked)
setLocked(bool _locked)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed 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.