AdminUpgradeabilityProxy

Verified contract

Proxy

Active on Ethereum with 25 txns
Deployed by via 0x12c1d2da at 13916011
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 48 additional slots
-
variable spans 48 additional slots

No balances found for "AdminUpgradeabilityProxy"

0x77a69b9083dd1d93215915c5e94b0ebf1e560880db19371f0b14821b5f479a6b
0x7e1895021b53fc57db8f801fd1034881b82bd9e83e755322a03596473a3ae99e
0x32ff877993cd539084339954721900176221aa68c623ca1c30c255696b01e17f
0x6f1a39025e91b4ff4774aadb21f8d6acae9f59507f181eb62b0628861c4c5f30
0x643af76d7322e7c3cd572044235a91d978f9e8b05925b48e9066b3f5cd248d99
0xb987ad523a314785ff965870ea82d46411fc58f28a9a8863235f4e0c0dde7314
0x2002af7c410a1e68074203faf0874f80d91636779aaa6c46c26c7a8b787a1930
0x8246a4447b488548c466bcde663588ad4aa2ecee7e9b1320dd03ff4b09aa34f2
0xfebdde9adce3369ef9b01c51679f8e211c62738bfe924459d55f5f8dac78ccbd
0x38ec497a234e437e9969d3bf265cf1d5c6e9a676e7a717da0bac9a2ddd2e98c3

Functions
Getter at block 20949478
addressRegistry(view returns (address)
0xf0f1dacd48b78b95545332cc5eb6a12a9bcffa1d
feeReceipient(view returns (address)
0x38327c7587c1b2327c439e9f02e266c79d8cd027
owner(view returns (address)
0xf9c2ba78ae44ba98888b0e9eb27eb63d576f261b
platformFee(view returns (uint16)
2
Read-only
collectionRoyalties(addressview returns (uint16 royaltyaddress creatoraddress feeRecipient)
getPrice(address _payTokenview returns (int256)
listings(addressuint256addressview returns (uint256 quantityaddress payTokenuint256 pricePerItemuint256 startingTime)
minters(addressuint256view returns (address)
offers(addressuint256addressview returns (address payTokenuint256 quantityuint256 pricePerItemuint256 deadline)
royalties(addressuint256view returns (uint16)
State-modifying
admin(returns (address)
changeAdmin(address newAdmin
implementation(returns (address)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
acceptOffer(address _nftAddressuint256 _tokenIdaddress _creator
buyItem(address _nftAddressuint256 _tokenIdaddress _ownerpayable 
buyItem(address _nftAddressuint256 _tokenIdaddress _payTokenaddress _owner
cancelListing(address _nftAddressuint256 _tokenId
cancelOffer(address _nftAddressuint256 _tokenId
createOffer(address _nftAddressuint256 _tokenIdaddress _payTokenuint256 _quantityuint256 _pricePerItemuint256 _deadline
initialize(address _feeRecipientuint16 _platformFee
listItem(address _nftAddressuint256 _tokenIduint256 _quantityaddress _payTokenuint256 _pricePerItemuint256 _startingTime
registerCollectionRoyalty(address _nftAddressaddress _creatoruint16 _royaltyaddress _feeRecipient
registerRoyalty(address _nftAddressuint256 _tokenIduint16 _royalty
renounceOwnership(
transferOwnership(address newOwner
updateAddressRegistry(address _registry
updateListing(address _nftAddressuint256 _tokenIdaddress _payTokenuint256 _newPrice
updatePlatformFee(uint16 _platformFee
updatePlatformFeeRecipient(address _platformFeeRecipient
validateItemSold(address _nftAddressuint256 _tokenIdaddress _selleraddress _buyer
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
ItemCanceled(address indexed owneraddress indexed nftuint256 tokenId
ItemListed(address indexed owneraddress indexed nftuint256 tokenIduint256 quantityaddress payTokenuint256 pricePerItemuint256 startingTime
ItemSold(address indexed selleraddress indexed buyeraddress indexed nftuint256 tokenIduint256 quantityaddress payTokenint256 unitPriceuint256 pricePerItem
ItemUpdated(address indexed owneraddress indexed nftuint256 tokenIdaddress payTokenuint256 newPrice
OfferCanceled(address indexed creatoraddress indexed nftuint256 tokenId
OfferCreated(address indexed creatoraddress indexed nftuint256 tokenIduint256 quantityaddress payTokenuint256 pricePerItemuint256 deadline
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
UpdatePlatformFee(uint16 platformFee
UpdatePlatformFeeRecipient(address platformFeeRecipient
Constructor
constructor(address _logicaddress _adminbytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.