LittlePunk

Verified contract

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

No balances found for "LittlePunk"

0x4a3d239ee700d792d9b9a7ac597ff98159cf2398d3ecf2fa290644e683912933
0x64f821cc7c96f98202b36365ada947946d8c9614268d92e4dd26398cd846cdf6
0x3ee83e39de36cdcf0bcd48310ab09a410d7f42db5f2bbcad833dcd1af2acd20f
0x705bb4cadb0e91cca62ff0e89f829f8667a0e011e68e6ad77c7e5877d2c5ecf1
0xdbd37632df465b4b4cdb0b162f1edbd043b9d6dc4384b15ff6993e7ce859e9bb
0xa4d83ab04f1575f0a61c376b0a23e2d3c3c080d95c3b541097d15ba7cc0c350a
0x16802f022e2be4e98c15c827aadd1734bfc1e71870bfe9a3b6e2d9723bb9f51f
0x28277aa56d1fb1282437f3b695a4def05aa4c3af8a25f5921150a6ab9a8cea86
0xb2b78482b2f091e0528a1ffce145f37a32e4907889b1d8c502ea2098ed49d74d
0x9593c1da317f503da71cdddbf01f1f194025de99874220d500577fca7300fe1f

Functions
Getter at block 20882021
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
3000
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
1
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
3000
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
3500000000000000
name(view returns (string)
LittlePunk
owner(view returns (address)
0xe7e3d961402c306a8c8e7a10a57931e714125f5b
symbol(view returns (string)
LP
totalSupply(view returns (uint256)
2515
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
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
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(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
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(