The Lobstars

Verified contract

Active on Ethereum with 15,747 txns
Deployed by via 0xa1d217c5 at 14553990
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Lobstars"

0x9c2b2ccd6a0697920218fe6ad449a03c7a651efe48e96c34157aace7e242333c
0x924fb0f0ac32f3eb1cacb5d9234203ecebd58b7a410de39fb4002736d8bbc0cf
0x3a52e523fcf5b18503913cf073a2223a2711cd9a6775b39b4e83635585af66d1
0x755c122eb7ab10e8cd2cac55864e1af59aaa922155a6a5f73f2ab6ce35618236
0x25958c774667d0b74c1ab38ecf73d5e02d5461af57036155c35575b98bf1f06a
0x49b663e00f68cb7fb96fc1de58720bc48b0b24d6de06239183d1ffec4abd427c
0x5f89d4f1c87d0f9b03176a35c5838f2a98ee75dca847ddfef8334a29ce3b57f3
0xe9a4ef1c8625090bb81467edbaf5c518d963e0859683534f902e4bba7b0c9dee
0x2d5dfb3ae351985ad5329a7d0a76783348e265589682fbd24bd815b6295073d8
0xb02b09380752120b813b1e33f42d1f04d7663f74da22e048c5e32296dc7137b3

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValidSpot(uint256 spotIdview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
devMint(address receiveruint256 qty
mintAllowlist(bytes[] _signaturesuint256[] spotIdspayable 
publicMint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setClaimGroups(uint256 num
setPrice(uint256 newPrice
setSaleState(uint8 _state
setSigner(address _signer
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyMinted(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidPrice(
InvalidQuantity(
InvalidSender(
InvalidSignature(
InvalidSignerAddress(
InvalidSpotId(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(