Pudgy Pepes
Verified contract
Active on
Ethereum with 12,146 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 "Pudgy Pepes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105102 | 12 days ago | | | 0 | 0.00011902560 | |
| 20923198 | a month ago | | | 0 | 0.0016968902 | |
| 20414546 | 4 months ago | | | 0 | 0.00016993951 | |
| 20153957 | 5 months ago | | | 0 | 0.000055009225 | |
| 20153957 | 5 months ago | | | 0 | 0.000055195749 | |
| 19946216 | 6 months ago | | | 0 | 0.00010268682 | |
| 19863131 | 6 months ago | | | 0 | 0.00049767238 | |
| 19848385 | 6 months ago | | | 0 | 0.00020322784 | |
| 19848038 | 6 months ago | | | 0 | 0.00021129434 | |
| 19770852 | 7 months ago | | | 0 | 0.00035922269 |
ABI
ABI objects
Getter at block 21193586
MintPrice() view returns (uint256)
2500000000000000
MintStartEnabled() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmZcm3QoZpJNnz8RAAjjtQkJTsk7cCq3YM9x473KEZf1xs/
freeMint() view returns (uint256)
2
maxMint() view returns (uint256)
8888
maxMintPerTx() view returns (uint256)
20
name() view returns (string)
Pudgy Pepes
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xeee37fca261d765afc595b0f1025b6e8146488ef
symbol() view returns (string)
Pudgy Pepes
totalSupply() view returns (uint256)
8888
Read-only
WalletMint(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events OwnerBatchMint(uint256 qty)
airdropNFT(address to, uint256 qty)
approve(address to, uint256 tokenId)
mint(uint256 qty) 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_)
setMaxFreeMint(uint256 qty_)
setPrice(uint256 price_)
setPublicMinting()
setmaxMint(uint256 maxMint_)
setmaxMintPerTx(uint256 maxMintPerTx_)
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.
This contract contains no error objects.