FoxyHounds
Verified contract
Active on
Ethereum with 3,965 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4444…53ff
Balances ($0.00)
No balances found for "FoxyHounds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20673062 | 3 months ago | | | 0 | 0.000057178765 | |
| 20637427 | 3 months ago | | | 0 | 0.000073599808 | |
| 20631825 | 3 months ago | | | 0 | 0.000058800826 | |
| 20613180 | 3 months ago | | | 0 | 0.00014491770 | |
| 20377920 | 4 months ago | | | 0 | 0.00027964273 | |
| 19951537 | 6 months ago | | | 0 | 0.00012613925 | |
| 19869575 | 6 months ago | | | 0 | 0.00032052067 | |
| 19852617 | 6 months ago | | | 0 | 0.00038286387 | |
| 19748754 | 7 months ago | | | 0 | 0.00027318596 | |
| 19634723 | 7 months ago | | | 0 | 0.00086772343 |
ABI
ABI objects
Getter at block 21224655 getMyAssets() view returns (uint256[])
NFT() view returns (address)
0x444467738cf0c5bcca9c1d6f66670f4c493e53ff
claimActive() view returns (bool)
true
claimSupply() view returns (uint256)
3333
claimed() view returns (uint256)
2098
maxTx() view returns (uint256)
20
name() view returns (string)
FoxyHounds
nonce() view returns (uint256)
6666
owner() view returns (address)
0x5881c0cb2ffb180a93e59fa9497ba9b54b8bba49
presaleActive() view returns (bool)
false
price() view returns (uint256)
40000000000000000
saleActive() view returns (bool)
false
symbol() view returns (string)
HOUNDS
totalSupply() view returns (uint256)
6666
Read-only
balanceOf(address owner) view returns (uint256)
foxyMints(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getAssetsByOwner(address _owner) view returns (uint256[])
getFoxyByOwner(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWallets(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 qty) payable
buyPresale(uint256 qty) payable
claim(uint256[] ids)
giveaway(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimActive(bool val)
setClaimSupply(uint256 newSupply)
setFoxyFamAddress(address newAddress)
setMaxTx(uint256 newMax)
setPresaleActive(bool val)
setPresaleWallets(address[] _a, uint256[] _amount)
setPrice(uint256 newPrice)
setSaleActive(bool val)
setTotalSupply(uint256 newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawOwner()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Giveaway(address to, uint256 qty)
Mint(address owner, uint256 qty)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(uint256 amount)
constructor(address nft)
This contract contains no fallback and receive objects.
This contract contains no error objects.