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 "PEEEP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21033065 | a month ago | | | 0 | 0.00041781596 | |
| 20988097 | a month ago | | | 0 | 0.0013970912 | |
| 20932706 | a month ago | | | 0 | 0.00055103797 | |
| 20878380 | 2 months ago | | | 0 | 0.0010484483 | |
| 20872887 | 2 months ago | | | 0 | 0.0010718857 | |
| 20866895 | 2 months ago | | | 0 | 0.00056312352 | |
| 20785332 | 2 months ago | | | 0 | 0.0019327110 | |
| 20726858 | 2 months ago | | | 0 | 0.00024309688 | |
| 20640037 | 3 months ago | | | 0 | 0.000041419043 | |
| 20521000 | 3 months ago | | | 0 | 0.00015796677 |
ABI
ABI objects
Getter at block 21262130
maxSupply() view returns (uint256)
1999
name() view returns (string)
PEEEP
owner() view returns (address)
0x843c0bce5084cb09b41b6789495b7979fb92fff7
symbol() view returns (string)
PEEEP
totalSupply() view returns (uint256)
1999
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) payable
privateMint(uint16 _mintAmount, address _addr)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setFreePertx(uint256 pret, uint256 pret2)
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()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()