The SolaVerse: SOLA-STARS
Verified contract
Active on
Ethereum with 2,866 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "The SolaVerse: SOLA-STARS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21422526 | a day ago | | | 0 | 0.00057852923 | |
| 21410735 | 3 days ago | | | 0 | 0.00085918750 | |
| 21106707 | a month ago | | | 0 | 0.000099901350 | |
| 20632099 | 4 months ago | | | 0 | 0.000059839660 | |
| 20619317 | 4 months ago | | | 0 | 0.00012752029 | |
| 20291742 | 5 months ago | | | 0 | 0.00020444850 | |
| 20116820 | 6 months ago | | | 0 | 0.00010004596 | |
| 19897295 | 7 months ago | | | 0 | 0.00015316429 | |
| 19798420 | 7 months ago | | | 0 | 0.00042736172 | |
| 19798418 | 7 months ago | | | 0 | 0.00054909213 |
ABI
ABI objects
Getter at block 21429613
baseURI() view returns (string)
https://thesolaverse.mypinata.cloud/ipfs/QmWhdx4bchd1PYUWddhuf5cv6dkiZoKhUvGaCawappY5xX/
general_sale_active() view returns (bool)
true
max_token_supply() view returns (uint256)
2000
max_tokens_per_transaction() view returns (uint256)
2
name() view returns (string)
The SolaVerse: SOLA-STARS
owner() view returns (address)
0xa857f8b5da06762d6d59b80c87b5ea9c0583344a
provenance_hash() view returns (string)
e2287017558f3bc50b8ab0b63fcedd6216ebc2bb762647ac5814642a7cf8e87a
public_raffle_sale_active() view returns (bool)
false
starting_index() view returns (uint256)
40
starting_index_block() view returns (uint256)
13834225
symbol() view returns (string)
SOLA-STAR
token_price() view returns (uint256)
200000000000000000
totalSupply() view returns (uint256)
2000
whitelist_sale_active() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWalletAuthorisedToMint(address _wallet, bytes _signature, string _id, string _timestamp, string _sale) pure returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
emergencySetStartingIndexBlock()
finalizeStartingIndex()
mintStarPublic(uint256 _num_tokens) payable
mintStarRaffle(uint256 _num_tokens, bytes _signature, string _id, string _timestamp) payable
mintStarWhitelist(bytes _signature, string _id, string _timestamp)
mintStarsWhitelist(bytes _signature, string _id, string _timestamp) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _new_token_base_uri)
setGeneralSaleActive(bool _active)
setProvenanceHash(string _provenance_hash)
setPublicRaffleSaleActive(bool _active)
setWhitelistSaleActive(bool _active)
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)
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.
This contract contains no error objects.