BigDick
Verified contract
Active on
Ethereum with 1,221 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BigDick"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18916255 | a year ago | | | 0 | 0.00055506322 | |
| 16954108 | 2 years ago | | | 0 | 0.0011441929 | |
| 16871258 | 2 years ago | | | 0 | 0.00059185679 | |
| 16871258 | 2 years ago | | | 0 | 0.0010785434 | |
| 16852755 | 2 years ago | | | 0 | 0.00039763252 | |
| 16821592 | 2 years ago | | | 0 | 0.0013739396 | |
| 16686860 | 2 years ago | | | 0 | 0.0020288837 | |
| 16657103 | 2 years ago | | | 0 | 0.0013265824 | |
| 16650191 | 2 years ago | | | 0 | 0.0025112970 | |
| 16482111 | 2 years ago | | | 0 | 0.00035214279 |
ABI
ABI objects
Getter at block 21276028
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numUserMints(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintToUser(uint256 quantity, address receiver)
publicMint(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)
setContractURI(string _contractURI)
setMaxSupply(uint256 _maxsupply)
setPaused(bool _state)
setPublicPrice(uint256 _publicPrice)
setTeamMintMax(uint256 _teamMintMax)
setTeamWalletAddress(address _teamWallet)
teamMint(uint256 quantity) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()