Mood Flippers

Verified contract

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

No balances found for "Mood Flippers"

0x6c72830ee25d910bddc0fdba3656135ea715f23bf120c701145ed74de857ef74
0xd142042a0d04819ec7286125bda4bb92882523446cf155a73ccf9472ac71d545
0xe85d322e5bc543762e118f0f35d2096e720c703dee9c506cc5c310ec19a74ef7
0xc44ca42d450a0480f6f88461d1c5d31725203ac455f9e3a1a0981e64cf401983
0x771689d27b8650d3210c5e45bfe1e3eff96e380bc0f2a9cf89c7b147607458cf
0xfcf73705cf321b56558ca0e11f0033a28b855c55841eb611b33024839b8ec9ea
0xc8de4f21d8ca39faef81b6ece731633836b7ab90897a6475c3c98712431a1e88
0x90ab000ebfbc3c1eac7515e2af9b57095766bada0e3e11f237e7c0593e68fc2f
From
0x45abc756c9a753fa171c88fadbf3e51f3f36377956dfe5df733f690f08736310
0x489a917b29f2c60d34faf4cd3cfa2dd99a1269bd9b2023af48606616bcc87972

Functions
Getter at block 21226796
PROVENANCE_HASH(view returns (string)
eeb93a8f12eebd1f2e5301de21594aa1fb8972d312b1d0cf3f5e004b98d366d1
baseURI(view returns (string)
https://moodflippers.com/api/metadata/
beneficiary(view returns (address)
0xc8313ac324da8ad99d3887fed0c4fffe9d41e813
contractURI(view returns (string)
https://moodflippers.com/api/metadata/MoodFlippers
merkleRoot(view returns (bytes32)
0xf717f814bbf9ba479ad47e3a9c19c08d6f1ea05db8f218132b76558fa798e2cb
name(view returns (string)
Mood Flippers
owner(view returns (address)
0xd7e5e1c0cb9540669d8f22f71c9540460db23938
saleState(view returns (uint8)
3
symbol(view returns (string)
MOODFLIPPERS
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
earlyAccessSpotsUsed(address addrview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mintListed(uint256 amountbytes32[] merkleProofuint256 maxAmountpayable 
mintPublic(uint256 amountpayable 
ownerMint(address touint256 amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setBeneficiary(address _beneficiary
setContractURI(string uri
setMerkleRoot(bytes32 _merkleRoot
setProvenanceHash(string hash
setRoyaltyInfo(address receiveruint96 numerator
setSaleState(uint8 _saleState
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(address _beneficiaryaddress royaltiesReceiverstring _initialBaseURIstring _initialContractURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ContractMintDisallowedError(
EarlyAccessClosedError(
ExceedsMaxSupplyError(
IncorrectAmountError(
InsufficientEarlyAccessSpotsError(
InvalidProofError(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
PublicSaleClosedError(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(