The Lobstars
Verified contract
Active on
Ethereum with 15,747 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 "The Lobstars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299188 | 2 hours ago | | | 0 | 0.00039336278 | |
| 21274066 | 4 days ago | | | 0 | 0.00053874922 | |
| 21271727 | 4 days ago | | | 0 | 0.00081810239 | |
| 21248704 | 7 days ago | | | 0 | 0.00047609893 | |
| 21232771 | 9 days ago | | | 0 | 0.00021722244 | |
| 21232313 | 9 days ago | | | 0 | 0.00044826077 | |
| 21229289 | 10 days ago | | | 0 | 0.00073894713 | |
| 21213000 | 12 days ago | | | 0 | 0.00047012724 | |
| 21207019 | 13 days ago | | | 0 | 0.00043034085 | |
| 21201229 | 14 days ago | | | 0 | 0.00082385469 |
ABI
ABI objects
Getter at block 21299816
MAX_PER_TX() view returns (uint256)
6
SUPPLY() view returns (uint256)
7777
_baseTokenURI() view returns (string)
ipfs://bafybeieu4hh2wridmjrplw6tvo545afwc3kyaq7lrm2v5xrvagcovyubsm/
name() view returns (string)
The Lobstars
owner() view returns (address)
0x66e940777a7b3d2652814e36fee067cd4805edc0
price() view returns (uint256)
77000000000000000
saleState() view returns (uint8)
1
symbol() view returns (string)
LOBS
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidSpot(uint256 spotId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address receiver, uint256 qty)
mintAllowlist(bytes[] _signatures, uint256[] spotIds) payable
publicMint(uint256 amount) 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 baseURI)
setClaimGroups(uint256 num)
setPrice(uint256 newPrice)
setSaleState(uint8 _state)
setSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
AlreadyMinted()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
InvalidQuantity()
InvalidSender()
InvalidSignature()
InvalidSignerAddress()
InvalidSpotId()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()