PEPEGSNFT

Verified contract

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

No balances found for "PEPEGSNFT"

0xd48391d4e3a418a6e9c7944382c856264b8bfc06124726165678a916eb76ff7d
0x7d21199528b7d32ecb302b2d76f94c73ff779c7e72a843c343bbce1014db1920
0xe15beab934c2723661ab2fa1e7373da809dadb0520a065746285a7c3cfdfa3a2
0x81ca26af39b24dafaeb4dbfc44e8af46e72c467627036d606c6ff6cafca21223
0xaf217ad39634065f3540845850c74d9d1fd6e1a622b86347809d7029a6e3fe2f
0x3e1a651c43710152188e83eb6899939a384dd5e447376f591224c2072aadac46
0x0ae5a69d66edbd989da6afeb6cc91c4f481a27ab07cbf38ce8496468f61aa747
0x959cbc31ac2b94fe9898e7dd8857bf50d4834b2b131a6dc516c13091e53f04d7
0x2076fa36e8eb44e34b0fd07a5d5e9db9766d9cbbb96cf251474cda1c35149deb
0xe1af03a2b402670bf9478e697c7626c894f47c6e4b7680c46ec4fefb84df54a0

Functions
Getter at block 21393562
FREE_SUPPLY(view returns (uint256)
3394
MAX_NFT_WALLET(view returns (uint256)
5
MAX_SUPPLY(view returns (uint256)
4000
NFT_PRICE(view returns (uint256)
6900000000000000
RESERVED_AMOUNT(view returns (uint256)
100
collectionRevealed(view returns (bool)
true
name(view returns (string)
PEPEGSNFT
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0x63bccb56c89519f78da1f795bbb5885324f47c5a
saleEnabled(view returns (bool)
true
symbol(view returns (string)
PEPEGS
totalFreeMinted(view returns (uint256)
3328
totalInfo(view returns (uint256[2])
[4000, 3328]
totalSupply(view returns (uint256)
4000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership ownership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
setFreeSupply(uint256 free
setMaxPerWallet(uint256 max
setMaxSupply(uint256 max
setOperatorFilteringEnabled(bool value
setPublicSale(bool isEnabled
setReveal(bool isRevealed
setSalePrice(uint256 price
transferFrom(address fromaddress touint256 tokenIdpayable 
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ExceedingMaxMint(
ExceedingMaxSupply(
InvalidETHSent(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(