TheStarslab
Verified contract
Active on
Ethereum with 1,779 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xad6d…1efc
0xad6d…1efc
4 additional
variables
Balances ($0.00)
No balances found for "TheStarslab"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20719298 | 2 months ago | | | 0 | 0.000072209645 | |
| 20008432 | 5 months ago | | | 0 | 0.00063457233 | |
| 18818362 | a year ago | | | 0 | 0.00095474428 | |
| 18663044 | a year ago | | | 0 | 0.0017365898 | |
| 18663040 | a year ago | | | 0 | 0.0017757659 | |
| 18520055 | a year ago | | | 0 | 0.00054239586 | |
| 18506541 | a year ago | | | 0 | 0.0017904753 | |
| 18506539 | a year ago | | | 0 | 0.0020064950 | |
| 17714397 | a year ago | | | 0 | 0.0013478183 | |
| 17708993 | a year ago | | | 0 | 0.0011017052 |
ABI
ABI objects
Getter at block 21162490
MAX_SUPPLY() view returns (uint256)
9999
PRESALE_MINT_LIMIT() view returns (uint256)
2
PRESALE_PRICE() view returns (uint256)
125000000000000000
PUBLIC_MINT_LIMIT() view returns (uint256)
1
PUBLIC_PRICE() view returns (uint256)
150000000000000000
name() view returns (string)
TheStarslab
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TSL
totalSupply() view returns (uint256)
1390
Read-only
balanceOf(address owner) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] airdropAddress, uint256 numberOfTokens)
approve(address to, uint256 tokenId)
presale(uint256 numberOfTokens, uint256 index, uint256 amount, bytes32[] proof) payable
purchase(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActiveDateTime(uint256 activeDateTime)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxLimit(uint256 maxLimit)
setMintPrice(uint256 presaleMintPrice, uint256 publicMintPrice)
setPaymentAddress(address paymentAddress1, address paymentAddress2)
setPresaleHours(uint256 presaleHours)
setPurchaseLimit(uint256 presaleMintLimit, uint256 publicMintLimit)
setRevealDelay(uint256 revealDelay)
setRevealURI(string revealURI)
setWhiteListRoot(bytes32 root)
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.