ShellzOrbV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
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
1 additional
variable
Balances ($0.00)
No balances found for "ShellzOrbV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ShellzOrbV2"
ABI
ABI objects
Getter at block 21193978
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
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHash(address buyer, uint256 allowedQuantity, uint256 startTime, uint256 endTime) view returns (bytes32)
isApprovedForAll(address _owner, address operator) view returns (bool)
isRetreating(uint256 tokenId) view returns (bool)
operatorProxies(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
retreatingTime(uint256 tokenId) view returns (uint256 t)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
userMinted(address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
devMint(address to, uint32 quantity)
enterRetreating(uint256 tokenId)
enterRetreatingMulti(uint256[] tokenId)
exitRetreating(uint256 tokenId)
exitRetreatingMulti(uint256[] tokenId)
initialize()
initializeV2()
kickFromRetreat(uint256 tokenId)
mint(uint256 quantity, uint256 allowedQuantity, uint256 startTime, uint256 endTime, bytes signature) payable
mintTo(address to, uint256 size)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setLaunchpad(address launchpad_)
setLaunchpadSupply(uint32 launchpad_supply)
setMintPrice(uint256 newPrice_)
setPayoutWallet(address _payoutWallet)
setRetreatingEnable(bool enableRetreating)
setSigner(address signer_)
swapOperatorProxies(address _proxyAddress)
swapRetreatOperator(address operator)
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)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
AlreadyInRetreating()
ApprovalNotEnabled()
Ended()
ExceedAllowedQuantity()
ExceedMaxSupply()
InvalidSignature()
MintTooManyAtOnce()
NotAllowed()
NotAuthorized()
NotEOA()
NotEnoughETH()
NotInRetreating()
NotStarted()
OperatorNotAllowed(address operator)
RetreatingDisabled()
TicketUsed()
ZeroQuantity()