Moonbirds At Home
Verified contract
Active on
Ethereum with 4,911 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Moonbirds At Home"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119773 | 7 days ago | | | 0 | 0.000099152000 | |
| 20960747 | a month ago | | | 0 | 0.00018280934 | |
| 20748186 | 2 months ago | | | 0 | 0.000071687665 | |
| 20723686 | 2 months ago | | | 0 | 0.00011970457 | |
| 20586722 | 3 months ago | | | 0 | 0.000046700000 | |
| 20586468 | 3 months ago | | | 0 | 0.000050180848 | |
| 20586468 | 3 months ago | | | 0 | 0.000069416186 | |
| 20586468 | 3 months ago | | | 0 | 0.000085361712 | |
| 20425614 | 3 months ago | | | 0 | 0.00024630375 | |
| 20424166 | 3 months ago | | | 0 | 0.000044967764 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintInfo(address buyer, uint16 quantity) view returns (struct MintInfo)
getOgStats(address buyer) view returns (struct Stats)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address addressToCheck) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint16 quantity)
approve(address to, uint256 tokenId)
mint(uint16 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBirdPrice(uint256 birdPrice)
setPreSale(bool preSaleActive)
setPublicSale(bool publicSaleActive)
setStatsContract(address ogStatsAddress)
shouldAddJson(bool value)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()