PEPEGSNFT
Verified contract
Active on
Ethereum with 2,990 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PEPEGSNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18909139 | a year ago | | | 0 | 0.00063439664 | |
| 18882471 | a year ago | | | 0 | 0.0015819307 | |
| 18446099 | a year ago | | | 0 | 0.00079419275 | |
| 18177387 | a year ago | | | 0 | 0.00067520849 | |
| 17858331 | a year ago | | | 0 | 0.00059972226 | |
| 17738333 | a year ago | | | 0 | 0.00088925289 | |
| 17726628 | a year ago | | | 0 | 0.00098733654 | |
| 17698921 | a year ago | | | 0 | 0.00060451472 | |
| 17686039 | a year ago | | | 0 | 0.0029784184 | |
| 17672303 | a year ago | | | 0 | 0.0011769383 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership ownership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setFreeSupply(uint256 free)
setMaxPerWallet(uint256 max)
setMaxSupply(uint256 max)
setOperatorFilteringEnabled(bool value)
setPublicSale(bool isEnabled)
setReveal(bool isRevealed)
setSalePrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ExceedingMaxMint()
ExceedingMaxSupply()
InvalidETHSent()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()