Starlite
Verified contract
Active on
Ethereum with 1,284 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "Starlite"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997982 | 13 days ago | | | 0 | 0.00018827281 | |
| 20656670 | 2 months ago | | | 0 | 0.000068298635 | |
| 20608307 | 2 months ago | | | 0 | 0.000063559339 | |
| 20608212 | 2 months ago | | | 0 | 0.000055348153 | |
| 20606860 | 2 months ago | | | 0 | 0.00018042355 | |
| 20606752 | 2 months ago | | | 0 | 0.00016409741 | |
| 19933470 | 5 months ago | | | 0 | 0.00053651531 | |
| 19907829 | 5 months ago | | | 0 | 0.000071285800 | |
| 19895786 | 5 months ago | | | 0 | 0.00016372749 | |
| 19494897 | 7 months ago | | | 0 | 0.00052488683 |
ABI
ABI objects
Getter at block 21090099
_contractURI() view returns (string)
https://starlite.gg/sltcontract.json
baseCost() view returns (uint256)
8800000000000000
contractURI() view returns (string)
https://starlite.gg/sltcontract.json
cost() view returns (uint256)
8800000000000000
freeMintLimit() view returns (uint256)
1000
getFreeMint() view returns (uint256)
1000
getMaxWalletLimitPL() view returns (uint256)
2
getMaxWalletLimitWL() view returns (uint256)
2
getPausedState() view returns (bool)
true
getTotalSupply() view returns (uint256)
3237
getWhitelistState() view returns (bool)
true
hiddenMetadataUri() view returns (string)
https://www.starlite.gg/hiddenMeta.json
maxClaimLimit() view returns (uint256)
2
maxMintAmountPerTx() view returns (uint256)
51
maxSupply() view returns (uint256)
3238
maxSupplyController() view returns (address)
0xcfe2dcb0d5444398cf33b741c64a12a7fb0d83ae
maxWalletLimitPL() view returns (uint256)
2
maxWalletLimitWL() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0xeacc076afc0184ce513f1d23b4d6cb1353b916cc9d56c91a78e82a6de5b02d3e
name() view returns (string)
Starlite
owner() view returns (address)
0xcfe2dcb0d5444398cf33b741c64a12a7fb0d83ae
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
SLT
totalSupply() view returns (uint256)
3237
uriPrefix() view returns (string)
https://www.starlite.top/nft/json/
uriSuffix() view returns (string)
.json
walletLimit() view returns (uint256)
8889
whitelistPhase() view returns (bool)
true
Read-only
alreadyClaimed(address) view returns (uint256)
alreadyMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getAlreadyMinted(address a) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claimMint(bytes32[] _merkleProof, uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver) payable
mintForAddressMultiple(address[] addresses, uint256[] amount)
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseCost(uint256 _baseCost)
setContractURI(string newContractURI)
setFreeMintLimit(uint256 _freeMintLimit)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setMaxSupplyController(address _address)
setMaxWalletLimitPL(uint256 _maxWalletLimitPL)
setMaxWalletLimitWL(uint256 _maxWalletLimitWL)
setMerkleRoot(bytes32 newMerkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistPhase(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _mintAmount) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()