Mutant Moonbirds

Verified contract

Active on Ethereum with 525 txns
Deployed by via 0x8ed83d9e at 14707528
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mutant Moonbirds"

0x40d035888eb56ddfe669461aa88d3f8d82a5d7737acb3a8de56c6b476302fad2
From
0x08a990f3c7241f87b147f8c7f246531ca59ecbab94e1881e49552a37327f5346
0x1c95291e10ed4297dc42a235d4dd2839e46b3f46c29396be4852cbbd6fb76c9e
0x15bb399bd48c8fed97f9be109d1d712d4c3f72df13704546109fcf84e21f1e38
0xa0cd916964082f49235bba4c2f4454710b933a3a1d485d7eb55b0be496ac0f5d
0x4fac14baed1f59a7bbe78f603b83e4c65fe8da2b32dd99ef83528ab08c55853e
From
0x0d9fcfe614bc652d551e9aad958e8137b51d96c3bd4bcad464b3c8b69ee60dc7
0x7199faa55eacc2243285c83442983a11ba4836bd9dab43dd8caba682fcb878a2
0x57e396cb75b5118334b14be2a4705d065e2e8c8cd572d23a4e25bd4acb5845e2
0x95769a06b069e554a06d27d9ea7958ffd66d505c46c312b0891d55df42e10ecd

Functions
Getter at block 21055122
FREE_MINTED(view returns (uint256)
197
FREE_SUPPLY(view returns (uint256)
420
MAX_MINTS_PER_TX(view returns (uint256)
30
MAX_SUPPLY(view returns (uint256)
755
baseURI(view returns (string)
ipfs://QmeS5wdXuuXoBV7aDRK5hNpNsQv5yrjXReb4kabNaj2b6C/
name(view returns (string)
Mutant Moonbirds
notRevealedUri(view returns (string)
ipfs://QmYaRBvmFef3nCwtDA4jLYvTDx5s5D5Phm2vVHAGkE8Kkz/hidden.json
owner(view returns (address)
0x24bcfeb1337a84393687919a11e0290b4bd47e46
price(view returns (uint256)
10000000000000000
publicSaleStarted(view returns (bool)
true
revealed(view returns (bool)
true
root(view returns (bytes32)
0x8204647b1e6220047f680d9fff15e8c94e7d3df0450d84da73163d456a648f2a
symbol(view returns (string)
MMB
totalSupply(view returns (uint256)
756
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasMintedClaim(address accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] proofbytes32 leafview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(bytes32[] proofpayable 
mint(uint256 tokenspayable 
ownerMint(address touint256 tokens
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPrice(uint256 _newPrice
setRoot(bytes32 newroot
setfreeSupply(uint256 _newfreeSupply
setmaxSupply(uint256 _newMaxSupply
setnotRevealedUri(string _newnotRevealedURI
togglePublicSaleStarted(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(