FU STUDIO MEMBERSHIP
Verified contract
Proxy
Active on
Ethereum with 4,022 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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
-
variable spans 1 additional slot
Balances ($5,070.99)
Native
Value
$5,070.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.596 | $3,177.31 |
$5,070.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194940 | 3 days ago | | | 0 | 0.00086078614 | |
| 21194940 | 3 days ago | | | 0 | 0.00086185019 | |
| 21194741 | 3 days ago | | | 0 | 0.00097810000 | |
| 21193196 | 3 days ago | | | 0 | 0.00079753453 | |
| 21160606 | 8 days ago | | | 0 | 0.00075313176 | |
| 21159403 | 8 days ago | | | 0 | 0.0016155179 | |
| 21159354 | 8 days ago | | | 0 | 0.0016628687 | |
| 21159337 | 8 days ago | | | 0 | 0.0017880051 | |
| 21159330 | 8 days ago | | | 0 | 0.0017307839 | |
| 21159325 | 8 days ago | | | 0 | 0.0017338108 |
ABI
ABI objects
Getter at block 21216328 config() view returns (string unrevealedUri, string baseUri, address affiliateSigner, address ownerAltPayout, address superAffiliatePayout, uint32 maxSupply, uint32 maxBatchSize, uint16 affiliateFee, uint16 platformFee, struct ArchetypeDiscount discounts)
affiliateFeeUnlocked() view returns (bool)
true
burnConfig() view returns (address archetype, bool enabled, uint16 ratio, uint64 start, uint64 limit)
(archetype=0x0000000000000000000000000000000000000000, enabled=false, ratio=0, start=0, limit=0)
discountsUnlocked() view returns (bool)
true
maxSupplyUnlocked() view returns (bool)
true
name() view returns (string)
FU STUDIO MEMBERSHIP
owner() view returns (address)
0xebf9facd420fca0592d365381824c59b2b6a92fb
ownerAltPayoutUnlocked() view returns (bool)
true
ownerBalance() view returns (uint128 owner, uint128 platform)
(owner=0, platform=0)
provenance() view returns (string)
provenanceHashUnlocked() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
FU
totalSupply() view returns (uint256)
6000
uriUnlocked() view returns (bool)
true
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnToMint(uint256[] tokenIds)
disableBurnToMint()
enableBurnToMint(address archetype, uint16 ratio, uint64 start, uint64 limit)
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
mintTo(struct ArchetypeAuth auth, uint256 quantity, address to, 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, string password)
setOwnerAltPayout(address ownerAltPayout)
setProvenanceHash(string provenanceHash)
setSuperAffiliatePayout(address superAffiliatePayout)
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()
BurnToMintDisabled()
ExcessiveEthSent()
InsufficientEthSent()
InvalidAmountOfTokens()
InvalidConfig()
InvalidReferral()
InvalidSignature()
LockedForever()
MaxBatchSizeExceeded()
MaxSupplyExceeded()
MintERC2309QuantityExceedsLimit()
MintNotYetStarted()
MintToZeroAddress()
MintZeroQuantity()
MintingPaused()
NotApprovedToTransfer()
NotTokenOwner()
NumberOfMintsExceeded()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WalletUnauthorizedToMint()
WrongPassword()