Fury of the Fur
Verified contract
Active on
Ethereum with 7,024 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Fury of the Fur"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982608 | a month ago | | | 0 | 0.00020434831 | |
| 20653627 | 3 months ago | | | 0 | 0.000013095008 | |
| 20649308 | 3 months ago | | | 0 | 0.000066586159 | |
| 20575741 | 3 months ago | | | 0 | 0.000068982101 | |
| 20575740 | 3 months ago | | | 0 | 0.000068417601 | |
| 20548074 | 3 months ago | | | 0 | 0.000034091400 | |
| 20518786 | 3 months ago | | | 0 | 0.000055070008 | |
| 20518275 | 3 months ago | | | 0 | 0.000042946465 | |
| 20396650 | 4 months ago | | | 0 | 0.000073132125 | |
| 20255690 | 4 months ago | | | 0 | 0.000062584097 |
ABI
ABI objects
Getter at block 21220764
baseExtension() view returns (string)
.json
cost() view returns (uint256)
1000000000000000
maxMintAmount() view returns (uint256)
25
maxMintAmountForWhiteList() view returns (uint256)
2
maxSupply() view returns (uint256)
9671
merkleRoot() view returns (bytes32)
0x8d095247fc680944bf0266974322c9065c9d26c529d8127f212163024609d086
name() view returns (string)
Fury of the Fur
notRevealedUri() view returns (string)
ipfs://QmefhQknbFpxoc4wc4vvbAkkwAA2ZvuXf1Bw7BQa5zvuCD/hidden.json
owner() view returns (address)
0x352f6aa85c8584fc29adda8ee31faf051495528d
paused() view returns (bool)
false
paused_whiteList() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
FOTF
totalSupply() view returns (uint256)
9671
whiteListCost() view returns (uint256)
50000000000000000
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause(bool _state)
pause_whiteList(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setNotRevealedURI(string _notRevealedURI)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _mintAmount) payable
withdraw() 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 _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.