MoonTownWtf
Verified contract
Active on
Ethereum with 519 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($42.85)
Native
Value
$42.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0138 | $3,105.17 |
$42.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15265282 | 2 years ago | | | 0 | 0.00072020671 | |
| 14895935 | 2 years ago | | | 0 | 0.0025174676 | |
| 14891827 | 2 years ago | | | 0 | 0.0021432609 | |
| 14891658 | 2 years ago | | | 0 | 0.0011738493 | |
| 14890962 | 2 years ago | | | 0 | 0.0019439395 | |
| 14889947 | 2 years ago | | | 0 | 0.0019749420 | |
| 14889946 | 2 years ago | | | 0 | 0.0017633170 | |
| 14889912 | 2 years ago | | | 0 | 0.0027793449 | |
| 14889534 | 2 years ago | | | 0 | 0.0020704217 | |
| 14889286 | 2 years ago | | | 0 | 0.0011841827 |
ABI
ABI objects
Getter at block 21229188
actualCollectionSize() view returns (uint256)
10000
devMints() view returns (uint256)
150
maxFree() view returns (uint256)
2000
maxPerTx() view returns (uint256)
5
maxPerWallet() view returns (uint256)
50
name() view returns (string)
MoonTown.WTF
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0cb0e2689a80f484fe5006354bb99bb0ce2cdcf4
publicMintPrice() view returns (uint256)
6900000000000000
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
MT.WTF
totalSupply() view returns (uint256)
2002
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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)
walletQuantity(address owner) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
devMint(uint256 quantity)
publicSaleMint(uint256 quantity) 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)
setOwnersExplicit(uint256 quantity)
togglePublicMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.