DwarfTownWTF

Verified contract

Active on Ethereum with 1,186 txns
Deployed by via 0x882b5cd4 at 14892170
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DwarfTownWTF"

0xc3d47c38128b2d15104b9535b7827b43510a18342db6f7569029673e8c6b4025
0xa1e6dfe7e43aa18bfd501e4c3490c7dd5a67841198dcebe524a6b6b5649a32d2
0x0880c3bebd4f73a867bcfa1793204ca8a750d9796d4fa367352a0966ece9b236
0x4e6e3f48e2e1ab3bd05c1cf2996215a380721ae1733a0f21e83a5f4ba4547c8a
0x7533df018ecfdae493d09c0b7e4dec1dc31116c962975940308f58229f45cd70
0x6d5e9471be554976993a8f6c2afd7e16013be7630c79b7dfaf85f01b922b73cf
0x9bf98885c95f32ba19fd1cdc4449accf66c81d0f246405d15ca5b20276dcaa13
0xe01b513bc1a8dc00f3915c3b8abab466ddc0faabd530310e127eb534f3d5eea6
0xad98fd1e3c73063511579c964b4d0dfcdd8ef7a3f70001cffcd85e5d99dcf2f7
0x16b6fdaf42320a26daf2ae675eaaf64514c69c399750fb8e19ed3b022256b7e0

Functions
Getter at block 21190537
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
10000
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
5
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
10000
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
7700000000000000
name(view returns (string)
DwarfTownWTF
owner(view returns (address)
0xba5786e2a64e81cac934f95d851a0048e3794902
symbol(view returns (string)
DwarfTownWTF
totalSupply(view returns (uint256)
4577
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(