Baby Moon Owls
Verified contract
Active on
Ethereum with 1,374 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 "Baby Moon Owls "
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20067159 | 6 months ago | | | 0 | 0.00028601322 | |
| 19204957 | 10 months ago | | | 0 | 0.0010169735 | |
| 19180268 | 10 months ago | | | 0 | 0.00073803906 | |
| 19180122 | 10 months ago | | | 0 | 0.00085543496 | |
| 19098549 | 10 months ago | | | 0 | 0.00080823823 | |
| 18638125 | a year ago | | | 0 | 0.00079404326 | |
| 18436258 | a year ago | | | 0 | 0.0013536080 | |
| 18424838 | a year ago | | | 0 | 0.00025174848 | |
| 18190824 | a year ago | | | 0 | 0.00045592619 | |
| 17952896 | a year ago | | | 0 | 0.00057028063 |
ABI
ABI objects
Getter at block 21310143
INSTANT_FREE_MINTED() view returns (uint256)
1
MAX_MINT_PER_ADDR() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
1500
PUBLIC_PRICE() view returns (uint256)
8500000000000000
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Baby Moon Owls
owner() view returns (address)
0x213f95329f44d304b1937d2c632bc635ada0f28f
paused() view returns (bool)
false
symbol() view returns (string)
BMOS
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 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 newBaseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
teamMint(uint256 quantity, address user)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 __price)
withdraw(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()