wtftown

Verified contract

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

No balances found for "wtftown"

0x80d3fa6c58d2c6bbee176db1904da3cc53cc9f69fef7482c3c81590767032522
0x010ea023687146f3742495849d4785a7a6fb855e36dee0dd963baa1582911d78
From
0x51ca470f35baced237b65b81363e3be73cdf46c8adbcd6b84f283867ef08ff19
0xca8f2c97f47711e7370f46eba08588ce4bf145a831ae60c020b6ec38b9323264
0xe94fff33adfbe4500bb9241ec99789231e06236b6195cb6f6e0b75c721ebdcf7
0x889cb55565bd1cf9663f1eefaf04ecaaec161fbd53ad4d470a27f30542742918
0xe29c09a8cbf845f35abd5f29ed30aa2c4f26540cb57bc1ec24508e3a11a827de
0xfa3e578d38117c1108a4b467538e91e5504d42b6d537930dc80f04e41032684c
0xd5c70db9b2d645f6342b73b986b4932834650a357f45964e7c17d17fb3168454
0xc8478a53131a56045b8528fd6ad5ea594fe33dab9b368d8f8bf231174932cc3b

Functions
Getter at block 21318329
isMetadataLocked(view returns (bool)
false
maxPerAddress(view returns (uint256)
3
maxSupply(view returns (uint256)
3333
name(view returns (string)
wtftown
owner(view returns (address)
0x383d020b64102d23ecac9d48b9b6ebb08e7f5b42
revealed(view returns (bool)
false
symbol(view returns (string)
wtftown
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedAmount(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burnSupply(uint256 _amount
lockMetadata(
mint(uint256 _quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
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(