Stoned Pepe

Verified contract

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

No balances found for "Stoned Pepe"

0x40eb5998f68ef05a5f7d21d9ee766bbd20d8dc3e240076b9957150680cd68dfd
0xf8383375e60ee9f15cb6c1e6f3b1b3ca9f2d50aa8a94f8f0f30ccf4e3352c356
0xf8ac7f6b1de21f1f0668afd7dad26e1663df471b17ddba579372e23e9fd6e87a
0x4f5cd2767f1dcaac582e98a5eee4d37ef6979b3e976d095edb67589f68a9ae0b
0xc20b8e9f8336e0c34f146e43d2157e37e651277dc8a10c417665c003969a01b1
0xc6211013455d22082e12c222429392486143ea523baf971e515cb19f064b23b5
0xac6e4e1fc8340b55957dfb51cb1d26c522c23048a702c34acb4ebf234d02d344
0x60d177faa993d67867eb3242dde3495d5c1c6fb5a53858d89e28a83696eb92b5
0xa48c5df09ae2244fa6b47ce470f18dd1531e857c754360209f8f0554cf53b3da
0xd593ef79a66dde95f2240910767260b6cf020f4861b922d3ca52ecdfe056f922

Functions
Getter at block 21390406
MAX_FREE_PER_WALLET(view returns (uint256)
5
MAX_MINTS_PER_TX(view returns (uint256)
100
NUM_FREE_MINTS(view returns (uint256)
3333
PUBLIC_SALE_PRICE(view returns (uint256)
1000000000000000
baseTokenURI(view returns (string)
ipfs://bafybeie5lkbdrrumvrgv5wjxnwubhhnnekalhptvseewkz4hiw7n74ceti
freeNFTAlreadyMinted(view returns (uint256)
3009
getFreeNftAlreadyMinted(view returns (uint256)
3009
getIsPublicSaleActive(view returns (bool)
true
getSalePrice(view returns (uint256)
1000000000000000
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
3333
name(view returns (string)
Stoned Pepe
owner(view returns (address)
0xac624883052eb2d2ed54cab87e3b4f9b8276d5d5
symbol(view returns (string)
SP
totalSupply(view returns (uint256)
3333
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
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
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(
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(