Nubbies

Verified contract

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

No balances found for "Nubbies"

0x42f60b53286aa8627d2a6ad655ef6b96c253503cc441a44f742d00df279939c2
0x74792cb5ccd5443eeddcc1f9f12d414fdfb1bf37f8e5a7519a28f786ddb80c50
0x8e546d0e3080a3a005b7811595a76fec0b197955c01e78f14f109c2b581d1efa
0x096c4a80c7f58fdd6411573072d02d42cbf3459377ad13ccee88dd82b17997ca
0x68c525a8e9d57a8569f11f8e5b45954f60b153e8442e77147335ede9a0e9a202
0x351b021db749336cfadbb31e786ef0a3264c5522c84db3d5aaebbe70eaa995ff
0x6e9908f8ddbd744211f5da82452a4a66c4a4d2d2af4fe8530740b5ccb7f84d64
0xd33209536e0ab81fb919dea2c368e552c23ea7c30b478e7f096d92eb68f91f56
0x84f2ac7704f9cfdf9dbded43743b4830c124a4aa26fb6553da4431ca3e4880c3
0x8ad7dfd909fe28892de940ea6a75f2e694d90ece918663c87e98dbcd73a0e154

Functions
Getter at block 21409300
WLpaused(view returns (bool)
true
cost(view returns (uint256)
98000000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmTHmua8GZQtCHiJ1ZLhiSmZqC3r11LDZm4H49ypcWq9hx/hiddenmd.json
maxMintAmountPerTx(view returns (uint8)
1
maxSupply(view returns (uint16)
999
maxWLMintAmountPerWallet(view returns (uint8)
1
name(view returns (string)
Nubbies
owner(view returns (address)
0x82418494ab7f2fd60da242d336a160ccaf4b2e2c
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
NS
totalSupply(view returns (uint256)
999
whiteListCost(view returns (uint256)
98000000000000000
whitelistMerkleRoot(view returns (bytes32)
0x50c94ad4be9a8553a3a1c981590fdc90b6d7a7dd5a8e1cb4761e848c3c00180b
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)
txPerAddress(addressview returns (uint8)
State-modifying
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
burn(uint256 _tokenID
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetaDataUri(string _uri
setMaxMintAmountPerTx(uint8 _maxtx
setMaxTxPerWlAddress(uint8 _limit
setPaused(
setReveal(
setUriPrefix(string _uriPrefix
setWLCost(uint256 _cost
setWLPaused(
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint8 _mintAmountbytes32[] merkleProofpayable 
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(