Pepe of Glitch
Verified contract
Active on
Ethereum with 2,000 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 "Pepe of Glitch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19319552 | 9 months ago | | | 0 | 0.0030463334 | |
| 19066359 | 10 months ago | | | 0 | 0.00055302254 | |
| 18880741 | a year ago | | | 0 | 0.0010902930 | |
| 18834784 | a year ago | | | 0 | 0.0030008372 | |
| 18550682 | a year ago | | | 0 | 0.0019640736 | |
| 18536781 | a year ago | | | 0 | 0.0026106705 | |
| 18295938 | a year ago | | | 0 | 0.00024724398 | |
| 18231267 | a year ago | | | 0 | 0.00051477154 | |
| 18065012 | a year ago | | | 0 | 0.0012355706 | |
| 17775862 | a year ago | | | 0 | 0.00059804387 |
ABI
ABI objects
Getter at block 21222421
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxPerTx() view returns (uint256)
8
maxSupply() view returns (uint256)
888
name() view returns (string)
Pepe of Glitch
price() view returns (uint256)
2000000000000000
royalty() view returns (uint256)
50
symbol() view returns (string)
POG
totalSupply() view returns (uint256)
888
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(uint256 amount) payable
reserve(uint16 _mintAmount, address _receiver)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setUri(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()