Ghost Lab
Verified contract
Active on
Ethereum with 5,378 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($160.38)
Native
Value
$160.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $4,009.55 |
$160.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21420735 | an hour ago | | | 0 | 0.00072296576 | |
| 21418595 | 8 hours ago | | | 0 | 0.00080664220 | |
| 21418183 | 10 hours ago | | | 0 | 0.00037351747 | |
| 21417512 | 12 hours ago | | | 0 | 0.0010332407 | |
| 21417372 | 12 hours ago | | | 0 | 0.0015977395 | |
| 21415948 | 17 hours ago | | | 0 | 0.0011331516 | |
| 21415917 | 17 hours ago | | | 0 | 0.0012923218 | |
| 21415364 | 19 hours ago | | | 0 | 0.00064447873 | |
| 21415025 | 20 hours ago | | | 0 | 0.00052362667 | |
| 21414852 | 21 hours ago | | | 0 | 0.00071590464 |
ABI
ABI objects
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 owner) view returns (uint256)
canMint(address addr, uint256 amount, uint256 proofAmount, uint256 accountType, bytes32[] proof) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address addr, uint256 proofAmount, uint256 accountType, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 numberOfTokens) payable
mintFromReserve(address addr, uint256 numberOfTokens)
mintFromWhiteList(uint8 numberOfTokens, uint256 proofAmount, uint256 accountType, bytes32[] proof) 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 _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 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)
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(string name, string symbol, string _hiddenMetadataUri, string _uriExtended, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()