ShellzOrbV3

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x4e607898 at 16494696
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
2 additional variables

No balances found for "ShellzOrbV3"

No transactions found for "ShellzOrbV3"


Functions
Getter at block 20838950
getLaunchpadSupply(view returns (uint256)
1000
getMaxLaunchpadSupply(pure returns (uint256)
1000
isRetreatingEnabled(view returns (bool)
false
launchpad(view returns (address)
0x0000000000000000000000000000000000000000
launchpadQuantity(view returns (uint32)
0
maxSupply(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
payoutWallet(view returns (address)
0x0000000000000000000000000000000000000000
publicPrice(view returns (uint256)
0
saleQuantity(view returns (uint256)
0
signer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getHash(address buyeruint256 allowedQuantityuint256 startTimeuint256 endTimeview returns (bytes32)
getMintStats(address minterview returns (uint256 minterNumMinteduint256 currentTotalSupplyuint256 maxSupply_)
isApprovedForAll(address _owneraddress operatorview returns (bool)
isRetreating(uint256 tokenIdview returns (bool)
operatorProxies(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
retreatingTime(uint256 tokenIdview returns (uint256 t)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256 tokenId)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
userMinted(addressview returns (uint256)
State-modifying
approve(address operatoruint256 tokenId
devMint(address touint32 quantity
enterRetreating(uint256 tokenId
enterRetreatingMulti(uint256[] tokenId
exitRetreating(uint256 tokenId
exitRetreatingMulti(uint256[] tokenId
initialize(
initializeV2(
initializeV3(address[] allowedSeaDrop
kickFromRetreat(uint256 tokenId
mint(uint256 quantityuint256 allowedQuantityuint256 startTimeuint256 endTimebytes signaturepayable 
mintSeaDrop(address minteruint256 quantitypayable 
mintTo(address touint256 size
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setDefaultRoyalty(address receiveruint96 feeNumerator
setLaunchpad(address launchpad_
setLaunchpadSupply(uint32 launchpad_supply
setMaxSupply(uint256 newMaxSupply
setMintPrice(uint256 newPrice_
setPayoutWallet(address _payoutWallet
setRetreatingEnable(bool enableRetreating
setSigner(address signer_
swapOperatorProxies(address _proxyAddress
swapRetreatOperator(address operator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateAllowList(address seaDropImplstruct AllowListData allowListData
updateAllowedFeeRecipient(address seaDropImpladdress feeRecipientbool allowed
updateAllowedSeaDrop(address[] allowedSeaDrop
updateCreatorPayoutAddress(address seaDropImpladdress payoutAddress
updateDropURI(address seaDropImplstring dropURI
updatePayer(address seaDropImpladdress payerbool allowed
updatePublicDrop(address seaDropImplstruct PublicDrop publicDrop
updateSignedMintValidationParams(address seaDropImpladdress signerstruct SignedMintValidationParams signedMintValidationParams
updateTokenGatedDrop(address seaDropImpladdress allowedNftTokenstruct TokenGatedDropStage dropStage
withdraw(
Events
AllowedSeaDropUpdated(address[] allowedSeaDrop
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
MaxSupplyUpdated(uint256 newMaxSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SeaDropTokenDeployed(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInRetreating(
ApprovalNotEnabled(
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply
Ended(
ExceedAllowedQuantity(
ExceedMaxSupply(
InvalidSignature(
MaxSupplyCannotBeBelowTotalSupply(uint256 newMaxSupply
MintQuantityExceedsMaxSupply(uint256 totaluint256 maxSupply
MintTooManyAtOnce(
NotAllowed(
NotAuthorized(
NotEOA(
NotEnoughETH(
NotInRetreating(
NotStarted(
OnlyAllowedSeaDrop(
OperatorNotAllowed(address operator
RetreatingDisabled(
SignersMismatch(
TicketUsed(
TokenGatedMismatch(
ZeroQuantity(