Globlers
Verified contract
Proxy
Active on
Ethereum with 120 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
Balances ($0.00)
No balances found for "Globlers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17100380 | 2 years ago | | | 0 | 0.0015937311 | |
| 16879613 | 2 years ago | | | 0 | 0.00085641626 | |
| 16546113 | 2 years ago | | | 0 | 0.0016921367 | |
| 16546102 | 2 years ago | | | 0 | 0.0010550464 | |
| 16481447 | 2 years ago | | | 0 | 0.00098127542 | |
| 16417890 | 2 years ago | | | 0 | 0.00084347140 | |
| 16148019 | 2 years ago | | | 0 | 0.0013753723 | |
| 16143298 | 2 years ago | | | 0 | 0.00068936324 | |
| 16109558 | 2 years ago | | | 0 | 0.00081070565 | |
| 16080395 | 2 years ago | | | 0 | 0.00062076498 |
ABI
ABI objects
Getter at block 21096057 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
discountsUnlocked() view returns (bool)
true
maxSupplyUnlocked() view returns (bool)
true
name() view returns (string)
Globlers
owner() view returns (address)
0x3db78767fc98de7ef7fa5ea18c5acaf17fcfc51c
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)
GLOB
totalSupply() view returns (uint256)
100
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)
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()