Fox Killer
Verified contract
Active on
Ethereum with 353 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Fox Killer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15742821 | 2 years ago | | | 0 | 0.0011203840 | |
| 15646335 | 2 years ago | | | 0 | 0.00081093524 | |
| 15645898 | 2 years ago | | | 0 | 0.00070133390 | |
| 15645875 | 2 years ago | | | 0 | 0.00027500115 | |
| 15645865 | 2 years ago | | | 0 | 0.00022692533 | |
| 15645840 | 2 years ago | | | 0 | 0.00019514788 | |
| 15645840 | 2 years ago | | | 0 | 0.00027045000 | |
| 15645825 | 2 years ago | | | 0 | 0.00023818842 | |
| 15645812 | 2 years ago | | | 0 | 0.00023464168 | |
| 15645812 | 2 years ago | | | 0 | 0.00023464168 |
ABI
ABI objects
Getter at block 21184436
ListWhitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PRICE() view returns (uint256)
90000000000000000
WlRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowedToContract() view returns (bool)
false
getMaxSupply() view returns (uint256)
4444
isPublicSaleOn() view returns (bool)
true
maxPerAddressDuringMint() view returns (uint256)
1000
maxSupply() view returns (uint256)
4444
name() view returns (string)
Fox Killer
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xe0c2860f5467ed2b174d834541eb8d152d2b9e5e
saleConfig() view returns (uint32 publicMintStartTime, uint32 MintStartTime, uint256 Price, uint256 AmountForWhitelist, uint256 AmountForPubliclist)
(publicMintStartTime=1664418600, MintStartTime=1664418600, Price=50000000000000000, AmountForWhitelist=1000, AmountForPubliclist=1000)
symbol() view returns (string)
FK
totalSupply() view returns (uint256)
4435
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 FK_BB(uint256[] tokenids)
InitInfoOfSale(uint32 publicMintStartTime, uint32 mintStartTime, uint256 price, uint256 amountForWhitelist, uint256 AmountForPubliclist)
MintBywhiteList(uint256 quantity, bytes32[] _merkleProof) payable
MintbyPublic(uint256 quantity) payable
approve(address to, uint256 tokenId)
approve(address to, uint256 tokenId, bytes32[] _merkleProof)
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)
setwlRoot(bytes32 _merkleRoot)
switchFuc()
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 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()