Ghost Lab

Verified contract

Active on Ethereum with 5,378 txns
Deployed by via 0x629cdb64 at 15310341
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional variables
Native
Value $160.38
0xf83b9ef4785be92d1438c884ae77716b62ffebb242c57d60affd9969734c869a
0x90f7edaa244d84020a96ad29b0c3c2076e17e452764afcb3259fc20bc711e1c3
0xaa222216d9de9e155f5397fd6aaf9fb5173e9c9b087f09570f3e318fa8c042b9
0x8ec4cce94b106b874930e1e3d69c5bcd051e9edde32f2ecbc6d1206109dcaa7f
0xe0c04db0b8bbdf17ee8d038dff19b83b0bd85ffd5ba9a2c069284710ae2a7020
0x5ff94fb50d8a9cfc78815822b6c850ec93cf941a27b0692157c3f9654d2fffd8
0x86b1c5f6ae7af2c6f4d89fb5d49d8ffb33976108b365b48d9be49becb203fde6
0xdbf96445051ee163433e371c972b2d09226023e014c75667c204313b1873a107
0x4acabfe89da488875cc985de90f493cf8361ec43da541481c3804da790187ba9
0x768814c2e6c0010e35b043ba944957617e76a89b62df7ff988fa6935b6c9f73e

Functions
Getter at block 21421046
availableSupply(view returns (uint256)
1012
burningActive(view returns (bool)
false
maxGiveawayAmount(view returns (uint256)
200
minPerTransactionForGiveaway(view returns (uint256)
50
name(view returns (string)
Ghost Lab
owner(view returns (address)
0xee90db0019c39a2e67ef548574960089effc6aa3
publicMaxPerWallet(view returns (uint256)
300
publicSaleIsActive(view returns (bool)
true
reservedAmount(view returns (uint256)
1766
revealed(view returns (bool)
true
symbol(view returns (string)
GLAB
totalSupply(view returns (uint256)
7222
whitelistActive(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
canMint(address addruint256 amountuint256 proofAmountuint256 accountTypebytes32[] proofview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address addruint256 proofAmountuint256 accountTypebytes32[] proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
mint(uint256 numberOfTokenspayable 
mintFromReserve(address addruint256 numberOfTokens
mintFromWhiteList(uint8 numberOfTokensuint256 proofAmountuint256 accountTypebytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setBurningActive(bool value
setMaxGiveawayAmount(uint256 value
setMerkleRoot(bytes32 _merkleRoot
setMinPerTransactionForGiveaway(uint256 value
setPublicMaxPerWallet(uint256 value
setPublicSaleState(bool value
setReservedAmount(uint256 _setReservedAmount
setRevealed(bool value
setWhitelistActive(bool value
sethiddenMetadataUri(string _hiddenMetadataUri
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbolstring _hiddenMetadataUristring _uriExtendedbytes32 _merkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

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