DickTown

Verified contract

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

No balances found for "DickTown"

0xb405c953d7a9b46aa2b6c8b404a9f78e849050b943b3d750984c7939bb5ae19e
0xb8ea26df0e4d630637248d97013f8fda21711c381e0eef9741699daa879ac73b
0x825e7db5581cba21595975b58d593ef33d2defe021c3e153c485ce76aad3e366
0x1e79485152851bbca7cb49b369a7041daa06f1e6ea4a8a673722952c8b6391ed
0x94d3655bc38642231817d07d17f2edcad68f26fe71dfda42d228f1bdb1f04583
0x1112bc60e981bdbd4d66182639ebe7b70009b1798f8e1731befef2c4eca1f8d2
0x279d5fcade0af368028f5ae06b7cbe1a48e95eb6f8be58e7b52882db9975b146
0x7dbbe8eebdf506a6eab05f9e855e833a3969b2e966fcb6c66db638208bec1c86
0xe7f5c4a27a9397840a8e00ad96fe6754d919b45945f0022c41075704838a28f6
0x49fe2d11a4544250b88ed6595fd366f829fd5ed0678c98abd68fcb21c4bb78a7

Functions
Getter at block 20851191
BASE_URI(view returns (string)
https://dicktown.xyz/data/
CONTRACT_URI(view returns (string)
https://dicktown.xyz/data/global.json
MAX_SUPPLY(view returns (uint256)
1300
PUBLIC_MINT_LIMIT(view returns (uint256)
100
PUBLIC_MINT_LIMIT_TXN(view returns (uint256)
20
TEAM_MINT_MAX(view returns (uint256)
300
TOTAL_SUPPLY_TEAM(view returns (uint256)
300
contractURI(view returns (string)
https://dicktown.xyz/data/global.json
name(view returns (string)
DickTown
owner(view returns (address)
0x1229d228f1d5c542b65ff23133012f9529c260da
paused(view returns (bool)
false
publicPrice(view returns (uint256)
30000000000000000
symbol(view returns (string)
MrDick
teamWallet(view returns (address)
0x1229d228f1d5c542b65ff23133012f9529c260da
totalSupply(view returns (uint256)
1280
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numUserMints(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mintToUser(uint256 quantityaddress receiver
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setContractURI(string _contractURI
setMaxSupply(uint256 _maxsupply
setPaused(bool _state
setPublicPrice(uint256 _publicPrice
setTeamMintMax(uint256 _teamMintMax
setTeamWalletAddress(address _teamWallet
teamMint(uint256 quantitypayable 
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(
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(