Omni Mosquitoes
Verified contract
Active on
Ethereum with 3,916 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 "Omni Mosquitoes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21043317 | 17 days ago | | | 0 | 0.00049673126 | |
| 20963860 | a month ago | | | 0 | 0.0016331585 | |
| 20950078 | a month ago | | | 0 | 0.00080855343 | |
| 20171901 | 5 months ago | | | 0 | 0.00015113845 | |
| 20066069 | 5 months ago | | | 0 | 0.00021491165 | |
| 20001157 | 5 months ago | | | 0 | 0.00025145123 | |
| 19947579 | 6 months ago | | | 0 | 0.00028449534 | |
| 19851529 | 6 months ago | | | 0 | 0.00016647723 | |
| 19807187 | 6 months ago | | | 0 | 0.00017504345 | |
| 19716162 | 7 months ago | | | 0 | 0.00040577708 |
ABI
ABI objects
Getter at block 21167622
_owner() view returns (address)
0x20e7ec50ca5ac2240d5f176cf45f7cfcee80855f
name() view returns (string)
Omni Mosquitoes
owner() view returns (address)
0x20e7ec50ca5ac2240d5f176cf45f7cfcee80855f
symbol() view returns (string)
OxMosquitoes
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)
donate() payable
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)
setTrustedRemote(uint16 _chainId, bytes _trustedRemote)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
traverseChains(uint16 _chainId, uint256 tokenId) payable
withdraw(uint256 amt)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.