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 "Luckchemy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9770658 | 5 years ago | | | 0 | 0.000024033000 | |
| 6951338 | 6 years ago | | | 0 | 0.000064260240 | |
| 6386301 | 6 years ago | | | 0 | 0.00046000000 | |
| 6212891 | 6 years ago | | | 0 | 0.0011532000 | |
| 6128546 | 6 years ago | | | 0 | 0.00099798100 | |
| 6128539 | 6 years ago | | | 0 | 0.0010006050 | |
| 6127395 | 6 years ago | | | 0 | 0.00099798100 | |
| 5918811 | 6 years ago | | | 0 | 0.00058264800 | |
| 5914404 | 6 years ago | | | 0 | 0.00048554000 | |
| 5870205 | 6 years ago | | | 0 | 0.0010006050 |
ABI
ABI objects
Getter at block 21256576
CROWDSALE_SUPPLY() view returns (uint256)
70000000000000000
OWNERS_AND_PARTNERS_ADDRESS() view returns (address)
0x603a535a1d7c5050021f9f5a4acb773c35a67602
OWNERS_AND_PARTNERS_SUPPLY() view returns (uint256)
30000000000000000
addressCount() view returns (uint256)
55
decimals() view returns (uint8)
8
name() view returns (string)
Luckchemy
owner() view returns (address)
0x18777aec0b231d1a4a9c66b51253088a03affdfc
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
released() view returns (bool)
false
serviceAgent() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LUK
totalSupply() view returns (uint256)
100000000000000000
Read-only
addressAvailabilityMap(address) view returns (bool)
addressMap(uint256) view returns (address)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
blacklist(address) view returns (bool)
getUniqueAddressByIndex(uint256 _addressIndex) view returns (address)
State-modifying
Events addBlacklistItem(address _blackAddr)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
changeServiceAgent(address _addr)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
releaseTokenTransfer()
removeBlacklistItem(address _blackAddr)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistAdd(address indexed addr)
BlacklistRemove(address indexed addr)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Release()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.