ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 3,785 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
0x8c19…05a1
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 19 additional slots
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16855390 | 2 years ago | | | 0 | 0.0034524284 | |
| 16855373 | 2 years ago | | | 0 | 0.0029071397 | |
| 16855307 | 2 years ago | | | 0 | 0.0028944927 | |
| 16855284 | 2 years ago | | | 0 | 0.0031134502 | |
| 16855227 | 2 years ago | | | 0 | 0.0032337179 | |
| 16855220 | 2 years ago | | | 0 | 0.0034801245 | |
| 16855193 | 2 years ago | | | 0 | 0.0035196991 | |
| 16855161 | 2 years ago | | | 0 | 0.0043192752 | |
| 16855152 | 2 years ago | | | 0 | 0.0036276407 | |
| 16855148 | 2 years ago | | | 0 | 0.0037497439 |
ABI
ABI objects
Getter at block 21262517 proxiableUUID() view returns (bytes32)
authority() view returns (address)
0x8c1927427eaaca6a64e238544adfb95451cc05a1
defaultArtistCut() view returns (uint256)
8000
getBlackListAddress() view returns (address)
0x9e09e2efbdef42dae7684602436db2c4120887af
nextUnlockDropId() view returns (uint128)
7
owner() view returns (address)
0xc5c721caa3cad959818e891b533a34c37946e9bf
privilegedContracts() view returns (address[])
[0x9705a7113363A383c8A96689e20286AbE6612bb3, 0x46Ac8540d698167FCBb9e846511Beb8CF8af9BD8]
Read-only
auctions(uint256 auctionId) view returns (uint256 startingPrice, uint128 decreasingConstant, uint64 start, uint64 period, bool active)
getPrice(uint256 auctionId) view returns (uint256 price)
isKeyUsed(uint256 dropId, uint256 keyId) view returns (bool)
isWLClaimed(uint256 dropId, uint256 index) view returns (bool)
keySales(uint256 dropId) view returns (struct UnlockSale)
mpClaims(uint256 dropId) view returns (struct MPClaim)
sales(uint256 dropId) view returns (struct Sale)
whitelists(uint256 dropId) view returns (struct Whitelist)
State-modifying
Events authorizedUnlockWithKey(struct UnlockedMintAuthorization mintAuth, uint256 variant) payable
claimWithMintPass(uint256 dropId, uint256 amount) payable
createMPClaim(uint256 dropId, uint64 mpId, uint64 start, uint128 price)
createSale(uint256 dropId, uint128 price, uint64 start, uint64 limit)
createUnlockSale(uint128 price, uint64 start, uint64 period, address artist, uint128 maxSupply, uint256 numOfVariants, uint256[] enabledKeyRanges)
createWLClaim(uint256 dropId, uint192 price, uint64 start, bytes32 root)
flipLimiterForDrop(uint256 dropId)
flipMPClaimState(uint256 dropId)
flipSaleState(uint256 dropId)
flipWLState(uint256 dropId)
initialize(address deployedQuantum, address deployedMP, address deployedKeyRing, address deployedUnlocks, address admin, address treasury, address authority, address authorizer, address blAddress)
overrideArtistcut(uint256 dropId, uint256 cut)
overrideUnlockArtistCut(uint256 dropId, uint256 cut)
premint(uint256 dropId, address[] recipients)
purchase(uint256 dropId, uint256 amount) payable
purchaseThroughAuction(uint256 dropId) payable
purchaseThroughWhitelist(uint256 dropId, uint256 amount, uint256 index, bytes32[] merkleProof) payable
setAuction(uint256 auctionId, uint256 startingPrice, uint128 decreasingConstant, uint64 start, uint64 period)
setAuthority(address newAuthority)
setAuthorizer(address authorizer)
setBlackListAddress(address blAddress)
setDefaultArtistCut(uint256 cut)
setKeyRing(address deployedKeyRing)
setKeyUnlocks(address deployedUnlocks)
setKeyUsedBatch(uint128 dropId, bool set, uint256[] keys)
setMintpass(address deployedMP)
setOwner(address newOwner)
setPrivilegedContracts(address[] contracts)
setQuantum(address deployedQuantum)
unlockWithKey(uint256 keyId, uint128 dropId, uint256 variant) payable
updateUnlockSale(uint128 dropId, uint128 price, uint64 start, uint64 period, address artist, uint128 maxSupply, uint256 numOfVariants, uint256[] enabledKeyRanges)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
AuthorityUpdated(address indexed user, address indexed newAuthority)
BeaconUpgraded(address indexed beacon)
DropCreated(uint256 dropId)
DropUpdated(uint256 dropId)
Initialized(uint8 version)
OwnerUpdated(address indexed user, address indexed newOwner)
Purchased(uint256 indexed dropId, uint256 tokenId, address to)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
BlackListedAddress(address _address)
BlackListedAddressNotSet()
InvalidBlackListAddress()
InvalidNumVariants()
SoldOut()