MoonFox
Verified contract
Active on
Ethereum with 1,228 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "MoonFox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15447535 | 2 years ago | | | 0.05 | 0.00053064774 | |
| 15447534 | 2 years ago | | | 0.05 | 0.00053832425 | |
| 15447167 | 2 years ago | | | 0.05 | 0.0014050680 | |
| 15447166 | 2 years ago | | | 0.05 | 0.0014621285 | |
| 15447164 | 2 years ago | | | 0.05 | 0.0017101501 | |
| 15447163 | 2 years ago | | | 0.05 | 0.0015829093 | |
| 15446484 | 2 years ago | | | 0.05 | 0.00027230823 | |
| 15446035 | 2 years ago | | | 0.05 | 0.00029144061 | |
| 15445870 | 2 years ago | | | 0.05 | 0.00036262615 | |
| 15445870 | 2 years ago | | | 0.05 | 0.00036262615 |
ABI
ABI objects
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 publicMintStartTime, uint32 MintStartTime, uint256 Price, uint256 AmountForWhitelist)
(publicMintStartTime=1000, MintStartTime=1000, Price=50000000000000000, AmountForWhitelist=4)
symbol() view returns (string)
MF
totalSupply() view returns (uint256)
1500
Read-only
_addressTransferToContract(address) view returns (bool)
_transferToContract(uint256) view returns (bool)
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)
isInTheWhitelist(bytes32[] _merkleProof) 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 InitInfoOfSale(uint32 publicMintStartTime, uint32 mintStartTime, uint256 price, uint256 amountForWhitelist)
PublicMint(uint256 quantity) payable
WhilteListMint(uint256 quantity, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
approve(address to, uint256 tokenId, bytes32[] _merkleProof)
batchBurn(uint256[] tokenids)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowAddressToContract(address[] _address, bool[] _allow)
setAllowToContract()
setAllowTokenToContract(uint256 _tokenId, bool _allow)
setApprovalForAll(address operator, bool approved)
setApprovalForAll(address operator, bool approved, bytes32[] _merkleProof)
setBaseURI(string baseURI)
setListWhitelistMerkleRoot(bytes32 _merkleRoot)
setMintStartTime(uint32 timestamp)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price)
setPublicMintStartTime(uint32 timestamp)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()