LeprechaunTown_WTF
Verified contract
Active on
Ethereum with 14,790 txns
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 "LeprechaunTown_WTF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20918051 | a month ago | | | 0 | 0.00025474355 | |
| 20789893 | 2 months ago | | | 0 | 0.00062812145 | |
| 20250166 | 4 months ago | | | 0 | 0.000058260130 | |
| 20215666 | 4 months ago | | | 0 | 0.000083069944 | |
| 20196321 | 4 months ago | | | 0 | 0.00010551843 | |
| 20174549 | 5 months ago | | | 0 | 0.00011421562 | |
| 20081776 | 5 months ago | | | 0 | 0.00073525639 | |
| 19953027 | 6 months ago | | | 0 | 0.000090409745 | |
| 19817566 | 6 months ago | | | 0 | 0.00030975031 | |
| 19816831 | 6 months ago | | | 0 | 0.00031575462 |
ABI
ABI objects
Getter at block 21160564
buyLimit() view returns (uint256)
5
contractURI() view returns (string)
ipfs://QmUjNsGE1tSSMkPJNmQq3yDhqEvfhBNkQft1AMXV5T75uT/?collection.json
freeLimit() view returns (uint256)
2
maxFree() view returns (uint256)
6000
maxSupply() view returns (uint256)
7777
name() view returns (string)
LeprechaunTown_WTF
owner() view returns (address)
0x8e43b938d70120e5c153c80d73da4ce1bb40195c
phase2price() view returns (uint256)
30000000000000000
reserved() view returns (uint256)
0
symbol() view returns (string)
LTWTF
totalBurned() view returns (uint256)
5
totalMinted() view returns (uint256)
7777
totalSupply() view returns (uint256)
7772
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberBurned(address owner) view returns (uint256)
numberFreeMinted(address owner) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
devMint(uint256 quantity)
getEther(address to, uint256 amount)
getToken(address tokenAddr, address to, uint256 amount)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractUri(string collectionUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEther()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()