Ghiblady Maker

Verified contract

Proxy

Active on Ethereum with 2,615 txns
Deployed by via 0xd89d05b2 at 15771707
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 6 additional slots

No balances found for "Ghiblady Maker"

0x0345aaf912a502a97b7b982524d7f48542f7973ca8c4b8fa3cd866b44ccd3f69
0x56c9235a6ed3b2764f2061d4188ed1641aae3c6f2f67f64abfc555e7a16cb514
0x24f05a742303fca07feb4d0432a980532d63fcb1acecc67f217ea28476a1b4f9
0xf5c89423ae9cd5e214b17ead2e6091f9e31407b05d1369bc12d598a090309170
0xebdd818cca1288fe7cc13be2b3d8040b091214dd50ade9fd1faacb0f491a2810
0x3e142814a02a55dac5cafeaf4293e48d70b376f27351ea113aca04ffe22b6609
0x15b1a61fc5b8ae58e9c8ed4b313f27c9e5dd98206249c705b43e17271cd036ec
0x43680c7cd5d4d2d438a96809fe533f7243c2d2e065a4eed639a93496aa4f193c
0x141810f9c17a93561784f6aef190ecd154286f4b759353d8b6fa7f99b77ccd0a
0x25f44d623e4e566a69415ab844216256fae7c158e23efbe1b4203d6ec6e5836c

Functions
Getter at block 20928284
affiliateFeeUnlocked(view returns (bool)
true
 
config(view returns (string unrevealedUristring baseUriaddress affiliateSigneraddress ownerAltPayoutaddress superAffiliatePayoutuint32 maxSupplyuint32 maxBatchSizeuint16 affiliateFeeuint16 platformFeestruct ArchetypeDiscount discounts)
discountsUnlocked(view returns (bool)
true
maxSupplyUnlocked(view returns (bool)
true
name(view returns (string)
Ghiblady Maker
owner(view returns (address)
0x3db78767fc98de7ef7fa5ea18c5acaf17fcfc51c
ownerAltPayoutUnlocked(view returns (bool)
true
ownerBalance(view returns (uint128 owneruint128 platform)
(owner=0, platform=0)
provenance(view returns (string)
provenanceHashUnlocked(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
GHIB
totalSupply(view returns (uint256)
2600
uriUnlocked(view returns (bool)
true
Read-only
affiliateBalance(addressview returns (uint128)
balanceOf(address ownerview returns (uint256)
computePrice(uint128 priceuint256 numTokensbool affiliateUsedview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getTokenMsg(uint256 tokenIdview returns (string)
invites(bytes32view returns (uint128 priceuint64 startuint64 limit)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenMsg(uint256view returns (bytes)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
initialize(string namestring symbolstruct ArchetypeConfig config_
lockAffiliateFee(string password
lockDiscounts(string password
lockMaxSupply(string password
lockOwnerAltPayout(string password
lockProvenanceHash(string password
lockURI(string password
mint(struct ArchetypeAuth authuint256 quantityaddress affiliatebytes signaturepayable 
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAffiliateFee(uint16 affiliateFee_
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri_
setDiscounts(struct ArchetypeDiscount discounts_
setInvite(bytes32 _keybytes32 _cidstruct ArchetypeInvite _invite
setInvites(struct ArchetypeInvitelist[] invitelist
setMaxSupply(uint32 maxSupply_
setOwnerAltPayout(address ownerAltPayout
setProvenanceHash(string provenanceHash
setTokenMsg(uint256 tokenIdstring message
setUnrevealedURI(string _unrevealedURI
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
Invited(bytes32 indexed keybytes32 indexed cid
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Referral(address indexed affiliateuint128 waduint256 numMints
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Withdrawal(address indexed srcuint128 wad
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceEmpty(
BalanceQueryForZeroAddress(
ExcessiveEthSent(
InsufficientEthSent(
InvalidConfig(
InvalidReferral(
InvalidSignature(
LockedForever(
MaxBatchSizeExceeded(
MaxSupplyExceeded(
MintERC2309QuantityExceedsLimit(
MintNotYetStarted(
MintToZeroAddress(
MintZeroQuantity(
MintingPaused(
NotTokenOwner(
NumberOfMintsExceeded(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFailed(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WalletUnauthorizedToMint(
WrongPassword(