Archetype

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x65784cc1 at 14597473
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 48 additional slots
-
variable spans 3 additional slots

No balances found for "Archetype"

No transactions found for "Archetype"


Functions
Getter at block 20966182
config(view returns (uint256 maxSupplystring unrevealedUristring baseUriuint256 maxBatchSize)
(maxSupply=0, unrevealedUri=, baseUri=, maxBatchSize=0)
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
provenance(view returns (string)
provenanceHashUnlocked(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
uriUnlocked(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
invites(bytes32view returns (uint128 priceuint64 startuint64 limit)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
initialize(string namestring symbolstruct ArchetypeConfig config_
lockProvenanceHash(string password
lockURI(string password
mint(struct ArchetypeAuth authuint256 quantitypayable 
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri_
setInvite(bytes32 _keystruct ArchetypeInvite _invite
setInvites(struct ArchetypeInvitelist[] invitelist
setProvenanceHash(string provenanceHash
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
Invited(bytes32 indexed key
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ExcessiveEthSent(
InsufficientEthSent(
MaxBatchSizeExceeded(
MaxSupplyExceeded(
MintNotYetStarted(
MintToZeroAddress(
MintZeroQuantity(
MintingPaused(
NumberOfMintsExceeded(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WalletUnauthorizedToMint(