Phudgy Pepes
Verified contract
Active on
Ethereum with 667 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 "Phudgy Pepes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17095300 | 2 years ago | | | 0 | 0.0011489290 | |
| 17095278 | 2 years ago | | | 0 | 0.0019490679 | |
| 16095033 | 2 years ago | | | 0 | 0.00053628657 | |
| 15747365 | 2 years ago | | | 0 | 0.00082252805 | |
| 15439168 | 2 years ago | | | 0 | 0.00038622377 | |
| 15423675 | 2 years ago | | | 0 | 0.00043605600 | |
| 15423671 | 2 years ago | | | 0 | 0.00043605600 | |
| 15421705 | 2 years ago | | | 0 | 0.00061562500 | |
| 15421695 | 2 years ago | | | 0 | 0.00048152090 | |
| 15421691 | 2 years ago | | | 0 | 0.00043001940 |
ABI
ABI objects
Getter at block 21216585
MintPrice() view returns (uint256)
0
MintStartEnabled() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmV2WLNC7etW8JkKe4nVADcHxdqRyXFJfDeThBv7cvD9CG/
freeMint() view returns (uint256)
15
maxMint() view returns (uint256)
8888
maxMintPerTx() view returns (uint256)
20
name() view returns (string)
Phudgy Pepes
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x080bb2e4c273fd727b54bfc0c02a63a8054483b5
symbol() view returns (string)
Phudgy Pepes
totalSupply() view returns (uint256)
3416
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.