XpaceUpgradeable

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xb938b2f0 at 14505425
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 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
12 additional variables

No balances found for "XpaceUpgradeable"

No transactions found for "XpaceUpgradeable"


Functions
Getter at block 21305876
blindBoxURI(view returns (string)
contractURI(view returns (string)
maxMint(view returns (uint256)
0
maxSupply(view returns (uint256)
0
mintPrice(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
revealed(view returns (bool)
false
sellWhitelist(view returns (bool)
false
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
accountMinted(address accountview returns (uint256)
balanceOf(address ownerview returns (uint256)
canMintCount(address accountview returns (uint256)
containsWhitelist(uint256 keyaddress accountview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
whitelist(uint256 keyview returns (address[])
whitelistCount(uint256 keyview returns (uint256)
whitelistMinted(address accountview returns (uint256)
State-modifying
addWhitelist(uint256 keyaddress[] accounts
approve(address touint256 tokenId
flipPaused(
flipRevealed(
flipSaleWhitelist(
initialize(string _namestring _symbol
mint(uint256 quantitypayable 
mintTo(address[] accountsuint256 quantity
removeWhitelist(uint256 keyaddress[] accounts
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string uri
setBaseTokenURIExtension(string extension
setBlindBoxURI(string uri
setContractURI(string uri
setMaxMint(uint256 count
setMaxSupply(uint256 count
setMintPrice(uint256 price
setOpenWhitelist(bool _open
setRecipient(address account
setTokenURI(uint256 tokenIdstring uri
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseTokenURI(string uri
BaseTokenURIExtension(string extension
BlindBoxURI(string uri
ContractURI(string uri
MaxMint(uint256 count
MaxSupply(uint256 count
MintPrice(uint256 price
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Recipient(address account
Revealed(address account
SellWhitelist(address account
TokenURI(uint256 tokenIdstring uri
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Unrevealed(address account
UnsellWhitelist(address account
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.