Archetype

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x3e3616ea at 17691956
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 46 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
-
variable spans 7 additional slots

No balances found for "Archetype"

No transactions found for "Archetype"


Functions
Getter at block 20984107
config(view returns (string baseUriaddress affiliateSigneraddress ownerAltPayoutaddress superAffiliatePayoutuint32 maxBatchSizeuint16 affiliateFeeuint16 platformFeeuint16 defaultRoyaltystruct Discount discounts)
(baseUri=, affiliateSigner=0x0000000000000000000000000000000000000000, ownerAltPayout=0x0000000000000000000000000000000000000000, superAffiliatePayout=0x0000000000000000000000000000000000000000, maxBatchSize=0, affiliateFee=0, platformFee=0, defaultRoyalty=0, discounts=(0, []))
maxSupply(view returns (uint32[])
[]
name(view returns (string)
options(view returns (bool uriLockedbool maxSupplyLockedbool affiliateFeeLockedbool discountsLockedbool ownerAltPayoutLockedbool provenanceHashLocked)
(uriLocked=false, maxSupplyLocked=false, affiliateFeeLocked=false, discountsLocked=false, ownerAltPayoutLocked=false, provenanceHashLocked=false)
owner(view returns (address)
0x0000000000000000000000000000000000000000
ownerBalance(view returns (struct OwnerBalance)
(0, 0)
platform(pure returns (address)
0x86b82972282dd22348374bc63fd21620f7ed847b
provenance(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
affiliateBalance(address affiliateview returns (uint128)
affiliateBalanceToken(address affiliateaddress tokenview returns (uint128)
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
invites(bytes32view returns (uint128 priceuint128 reservePriceuint128 deltauint32 startuint32 enduint32 limituint32 maxSupplyuint32 intervaluint32 unitSizebool randomizeaddress tokenAddress)
isApprovedForAll(address accountaddress operatorview returns (bool)
listSupply(bytes32 keyview returns (uint256)
minted(address minterbytes32 keyview returns (uint256)
ownerBalanceToken(address tokenview returns (struct OwnerBalance)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenSupply(uint256 tokenIdview returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
batchMintTo(struct Auth authaddress[] toListuint256[] quantityListuint256[] tokenIdListaddress affiliatebytes signaturepayable 
initialize(string _namestring _symbolstruct Config config_address _receiver
lockAffiliateFee(string password
lockDiscounts(string password
lockMaxSupply(string password
lockOwnerAltPayout(string password
lockProvenanceHash(string password
lockURI(string password
mint(struct Auth authuint256 quantityaddress affiliatebytes signaturepayable 
mintTo(struct Auth authuint256 quantityaddress touint256 tokenIdaddress affiliatebytes signaturepayable 
mintToken(struct Auth authuint256 quantityuint256 tokenIdaddress affiliatebytes signaturepayable 
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setAffiliateFee(uint16 affiliateFee
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri
setDefaultRoyalty(address receiveruint16 feeNumerator
setDiscounts(struct Discount discounts
setDutchInvite(bytes32 _keybytes32 _cidstruct DutchInvite _dutchInvite
setInvite(bytes32 _keybytes32 _cidstruct Invite _invite
setMaxBatchSize(uint32 maxBatchSize
setMaxSupply(uint32[] newMaxSupplystring password
setOwnerAltPayout(address ownerAltPayout
setProvenanceHash(string provenanceHash
setSuperAffiliatePayout(address superAffiliatePayout
transferOwnership(address newOwner
withdraw(
withdrawTokens(address[] tokens
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint8 version
Invited(bytes32 indexed keybytes32 indexed cid
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Referral(address indexed affiliateaddress tokenuint128 waduint256 numMints
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Withdrawal(address indexed srcaddress tokenuint128 wad
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidConfig(
LockedForever(
MaxSupplyExceeded(
NotOwner(
NotPlatform(
NotSupported(
URIQueryForNonexistentToken(
WrongPassword(