ExoV9

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x146e533b at 15302673
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
7 additional variables

No balances found for "ExoV9"

No transactions found for "ExoV9"


Functions
Getter at block 21300069
baseURI(view returns (string)
getBaseURI(view returns (string)
getMintStatus(view returns (bool)
false
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
ownerWallet(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
stargate(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getBatchHead(uint256 tokenIdview 
isApprovedForAll(address owneraddress operatorview returns (bool)
isPlanetActive(uint256 planetIdview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256 count)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
burnBulk(uint256[] tokenIds
devMint(address[] _touint256[] _quantityuint256 _totalAmount
devRefund(address[] _touint256[] _quantity
devSetActivePlantIds(uint256[] _activePlanetIds
initialize(string name_string symbol_address ownerWallet_
release(
renounceOwnership(
safeMint(address touint256 quantity
safeMint(address touint256 quantitybytes _data
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setMintStatus(bool _mintActive
setOwnerWallet(address _ownerWallet
setStargate(address _stargate
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
travel(uint256[] _tokenIds
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
Burn(address indexed fromuint256 indexed tokenId
Initialized(uint8 version
Mint(address indexed touint256 indexed tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintExceedsDevSupply(
MintExceedsMaxSupply(
MintExceedsWalletAllowance(
MintIsNotActive(
MintQuantityLargerThanMaxPerTX(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwnerCanBurn(
OperatorQueryForNonexistentToken(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawToNonOwner(
WithdrawToZeroAddress(