Ethereum Famous Fox
Verified contract
Active on
Ethereum with 2,229 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 "Ethereum Famous Fox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910589 | a year ago | | | 0 | 0.00044808809 | |
| 18909618 | a year ago | | | 0 | 0.00049320121 | |
| 15106078 | 2 years ago | | | 0 | 0.00092849456 | |
| 15105056 | 2 years ago | | | 0 | 0.00032412189 | |
| 15017104 | 2 years ago | | | 0 | 0.0010627324 | |
| 14985890 | 2 years ago | | | 0 | 0.0014652160 | |
| 14937574 | 3 years ago | | | 0 | 0.0011312240 | |
| 14875738 | 3 years ago | | | 0 | 0.00071052605 | |
| 14843065 | 3 years ago | | | 0 | 0.00074243499 | |
| 14842240 | 3 years ago | | | 0 | 0.0015005757 |
ABI
ABI objects
Getter at block 21394667
MAX_PER_TX() view returns (uint256)
4
MAX_SUPPLY() view returns (uint256)
5554
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmQCMZt3kY5KoiPw64b8W15LyzpCcQm5G1NjVTbX5pD9Cr/
name() view returns (string)
Ethereum Famous Fox
owner() view returns (address)
0x34c9aa2c1c1bc205048c5e6d574e4b432eb946ae
paused() view returns (bool)
false
price() view returns (uint256)
0
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revealed() view returns (bool)
true
symbol() view returns (string)
FF
totalSupply() view returns (uint256)
5554
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
donate() payable
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 _price)
setupOS()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()