SlylyFoxes
Verified contract
Active on
Ethereum with 2,398 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 "SlylyFoxes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19146069 | 10 months ago | | | 0 | 0.00094638754 | |
| 18934299 | a year ago | | | 0 | 0.00056721000 | |
| 18934260 | a year ago | | | 0 | 0.00058387301 | |
| 18470092 | a year ago | | | 0 | 0.0025408997 | |
| 18126351 | a year ago | | | 0 | 0.0013671439 | |
| 17116080 | 2 years ago | | | 0 | 0.00096332648 | |
| 16921081 | 2 years ago | | | 0 | 0.0025559623 | |
| 16902939 | 2 years ago | | | 0 | 0.00062783575 | |
| 16760078 | 2 years ago | | | 0 | 0.0012484347 | |
| 16705982 | 2 years ago | | | 0 | 0.0023989165 |
ABI
ABI objects
Getter at block 21389429
addressLimitPresale() view returns (uint256)
3
hiddenMetadataUri() view returns (string)
ipfs://Qmdrf5MHTv5aB9KEPbiZMps2xZBAZc1MLXeHM2yTCwmMDS/hidden.json
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0xfcb921fc07fde9843f7aaa91396ca29eaa8b654e5ee166b39d4171bb0e3d80a3
name() view returns (string)
SlylyFoxes
owner() view returns (address)
0x998bf49a22c2f6ad67d6b3dd4b588f8591ca6de2
paused() view returns (bool)
false
price() view returns (uint256)
0
reservedMarketingAndTeam() view returns (uint256)
250
revealed() view returns (bool)
true
symbol() view returns (string)
SLYLY
totalSupply() view returns (uint256)
10000
uriPrefix() view returns (string)
ipfs://bafybeigsoeo4wpyxsvk2lamyhslcyp3kun7j2twilubcvwpu5nelqpgt5m/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
addressPresaleMintedBalance(address) view returns (uint256)
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddressLimitPresale(uint256 _newAddressLimitPresale)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _price)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
togglePaused()
toggleRevealed()
toggleWhitelistMintEnabled()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()