Ghiblady Maker

Verified contract

Proxy

Active on Ethereum with 2,638 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"

0xc969d309a78e4f289251d462641334aea8e56fa00c7701db00c08b36bb72e04b
From
0x23e6b58705d94e3239549804725aca88f0db6f1bf604a3b2cc6f8708cd0d0261
0xdfeeb20f17f96685cb58111feb95e9b707f5b58205043ad7176a843d91ff378d
0xf5803032cdafc3f5185d7459f6904991b84032181dcaa00ee7a171759d9ae114
0xb3bfff0d4f2248572e187c26d3cc805cbeb1551e3c1d8f05870fdcf436b3672d
0x27f851025ee19114b79238c2a5646ad7e803bc524ded4e76fe44e05802407efc
0xdce2af8a630b78b96a46cdc31f85a1b4b9b1a2a15315c8bdabfdc3a2b1855980
From
0x396b972621e0bda6e222fb7db00afd36a90b876e63f5dbb4dda88094a335738c
0xc0bf13253c8ea13bbd8133346c8fcac86c01e391f7278b20e54c863d5f6afa07
From
0x136737b48d9f43dbfcf245e9447d4e12e544ee1ce17d445ab071ad69ee749db5

Functions
Getter at block 21296625
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(