FAMOOSES

Verified contract

Active on Ethereum with 4,084 txns
Deployed by via 0xa27b5784 at 16077953
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FAMOOSES"

0x1faa0f5df0ca3c582783eba5364873f88dcc151ee749d468f352ce5f3f574bd4
From
0x91be610cb5df9a5638ff8ba2bdc6edff04c321ad55d2bdeecd14360ed139edaf
0x7f52e38a121facc3ba994b9c7f9b18c1db0abd08f25bb92f9e83600bce5b3a0a
0x8aabce1b764acbfccbf3e0aa5b3dc74db4cfcfa6e252f6d35ad19e71e5138512
0xc55e3bbced851736c2bfa6cf2037381ae9c9bec9df2f86408ad109a092f7419c
0x507ff09a21c53047d28bff193c5c3eaae3eac8291e6ba79a02a5515bfa2f4c5b
0x95fe9d0625bd888003b01e70bec93cd657892fbb64bcbaa34e28e6fca2169660
0xd828a997bedd06c6076a5f18cba18a873811503874527e0ca19842cee0bf8c12
0xce02102f0784777dc883ad43ac413053361fc8f0055b41c03fae411a0722a9c4
0x6d5328e2b723b7cbdd1f44429fdd36716fa84ba3df304ba1036c5190bdda04f7

Functions
Getter at block 21161817
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxMintPerAccount(view returns (uint256)
3
maxSupply(view returns (uint256)
8500
name(view returns (string)
FAMOOSES
owner(view returns (address)
0x32fa7d8745a7d48f57315b45ec435b0e14c5ffbb
paused(view returns (bool)
false
reservedSupplyLimit(view returns (uint256)
250
reservedSupplyMinted(view returns (uint256)
59
symbol(view returns (string)
FAMS
totalSupply(view returns (uint256)
8309
 
withdrawableAmount(view returns (uint256)
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintsPerAccount(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
mint(uint256 _amount
mintReserved(uint256 _amount
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setRoyaltyPercentage(uint96 _percentage
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator