Rare Penguin Pepe
Verified contract
Active on
Ethereum with 905 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 "Rare Penguin Pepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15608960 | 2 years ago | | | 0 | 0.00026629323 | |
| 15607771 | 2 years ago | | | 0 | 0.00025765282 | |
| 15602545 | 2 years ago | | | 0 | 0.00034158970 | |
| 15602544 | 2 years ago | | | 0 | 0.00033991671 | |
| 15601397 | 2 years ago | | | 0 | 0.00021166818 | |
| 15601138 | 2 years ago | | | 0 | 0.00029554143 | |
| 15601069 | 2 years ago | | | 0 | 0.00026169037 | |
| 15601048 | 2 years ago | | | 0 | 0.00017800054 | |
| 15601046 | 2 years ago | | | 0 | 0.00023029000 | |
| 15601016 | 2 years ago | | | 0 | 0.00019830369 |
ABI
ABI objects
Getter at block 21274855
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_MINTS_PER_TX() view returns (uint256)
20
NUM_FREE_MINTS() view returns (uint256)
900
PUBLIC_SALE_PRICE() view returns (uint256)
500000000000000
baseTokenURI() view returns (string)
ipfs://QmPzEyVYHeaJ9TTWtxHU1dH9fFYMJFf1CExbkAXSWHmDU9/
freeNFTAlreadyMinted() view returns (uint256)
900
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
999
name() view returns (string)
Rare Penguin Pepe
owner() view returns (address)
0xf821ad900267e3aaac0b87d7d1232c10918c5fbf
symbol() view returns (string)
RPP
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeEach(uint256 _limit)
setSalePrice(uint256 _price)
teamMint(uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()