MoonFrens
Verified contract
Active on
Ethereum with 1,492 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 "MoonFrens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20411572 | 5 months ago | | | 0 | 0.000048737683 | |
| 20411571 | 5 months ago | | | 0 | 0.000047911847 | |
| 20411570 | 5 months ago | | | 0 | 0.000048511787 | |
| 20411557 | 5 months ago | | | 0 | 0.000046788752 | |
| 18879840 | a year ago | | | 0 | 0.0016110757 | |
| 18703371 | a year ago | | | 0 | 0.0012455201 | |
| 16798989 | 2 years ago | | | 0 | 0.0015964575 | |
| 16672945 | 2 years ago | | | 0 | 0.0011053846 | |
| 16655729 | 2 years ago | | | 0 | 0.0018542814 | |
| 16583471 | 2 years ago | | | 0 | 0.0010416097 |
ABI
ABI objects
Getter at block 21408910
maxPerAddress() view returns (uint256)
100
maxPerTx() view returns (uint256)
10
maxToken() view returns (uint256)
5555
name() view returns (string)
MoonFrens
nextOwnerToExplicitlySet() view returns (uint256)
0
notRevealedUri() view returns (string)
ipfs://QmRxjkiMnzhDSC157y417h21Jf6hMRF3hyo95PLStbVJPh/
owner() view returns (address)
0x0a4b3f4d4b6fb7978615ac2e91138bbcec0c666b
price() view returns (uint256)
0
publicSale() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
MFs
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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 approve(address to, uint256 tokenId)
flipPublicSaleState()
mint(uint256 quantity) payable
ownerMint(address _address, uint256 quantity)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _PriceInWEI)
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(string _NAME, string _SYMBOL)
This contract contains no fallback and receive objects.
This contract contains no error objects.