CryptoFoxes
Verified contract
Active on
Ethereum with 11,270 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1000 additional slots
Balances ($0.00)
No balances found for "CryptoFoxes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147408 | 2 days ago | | | 0 | 0.00039433020 | |
| 21141541 | 2 days ago | | | 0 | 0.00043670432 | |
| 21130232 | 4 days ago | | | 0 | 0.00066830607 | |
| 21126444 | 5 days ago | | | 0 | 0.0013597314 | |
| 21124959 | 5 days ago | | | 0 | 0.00030058539 | |
| 21124533 | 5 days ago | | | 0 | 0.00033084099 | |
| 21122548 | 5 days ago | | | 0 | 0.00060288728 | |
| 21121843 | 5 days ago | | | 0 | 0.00026713397 | |
| 21115597 | 6 days ago | | | 0 | 0.00055718317 | |
| 21066384 | 13 days ago | | | 0 | 0.00069672973 |
ABI
ABI objects
Getter at block 21158697
MAX_FOXES() view returns (uint256)
11111
name() view returns (string)
CryptoFoxes
owner() view returns (address)
0x004cb0824debecf4bc0ce8ee42d1d4db76df3248
symbol() view returns (string)
CFXS
totalSupply() view returns (uint256)
11111
Read-only
balanceOf(address owner) view returns (uint256)
foxesV1exist(uint256 foxId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isAuthClaim(address _to, uint256 _foxV1Id) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
authClaim(address _to, uint256[] _foxesV1Id)
buyTicket(address _to, uint256 _count) payable
claimTicket(address _to, uint256[] _foxesV1Id)
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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(string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.