MoonFox

Verified contract

Active on Ethereum with 1,228 txns
Deployed by via 0x5078785a at 15426951
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots

No balances found for "MoonFox"

0x8edb5bfd6a2835da5c8f9b55286327d1feb596824272443c29e959568c6cceb3
0x41d68d11352e9d1f66f894572dcc54044c3097aa0f35611073857f539f10d189
0x32d78c9966aad3a580d3b1adf3e65569f4c9d3b2394d682b5ae39c6fe7f3af18
0x5a2f860db4f25073c0020ec748b449b763b3a5c0a5f19d2454010bbf7dfa29ab
0xeab140163a65da3ce78ceeff10e9b8d58674513da9d7c4cdc85d7c6775f67462
0xac32e82d15212510f2a0a33df0c77a7bd56115d606c8c0f8cf20bb4d595751e8
0x6083ff43bb8eb3aed164264ae317758daf381cdc31c3df98911013fa8b2666be
0x4414607e8f191183fef7575eac7a0ebc0904591b3af854774d8b835366118364
0x86056a24a674fc83a08caf1d62bf9e3926eed8c89c61bd5976e4dad91c75a346
0xc0e398550fa631cdb5a965185efa867207c78ff0531f5bb765fb77d316c97c84

Functions
Getter at block 21291287
ListWhitelistMerkleRoot(view returns (bytes32)
0xb463542fc9ebc4a18db0dfa88aa151b4819d0e29d563af7dd88a8e4d01f941d2
PRICE(view returns (uint256)
5000000000000000
WhitelistMerkleRoot(view returns (bytes32)
0xb463542fc9ebc4a18db0dfa88aa151b4819d0e29d563af7dd88a8e4d01f941d2
allowedToContract(view returns (bool)
false
isPublicSaleOn(view returns (bool)
true
maxPerAddressDuringMint(view returns (uint256)
4
maxSupply(view returns (uint256)
1500
name(view returns (string)
MoonFox
nextOwnerToExplicitlySet(view returns (uint256)
0
owner(view returns (address)
0xe0f33d4c57c5d282ea5ff939b16e10e13756407c
saleConfig(view returns (uint32 publicMintStartTimeuint32 MintStartTimeuint256 Priceuint256 AmountForWhitelist)
(publicMintStartTime=1000, MintStartTime=1000, Price=50000000000000000, AmountForWhitelist=4)
symbol(view returns (string)
MF
totalSupply(view returns (uint256)
1500
Read-only
_addressTransferToContract(addressview returns (bool)
_transferToContract(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isInTheWhitelist(bytes32[] _merkleProofview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
InitInfoOfSale(uint32 publicMintStartTimeuint32 mintStartTimeuint256 priceuint256 amountForWhitelist
PublicMint(uint256 quantitypayable 
WhilteListMint(uint256 quantitybytes32[] _merkleProofpayable 
approve(address touint256 tokenId
approve(address touint256 tokenIdbytes32[] _merkleProof
batchBurn(uint256[] tokenids
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowAddressToContract(address[] _addressbool[] _allow
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setApprovalForAll(address operatorbool approvedbytes32[] _merkleProof
setBaseURI(string baseURI
setListWhitelistMerkleRoot(bytes32 _merkleRoot
setMintStartTime(uint32 timestamp
setOwnersExplicit(uint256 quantity
setPrice(uint256 price
setPublicMintStartTime(uint32 timestamp
setWhitelistMerkleRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 maxBatchSize_uint256 collectionSize_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(