This contract is being backfilled. You may encounter incomplete storage history.

SMOL PUNKS NFT

Verified contract

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

No balances found for "SMOL PUNKS NFT"

0x814ef6176042af431755e8bc747240e2f548d3f51803cfdd5b7d33f2645d817a
0xeecab72c0d3647642c22e34e1828dafd42ab8001fad3e1861d2fadcc8c731dce
0x245c96dfa0273fc55f66ddcbb4db0a4a9576de08a25bafc9fe5eaca92c345de5
0x676068eec3e436f3a52b90e6ed56a152908540851bf1481588e42db9b4f8978e
0x74c8d0b9e415543b8ab096f3108335bf850ba6d09bb85fdd55163dba69b64a72
0x7186bdcf9ced6f075a4353ac5c8815e15d347a38412e4e552764a767ca9fab56
0x8859befdd3eccaf28b43a79f57b47a4ec65e046191e16b9b5c7edd16dd755a91
0x665ebaf265b472516308fa8c4505f40255952a83fc8477b568b0ca751f376719
0x3c2b77cf91ae001da39c7e955f079ed7b0457828ae79c3b131cb013db219e67d
0xa9ff569c64830016c03fa5ff9bfb609f8b604ed99548ec150d47a5de7d279014

Functions
Getter at block 20800402
NUM_FREE_MINTS(view returns (uint256)
3333
cost(view returns (uint256)
2000000000000000
freeNFTAlreadyMinted(view returns (uint256)
63
maxFreeMintAmountPerWallet(view returns (uint8)
3
maxMintAmountPerTx(view returns (uint8)
10
maxMintAmountPerWallet(view returns (uint8)
10
maxSupply(view returns (uint16)
3333
name(view returns (string)
SMOL PUNKS NFT
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xd13cfe818c68356165e8835a9103ac1bd8b8a894
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
SMOLPUNKS
totalSupply(view returns (uint256)
639
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)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Mint(uint256 _mintAmountpayable 
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
burn(uint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setNumFreeMints(uint256 _numfreemints
setOperatorFilteringEnabled(bool value
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
seturiSuffix(string _uriSuffix
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(string _tokenNamestring _tokenSymbol
Fallback and receive

This contract contains no fallback and receive objects.

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