LayerZero Is Live On Solana
Verified contract
Active on
Base with 115 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.21)
Native
Value
$0.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000055 | $3,796.08 |
$0.21 | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19588775 | 3 months ago | | | 0 | 4.2739477e-7 | |
| 18864949 | 4 months ago | | | 0.000011 | 9.4431870e-7 | |
| 18435499 | 4 months ago | | | 0.000011 | 3.8270802e-7 | |
| 18435490 | 4 months ago | | | 0.000011 | 4.8306022e-7 | |
| 17805096 | 4 months ago | | | 0.000011 | 3.8741280e-7 | |
| 17661927 | 4 months ago | | | 0 | 0.0000014852324 | |
| 17534113 | 5 months ago | | | 0.000011 | 6.1507531e-7 | |
| 16690084 | 5 months ago | | | 0 | 5.6372194e-7 | |
| 16633338 | 5 months ago | | | 0.000011 | 5.6543226e-7 | |
| 16591982 | 5 months ago | | | 0 | 3.1655679e-7 |
ABI
ABI objects
Getter at block 23572858
baseURI() view returns (string)
https://api-launchpad.omnihub.xyz/api/metadata/base/
fee() view returns (uint256)
11000000000000
name() view returns (string)
LayerZero Is Live On Solana
owner() view returns (address)
0x45d993393f7b3fe781935e1155118c7f830d4415
supply() view returns (uint256)
300
symbol() view returns (string)
LYRZRSLVNSLN
totalSupply() view returns (uint256 result)
109
Read-only
balanceOf(address owner) view returns (uint256)
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)
State-modifying
Events airdrop(address[] _addresses)
approve(address to, uint256 tokenId) payable
mint(uint256 quantity) payable
mintTo(address _receiver, uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _fee, uint256 _supply, string _newBaseURI, address _initialOwner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
StringsInsufficientHexLength(uint256 value, uint256 length)
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()