Lunatic Foxes
Verified contract
Active on
Ethereum with 3,950 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Lunatic Foxes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20949003 | a month ago | | | 0 | 0.00021036870 | |
| 20748673 | 2 months ago | | | 0 | 0.000090665101 | |
| 20521655 | 3 months ago | | | 0 | 0.000077471299 | |
| 20420368 | 4 months ago | | | 0 | 0.00027509820 | |
| 20390057 | 4 months ago | | | 0 | 0.00017806596 | |
| 20148167 | 5 months ago | | | 0 | 0.000092505782 | |
| 19871075 | 6 months ago | | | 0 | 0.00023969860 | |
| 19411692 | 8 months ago | | | 0 | 0.0029363749 | |
| 19117641 | 10 months ago | | | 0 | 0.00062296381 | |
| 19117633 | 10 months ago | | | 0 | 0.00055103310 |
ABI
ABI objects
Getter at block 21264251
GIVEAWAY_MINTED() view returns (uint256)
22
GIVEAWAY_NFT() view returns (uint256)
60
MAX_BY_MINT_IN_TRANSACTION_PRESALE() view returns (uint256)
5
MAX_BY_MINT_IN_TRANSACTION_SALE() view returns (uint256)
5
MAX_MINT_PRESALE() view returns (uint256)
20
MAX_MINT_SALE() view returns (uint256)
20
PRESALE_PRICE() view returns (uint256)
20000000000000000
SALE_MINTED() view returns (uint256)
9940
SALE_NFT() view returns (uint256)
9940
SALE_PRICE() view returns (uint256)
100000000000000
merkleRoot() view returns (bytes32)
0xb86275bcb775f4602da1d124f35182797233ed2560a12d4fc3d287734e136842
name() view returns (string)
Lunatic Foxes
owner() view returns (address)
0x29984e0e7ef7834b1ffd744e206d54609dd5a4ff
presaleEnable() view returns (bool)
true
saleEnable() view returns (bool)
true
symbol() view returns (string)
LFOX
totalSupply() view returns (uint256)
9962
Read-only
addressList(uint256) view returns (address)
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)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
shareList(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
users(address) view returns (uint256 presalemint, uint256 salemint)
State-modifying
Events approve(address to, uint256 tokenId)
mintGiveawayNFT(address _to, uint256 _count)
mintPreSaleNFT(uint256 _count, bytes32[] merkleProof) payable
mintSaleNFT(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPreSaleStatus(bool status)
setRoyalties(address recipient, uint256 value)
setSaleStatus(bool status)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
updateAddressList(address ownerAddress, address partnerAddress)
updateGiveawaySupply(uint256 newSupply)
updateMerkleRoot(bytes32 newRoot)
updateMintLimitPerTransectionPreSale(uint256 newLimit)
updateMintLimitPerTransectionSale(uint256 newLimit)
updatePreSaleMintLimit(uint256 newLimit)
updatePreSalePrice(uint256 newPrice)
updateSaleMintLimit(uint256 newLimit)
updateSalePrice(uint256 newPrice)
updateSaleSupply(uint256 newSupply)
updateShareList(uint256 ownerShare, uint256 partnerShare)
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.