This contract is being backfilled. You may encounter incomplete storage history.

SkyverseMint

Verified contract

Implementation

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

No balances found for "SkyverseMint"

No transactions found for "SkyverseMint"


Functions
Getter at block 20799050
MAX_SUPPLY(view returns (uint256)
0
baseTokenURI(view returns (string)
designatedSigner(view returns (address)
0x0000000000000000000000000000000000000000
maxPublicMintForEach(view returns (uint8)
0
maxRWListMintForEach(view returns (uint8)
0
maxReserveMintForEach(view returns (uint8)
0
maxWhiteListMintForEach(view returns (uint8)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
ownerMinted(view returns (uint256)
0
paused(view returns (bool)
false
publicMintPriceForEach(view returns (uint256)
0
publicMinted(view returns (uint256)
0
reserveListEndTime(view returns (uint256)
0
reserveListMinted(view returns (uint256)
0
reserveListPriceForEach(view returns (uint256)
0
rwListEndTime(view returns (uint256)
0
rwListMinted(view returns (uint256)
0
rwListPriceForEach(view returns (uint256)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
treasure(view returns (address)
0x0000000000000000000000000000000000000000
whiteListEndTime(view returns (uint256)
0
whiteListMinted(view returns (uint256)
0
whiteListPriceForEach(view returns (uint256)
0
whiteListStartTime(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getSigner(struct SkyverseSignerWhiteList skyverseview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintSpotBought(addressview returns (uint256)
reserveListSpotBought(addressview returns (uint256)
rwListSpotBought(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whiteListSpotBought(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
initialize(string name_string symbol_uint256 epochTime_address treasure_address designatedSigner_
ownerMint(uint256 _amount
publicMint(uint256 _amountpayable 
renounceOwnership(
reserveListMint(struct SkyverseSignerWhiteList _whitelistuint256 _amountpayable 
rwListMint(struct SkyverseSignerWhiteList _whitelistuint256 _amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setDesignatedSigner(address _signer
setMAX_SUPPLY(uint256 amount
setMaxPublicMintForEach(uint8 _amount
setMaxRWMintForEach(uint8 _amount
setMaxReserveListMintForEach(uint8 _amount
setMaxWhiteListMintForEach(uint8 _amount
setPublicMintPriceForEach(uint256 _price
setRWListEndTime(uint256 _time
setRWListPriceForEach(uint256 _price
setReserveListEndTime(uint256 _time
setReserveListPriceForEach(uint256 _price
setTreasure(address _treasure
setWhiteListEndTime(uint256 _time
setWhiteListStartTime(uint256 _epochTime
setWhitelistPriceForEach(uint256 _price
togglePause(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whiteListMint(struct SkyverseSignerWhiteList _whitelistuint256 _amountpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(