Mood Flippers
Verified contract
Active on
Ethereum with 6,869 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc831…e813
Balances ($0.00)
No balances found for "Mood Flippers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218809 | a day ago | | | 0 | 0.00050529337 | |
| 21008819 | a month ago | | | 0 | 0.00043233998 | |
| 20997470 | a month ago | | | 0 | 0.00025779338 | |
| 20997470 | a month ago | | | 0 | 0.00025804357 | |
| 20965967 | a month ago | | | 0 | 0.00055142907 | |
| 20965964 | a month ago | | | 0 | 0.00059447174 | |
| 20965963 | a month ago | | | 0 | 0.0010475769 | |
| 20945953 | a month ago | | | 0 | 0.00065800998 | |
| 20903161 | a month ago | | | 0 | 0.00029602681 | |
| 20890118 | 2 months ago | | | 0 | 0.00015457765 |
ABI
ABI objects
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 owner) view returns (uint256)
earlyAccessSpotsUsed(address addr) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintListed(uint256 amount, bytes32[] merkleProof, uint256 maxAmount) payable
mintPublic(uint256 amount) payable
ownerMint(address to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setBeneficiary(address _beneficiary)
setContractURI(string uri)
setMerkleRoot(bytes32 _merkleRoot)
setProvenanceHash(string hash)
setRoyaltyInfo(address receiver, uint96 numerator)
setSaleState(uint8 _saleState)
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(address _beneficiary, address royaltiesReceiver, string _initialBaseURI, string _initialContractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractMintDisallowedError()
EarlyAccessClosedError()
ExceedsMaxSupplyError()
IncorrectAmountError()
InsufficientEarlyAccessSpotsError()
InvalidProofError()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
PublicSaleClosedError()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()