Naughty Pups Club

Verified contract

Active on Ethereum with 991 txns
Deployed by via 0xdfc40a40 at 15027815
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Naughty Pups Club"

0xe7c86c5c68558c26e7cf151c4cb1996243bb4e1d09fb81f50d0cef85acfb048f
0x3aa6862c5996012802656930ac7e82f131a6e72d377b4e1543ab547d65eec636
0xc58f538bb0294678538cc52ffb996ad1acf2852705ad27d385738c5fa381d07a
0xc3567202e1f2c3df595964e546f09630470111fb23982cec40ded769b933018f
0x6c21229aaf933cd893b76287321a229a72d40d6517cddec04bf7037cbd9f96ef
0xb8c38e7e3cfc2978e86a8a6818ab2d27c3d99b72fa2a7cf507c8fbfb9310c275
From
0x564442899fe56cd60d289dae9cc206ffc6b75b76be4d9cc4db54d2a4e9b96cfe
0x0c2a2dfe89d462ed07e193e6facf95d11c022fc3a59bd271c0c301d8d9db3b1d
0xd13485944d377d3d06b80d0e39f9bf67057edb981af4c618d9afa54451c1fe99
0xfc65303bbfa2c18694b722adade6b6fc903748bf7a015fca1b314e5c62c523cf

Functions
Getter at block 20916379
MAX_SUPPLY(view returns (uint256)
10000
PRICE(view returns (uint256)
0
_isActive(view returns (bool)
true
amountForTeam(view returns (uint256)
300
name(view returns (string)
Naughty Pups Club
owner(view returns (address)
0xb54103c88d3020477940d390cb71561b2e9fc8df
symbol(view returns (string)
NPUPS
totalSupply(view returns (uint256)
2598
Read-only
_amountCounter(addressview returns (uint256)
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
internalMint(uint256 quantityaddress to
publicSaleMint(uint256 quantityaddress topayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setActive(bool isActive
setAmtPUBLIC(uint256 amtPUBLIC
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPublicTX(uint256 publicTX
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

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