Archetype
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
16
Slot
XX
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
Balances ($0.00)
No balances found for "Archetype"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Archetype"
ABI
ABI objects
Getter at block 21096057
affiliateFeeUnlocked() view returns (bool)
false
config() view returns (string unrevealedUri, string baseUri, address affiliateSigner, address ownerAltPayout, address superAffiliatePayout, uint32 maxSupply, uint32 maxBatchSize, uint16 affiliateFee, uint16 platformFee, struct ArchetypeDiscount discounts)
(unrevealedUri=, baseUri=, affiliateSigner=0x0000000000000000000000000000000000000000, ownerAltPayout=0x0000000000000000000000000000000000000000, superAffiliatePayout=0x0000000000000000000000000000000000000000, maxSupply=0, maxBatchSize=0, affiliateFee=0, platformFee=0, discounts=(0, []))
discountsUnlocked() view returns (bool)
false
maxSupplyUnlocked() view returns (bool)
false
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
ownerAltPayoutUnlocked() view returns (bool)
false
ownerBalance() view returns (uint128 owner, uint128 platform)
(owner=0, platform=0)
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
affiliateBalance(address) view returns (uint128)
balanceOf(address owner) view returns (uint256)
computePrice(uint128 price, uint256 numTokens, bool affiliateUsed) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenMsg(uint256 tokenId) view returns (string)
invites(bytes32) view returns (uint128 price, uint64 start, uint64 limit)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenMsg(uint256) view returns (bytes)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
initialize(string name, string symbol, struct ArchetypeConfig config_)
lockAffiliateFee(string password)
lockDiscounts(string password)
lockMaxSupply(string password)
lockOwnerAltPayout(string password)
lockProvenanceHash(string password)
lockURI(string password)
mint(struct ArchetypeAuth auth, uint256 quantity, address affiliate, bytes signature) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAffiliateFee(uint16 affiliateFee_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri_)
setDiscounts(struct ArchetypeDiscount discounts_)
setInvite(bytes32 _key, bytes32 _cid, struct ArchetypeInvite _invite)
setInvites(struct ArchetypeInvitelist[] invitelist)
setMaxSupply(uint32 maxSupply_)
setOwnerAltPayout(address ownerAltPayout)
setProvenanceHash(string provenanceHash)
setTokenMsg(uint256 tokenId, string message)
setUnrevealedURI(string _unrevealedURI)
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)
Invited(bytes32 indexed key, bytes32 indexed cid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Referral(address indexed affiliate, uint128 wad, uint256 numMints)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawal(address indexed src, uint128 wad)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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()