trolltown.wtf

Verified contract

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

No balances found for "trolltown.wtf"

0xbdf814411c1f33615dcec0bd5e9e6ffc33a3871f2be30d08a4d005dc43e25336
0x618286c825a6987f3c7dbbbfe20091bb3d1dcd90fa91b1338b5f66d1e277536e
0xaacc1b2bb74608110351480564125f132f43755339695825116a3fe97acdad06
0xa451d2caa4e67d4e3555f287a01dfdcf38a43074301c9601cff6acc6a5e52559
0x7a63dfada65b93f43672d786e99758112178f367304fe17ae74c22ac2e0d5875
0xd864b7d3015f220eddb29ffb2e473df716b4e5ae016617c64bf932076be0acb2
0xfa756b3571933f2971fc48dea61946cd3403665447a9e1b390167f34a93b44a2
0x05e1b4469713d3e0b9c20a949d1434800ddf6eef95629d4900e5e26adc08ed81
0x46ada4b413a4f6c57fabcbeac0036ddca43d59257864330dc396ba2ff644559c
0xcdcb0ea77ec9937fb8f028d64d112a25d0e57bc74a226b2110c04677189bec10

Functions
Getter at block 20873511
FREE_MINTS_PER_TX(view returns (uint256)
5
MAX_MINTS_PER_TX(view returns (uint256)
40
PUBLIC_SALE_PRICE(view returns (uint256)
5000000000000000
TOTAL_FREE_MINTS(view returns (uint256)
1500
baseTokenURI(view returns (string)
ipfs://QmUGJTdcLAvNSNyU8HzRDvox8RsWiHHnfwAQarXZbA9NBT
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
6900
name(view returns (string)
trolltown.wtf
owner(view returns (address)
0x6e436a1a94c8a212ce671b7b819ed4b6693ca7cc
symbol(view returns (string)
TROLLTOWN
totalSupply(view returns (uint256)
6900
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantityaddress user
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(
Fallback and receive

This contract contains no fallback and receive objects.

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