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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21681153 | a month ago | | | 0 | 0.0000015338785 | |
| 20248525 | 2 months ago | | | 0 | 8.3914271e-7 | |
| 18060686 | 4 months ago | | | 0 | 0.0000010532058 | |
| 16640255 | 5 months ago | | | 0 | 0.000000701467192590 | |
| 16436200 | 5 months ago | | | 0 | 7.6108700e-7 | |
| 16256918 | 5 months ago | | | 0 | 0.0000010237860 | |
| 15642832 | 6 months ago | | | 0 | 3.9057612e-7 | |
| 15601793 | 6 months ago | | | 0 | 0.0000061476895 | |
| 14863006 | 6 months ago | | | 0 | 0.0000015286806 | |
| 14268344 | 7 months ago | | | 0 | 0.0000014867770 |
ABI
ABI objects
Getter at block 23242357
TOKEN_CODE() view returns (uint256)
3896785256663238764969809882962
decimals() view returns (uint8)
18
name() view returns (string)
Hairdrop
owner() view returns (address)
0xa82a94d27a08fc4dfec0828282fb4a7765eac9ce
symbol() view returns (string)
HAIR
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverEth(address to, uint256 amount)
recoverTokens(address tokenAddress, address to, uint256 tokenAmount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EthRecovered(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenRecovered(address indexed token, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.