FOXIES
Verified contract
Proxy
Active on
Ethereum with 62 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
13 additional
variables
Balances ($0.00)
No balances found for "FOXIES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18000148 | a year ago | | | 0 | 0.00089869234 | |
| 16243814 | 2 years ago | | | 0 | 0.00068669478 | |
| 15052418 | 2 years ago | | | 0.2 | 0.0082091058 | |
| 14838583 | 3 years ago | | | 0 | 0.00098870502 | |
| 14806136 | 3 years ago | | | 0 | 0.0014330095 | |
| 14711293 | 3 years ago | | | 0 | 0.0027749356 | |
| 14671102 | 3 years ago | | | 0 | 0.0021354983 | |
| 14600848 | 3 years ago | | | 0 | 0.0011160758 | |
| 14600497 | 3 years ago | | | 0.1 | 0.0060231753 | |
| 14600484 | 3 years ago | | | 0 | 0.032488445 |
ABI
ABI objects
Getter at block 21281008
auctionActive() view returns (bool)
false
auctionDuration() view returns (uint256)
0
auctionPrice() view returns (uint256)
0
auctionStartedAt() view returns (uint256)
0
maxAmount() view returns (uint256)
10000
maxPerMint() view returns (uint256)
10
maxPerWallet() view returns (uint256)
100
name() view returns (string)
FOXIES
owner() view returns (address)
0xde994bdf8412e9b37bfcb0556bdae19386649924
presaleActive() view returns (bool)
false
price() view returns (uint256)
100000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
FOXIES
totalRevenue() view returns (uint256)
2100000000000000000
totalSupply() view returns (uint256)
119
treasury() view returns (address)
0xde994bdf8412e9b37bfcb0556bdae19386649924
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
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)
batchAirdrop(uint256[] numberOfTokens, address[] recipients)
initialize(string name_, string symbol_, address treasury_, address trustedForwarder_)
mint(uint256 numberOfTokens) payable
presaleMint(uint256 numberOfTokens, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMerkleRoot(bytes32 newRoot)
setTreasury(address newTreasury)
startAuction(uint256 newMaxAmount, uint256 newMaxPerMint, uint256 newMaxPerWallet, uint256 newStartPrice, uint256 newEndPrice, uint256 newDuration, bool presale)
startSale(uint256 newMaxAmount, uint256 newMaxPerMint, uint256 newMaxPerWallet, uint256 newPrice, bool presale)
stopSale()
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)
MerkleRootSet(bytes32 indexed merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenBaseURISet(string indexed tokenBaseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.