MoonPepez
Verified contract
Active on
Ethereum with 100 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 "MoonPepez"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18348171 | a year ago | | | 0 | 0.00024939281 | |
| 15859376 | 2 years ago | | | 0 | 0.00043686946 | |
| 15817027 | 2 years ago | | | 0 | 0.00047592855 | |
| 15571705 | 2 years ago | | | 0 | 0.00025853408 | |
| 15336389 | 2 years ago | | | 0 | 0.00029070597 | |
| 15336377 | 2 years ago | | | 0 | 0.00034362316 | |
| 15336374 | 2 years ago | | | 0 | 0.00028930044 | |
| 15336370 | 2 years ago | | | 0 | 0.00038387918 | |
| 15325520 | 2 years ago | | | 0 | 0.0010161403 | |
| 15325271 | 2 years ago | | | 0 | 0.00030079060 |
ABI
ABI objects
Getter at block 21258988
contractURI() view returns (string)
freeMintEnabled() view returns (bool)
true
name() view returns (string)
MoonPepez
owner() view returns (address)
0xf026d157e7dbaf650553a8fdfffec360eeaf2b16
saleEnabled() view returns (bool)
true
symbol() view returns (string)
MoonPepez
tokensAvailable() view returns (uint256)
2254
totalSupply() view returns (uint256)
1079
Read-only
URI(uint256 tokenId) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasFreeMint(address target) view returns (bool)
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)
claim(uint256 amount) payable
freeMintSet(bool v)
mint()
mints(address _to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleSet(bool v)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setMaxFreeMints(uint256 maxFreeMints_)
setMaxTokens(uint256 _maxTokens)
setPrice(uint256 price_)
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(uint256 maxTokens_, string baseURI_, uint256 maxFreeMints_, uint256 price_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()