Moonbirds At Home

Verified contract

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

No balances found for "Moonbirds At Home"

0xd724e93eba39de1fbb6fb85af1e90123b0ccd5590318783fb78f89ed0dd41b8e
From
0x0c7a690f52674241da4b36d8ff8118d5e9a5c4819b01db49f874723ec83c5ec2
0x1f512b47767a14a5edc36960e2bf407e967ca05a3c4505ec977f66be40cbac3f
0x24701302c7f63ecace2bf689544c922efc1f559596b94b54fd4c78c45a6b5300
0x3c6cc521a7d30bbe9173710658238370467ecd663c731803ee5d2fa99742009d
0x7bbf1032dc59050ea7f6348d2281896cb7f5a481253f14131c513e7c081b42b5
0xed9fe63b9ffe17420ec25a34105d0f51eb40bb759a0a7c55d995f708b949b846
0x09673de752e9cd2fa2c92675d1b8ba61c995a6787c69e5df359291ab0265a97d
0x0128b1d42378dcc4e3c9c2740290997d20686cd6112cf2878467049cd2b84d60
0x5464854ef11545a278962616525dc32ef9b44ec5ea147b434e1215008dc5f077

Functions
Getter at block 21166698
getBirdPrice(view returns (uint256)
16900000000000000
isPreSale(view returns (bool)
true
isPublicSale(view returns (bool)
true
name(view returns (string)
Moonbirds At Home
owner(view returns (address)
0xded209f8b4339b99de59857016caf9d35322b910
prerevealURL(view returns (string)
ipfs://QmSvmQDAZp86N9zrq2cr2TUkaiWbA16HFDGv2xE5S5NFMM
symbol(view returns (string)
MAH
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintInfo(address buyeruint16 quantityview returns (struct MintInfo)
getOgStats(address buyerview returns (struct Stats)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address addressToCheckview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint16 quantity
approve(address touint256 tokenId
mint(uint16 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setBirdPrice(uint256 birdPrice
setPreSale(bool preSaleActive
setPublicSale(bool publicSaleActive
setStatsContract(address ogStatsAddress
shouldAddJson(bool value
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(
Fallback and receive

This contract contains no fallback and receive objects.

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