Pepe Feet Pix
Verified contract
Proxy
Active on
Ethereum with 565 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 48 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "Pepe Feet Pix"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19177990 | 9 months ago | | | 0 | 0.0017836510 | |
| 18954458 | 10 months ago | | | 0 | 0.0030088555 | |
| 16999365 | 2 years ago | | | 0 | 0.00094493582 | |
| 16976543 | 2 years ago | | | 0 | 0.0022988271 | |
| 16894923 | 2 years ago | | | 0 | 0.00062628015 | |
| 16866942 | 2 years ago | | | 0 | 0.00067978779 | |
| 16781851 | 2 years ago | | | 0 | 0.00097381312 | |
| 16748592 | 2 years ago | | | 0 | 0.0012759955 | |
| 16711330 | 2 years ago | | | 0 | 0.0021061879 | |
| 16710660 | 2 years ago | | | 0 | 0.0012163245 |
ABI
ABI objects
Getter at block 21212100 contractURI() view returns (string)
IS_PUBLIC_MINTING_OPEN() view returns (bool)
false
MAX_MINTS_PER_WALLET() view returns (uint256)
10
MINT_FEE() view returns (uint256)
0
ammountWithdrawn() view returns (uint256)
79800000000000000
lockBaseUri() view returns (bool)
false
name() view returns (string)
Pepe Feet Pix
owner() view returns (address)
0xc14052b8fdf292294b7e11f21084ad6d7b99db29
placeholderImage() view returns (string)
remaining() view returns (uint256)
1966
reserve() view returns (uint256)
0
royaltyBasis() view returns (uint256)
500
symbol() view returns (string)
pfpix
totalSupply() view returns (uint256)
5003
version() pure returns (string)
2.0.1
Read-only
accountMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintsUsed(address account) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenAvailable(uint256 tokenID) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 quantity)
airdrop(address[] to)
approve(address to, uint256 tokenId)
changeBaseUri(string baseURI_)
changeMintFee(uint256 mintFee_)
changeMintLimit(uint256 mintLimit_)
changePlaceholderImage(string placeholderImage_)
initialize(string name_, string symbol_, string baseURI_, address ownerAddress_, uint256 mintFee_, uint256 size_, address whiteListSignerAddress_, uint256 mintLimit_, uint256 royaltyBasis_, string placeholderImage_)
mint(uint256 quantity) payable
mintWithSignature(bool isFree, address to, uint256 customFee, uint256 limit, uint256 quantity, bytes signature) payable
permanentlyLockBaseUri()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
togglePublicMinting()
transferBalance(address to, uint256 ammount)
transferERC20Balance(address erc20ContractAddress, address to, uint256 ammount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateReserveAmmount(uint256 ammount)
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)
This contract contains no constructor objects.
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()