The Lobstars

Verified contract

Active on Ethereum with 15,649 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"

0xc0f3cfcc14ae8e9650cbcd9ccc4886032569e08f2d96ee9054c68d448b5a2af6
0x8431b45ec1f58af1e60a95b61290a3bce5e3395895bd2ec51a18fd7bbf42b3ee
0xae08d74af71cce9d07a0ff9826efaa0472aff111aaac86f1c5735d8e915bd2b9
0xad305c164c29f10a946480970a0bd1b5b95e4e89be963b03cc0217ef5e4c9981
0xe988baaac67d2df1b5f6d4de09f2f894113d4582cd7cdc4a73daedef71bfb94d
0x0b1c82dadc3438f91ee4a2d026dc024482d897233398abd756d7042211db25ae
0x604a2bccf6452cdea87b0302d156049a0c047b4b2b2f79d06c45623067f12fad
0xc641076c458ead035815260cb34ecbe7a3bcda23bcd2fdbe6e5bf837940ed151
0x123dd236471a05556f8b7634b466c2d5379636756fc60911b1377324c9217bd3
0x474958b6415139a07adf1f7feca49810cac0b878369d4a9ecd0cc400ba65f3e7

Functions
Getter at block 20858647
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(