Long Neckie Ladies
Verified contract
Active on
Ethereum with 6,564 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 |
---|---|---|---|---|---|
HQG | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109381 | 7 days ago | | | 0 | 0.00024033718 | |
| 21102501 | 8 days ago | | | 0 | 0.00012161310 | |
| 21089722 | 10 days ago | | | 0 | 0.00038832155 | |
| 21025216 | 19 days ago | | | 0 | 0.00043044566 | |
| 20941554 | a month ago | | | 0 | 0.00081626800 | |
| 20845076 | a month ago | | | 0 | 0.00039007077 | |
| 20832232 | 2 months ago | | | 0 | 0.00063520445 | |
| 20831677 | 2 months ago | | | 0 | 0.00060064190 | |
| 20710351 | 2 months ago | | | 0 | 0.00014675589 | |
| 20710318 | 2 months ago | | | 0 | 0.00016439463 |
ABI
ABI objects
Getter at block 21158722 getMaximumAllowedTokens() view returns (uint256)
MAX_LONGNECK() view returns (uint256)
3333
active() view returns (bool)
true
getPrice() view returns (uint256)
33000000000000000
getTotalSupply() view returns (uint256)
3333
maximumAllowedTokensPerPurchase() view returns (uint256)
25
name() view returns (string)
Long Neckie Ladies
owner() view returns (address)
0xfc92a0656b4bd7fbf4cbdf2d7b55c251d738c3d8
symbol() view returns (string)
LNL
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintMyLongNeck(address _to, uint256 _count) payable
renounceOwnership()
reserveLongNecks()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool val)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxReserve(uint256 val)
setMaximumAllowedTokens(uint256 _count)
setPrice(uint256 _price)
setReserveAtATime(uint256 val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AssetMinted(uint256 tokenId, address sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleActivation(bool active)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.