Pixel Foxxies
Verified contract
Active on
Ethereum with 867 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Pixel Foxxies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21016575 | a month ago | | | 0 | 0.00020832155 | |
| 19856849 | 7 months ago | | | 0 | 0.00015182116 | |
| 18714293 | a year ago | | | 0 | 0.0022827395 | |
| 17964557 | a year ago | | | 0 | 0.0019890839 | |
| 17877264 | a year ago | | | 0 | 0.00091701756 | |
| 17326644 | 2 years ago | | | 0 | 0.0027567010 | |
| 16278624 | 2 years ago | | | 0 | 0.0015580980 | |
| 16163302 | 2 years ago | | | 0 | 0.00066696850 | |
| 15658064 | 2 years ago | | | 0 | 0.00025837026 | |
| 15606120 | 2 years ago | | | 0 | 0.00021493785 |
ABI
ABI objects
Getter at block 21311371
DOMAIN_SEPARATOR() view returns (bytes32)
0x3230b2cf5d7ad3d4da547efb3e80a33c4d1a4abac72546cab46f08b25530099e
WHITELIST_TYPEHASH() view returns (bytes32)
0x6ffc0bf29be4a2305e666e0e52873cba9a865cc7ba292b953d180181017b7167
baseURI() view returns (string)
ipfs://QmZWVytzoNr6NVW9Ei6G6wCHBbKVia7onpqBhyXdsMFDr5/
isBurnEnabled() view returns (bool)
false
maxSupply() view returns (uint256)
4500
name() view returns (string)
Pixel Foxxies
nextTokenId() view returns (uint256)
1352
owner() view returns (address)
0x1e83fc26d0b213e8baf749a7f02ac7bb2ee9fd82
symbol() view returns (string)
PFox
totalSupply() view returns (uint256)
1351
whiteListConfig() view returns (address whitelistSigner, uint32 startTime, uint32 endTime)
(whitelistSigner=0x37e56b311455957fff5b81cdbf899c7077e2e726, startTime=1634414400, endTime=1637442000)
Read-only
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)
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)
whiteListBoughtCounts(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintWhiteListTokens(uint256 count, uint256 maxCount, bytes signature) 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)
setIsBurnEnabled(bool _isBurnEnabled)
setUpWhiteList(address whitelistSigner, uint256 startTime, uint256 endTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string newBaseURI)
IsBurnEnabledChanged(bool newIsBurnEnabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WhiteListConfigChanged(address whitelistSigner, uint32 startTime, uint32 endTime)
WhiteListMint(address minter, uint256 count)
constructor(uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.