Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23667239 | 5 days ago | | | 0 | 0.0000010394229 | |
| 23558728 | 8 days ago | | | 0.000005 | 5.5836976e-7 | |
| 23297055 | 14 days ago | | | 0 | 7.1706859e-7 | |
| 23175711 | 17 days ago | | | 0.000005 | 0.000000205615146628 | |
| 23155667 | 17 days ago | | | 0.000005 | 4.2210408e-7 | |
| 23114222 | 18 days ago | | | 0.000005 | 3.5675860e-7 | |
| 23113888 | 18 days ago | | | 0.000005 | 2.3806630e-7 | |
| 23112818 | 18 days ago | | | 0.000005 | 2.9934846e-7 | |
| 22868041 | 24 days ago | | | 0.000005 | 1.2510223e-7 | |
| 22867588 | 24 days ago | | | 0.000005 | 1.9114455e-7 |
ABI
ABI objects
Getter at block 23904372
baseURI() view returns (string)
https://api-launchpad.omnihub.xyz/api/metadata/base/
fee() view returns (uint256)
5000000000000
name() view returns (string)
Base NFT
owner() view returns (address)
0x19db1e417df8837779698f7f9a9ba74f47a5a9eb
supply() view returns (uint256)
1000
symbol() view returns (string)
BSNFT
totalSupply() view returns (uint256 result)
411
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()