Moonbears
Verified contract
Active on
Ethereum with 11,642 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66a7…d675
Balances ($0.00)
No balances found for "Moonbears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156389 | 2 days ago | | | 0 | 0.00059824520 | |
| 21128991 | 5 days ago | | | 0 | 0.00087263939 | |
| 21128955 | 5 days ago | | | 0 | 0.0011177632 | |
| 21115011 | 7 days ago | | | 0 | 0.00030620703 | |
| 21114878 | 7 days ago | | | 0 | 0.00022663358 | |
| 21114824 | 7 days ago | | | 0 | 0.00042052508 | |
| 21113380 | 8 days ago | | | 0 | 0.00016762578 | |
| 21111190 | 8 days ago | | | 0 | 0.00016514131 | |
0xa22cb465 | 21111181 | 8 days ago | | | 0 | 0.000083545762 | |
| 21110454 | 8 days ago | | | 0 | 0.00033236915 |
ABI
ABI objects
Getter at block 21168294
isSaleActive() view returns (bool)
true
name() view returns (string)
Moonbears
nextTokenId() view returns (uint256)
2500
owner() view returns (address)
0x25cdcd47a065ccdf0d3a8d033a8e618f5636c3aa
symbol() view returns (string)
MB
Read-only
balanceOf(address owner) view returns (uint256)
failedMessages(uint16, bytes, uint256) view returns (uint256 payloadLength, bytes32 payloadHash)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events approve(address to, uint256 tokenId)
devMint()
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint(uint8 numTokens) payable
onLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setGasForDestinationLzReceive(uint256 newVal)
setMaxPerTx(uint8 _maxPerTx)
setPrice(uint256 _newPrice)
setTrustedRemote(uint16 _chainId, bytes _trustedRemote)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
traverseChains(uint16 _chainId, uint256 tokenId) payable
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_, address _layerZeroEndpoint, uint256 _startToken, uint256 _maxMint, uint256 _price, uint8 _devMints)
This contract contains no fallback and receive objects.
This contract contains no error objects.