Glass House by Spøgelsesmaskinen

Unverified contract

Proxy

Active on Base with 262 txns
Deployed by via 0x5807af5a at 18947530
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Glass House by Spøgelsesmaskinen "

0x6fad2e8944563e83601af4b8373af3256d687d301a3b9021b42fb621e0aa9c34
0x4be1ff12b1ec64cd28d2cb2952fcd0aff0759ed862dabfbd65961f79c994e44c
0xd6729d5060a1483c8314d66fc4eb3802e9de9467f5895ee86b34609b42025826
0xed57c8a3a4df57b00b65d25849541974fba2628d48b2c77056462a2b7e7ba0a6
0xb251f905e1f084935d88c8a57c6d940e96e84da0e6a76b15676be97da665d780
0x1dc3c350cf0826b5f6b5f7620c6e1d2d30fcfc03152646296d03daff48e2e0c8
0xb3172e0be38b310f7354f50d5bc748447591bc28b944913b0ce94dadb621a396
0x1736a84782b5710d7371a50d4b415a4a9d7752b7540140edd48e9d482ffd257a
0x5f2a0e70b67c78da786c1b13653c4c3c550d15b5f3c196efa8261f2e00cacade
0x84faf60bcc25e4c1fe1fe4e55dfb5a9334062d3c11a77c6870f8b0768744bfaa

Functions
Getter at block 22757015
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
261
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Glass House by Spøgelsesmaskinen
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
GHB
totalSupply(view returns (uint256)
260
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId