AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 25 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
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
0x3832…d027
0xf0f1…fa1d
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14942022 | 2 years ago | | | 0.03 | 0.0089191434 | |
| 14940264 | 2 years ago | | | 0 | 0.0039254441 | |
| 14929435 | 2 years ago | | | 0 | 0.016499447 | |
| 14929336 | 2 years ago | | | 0.01 | 0.013674028 | |
| 14929265 | 2 years ago | | | 0 | 0.013158325 | |
| 14927442 | 2 years ago | | | 0.01 | 0.022674774 | |
| 14927049 | 2 years ago | | | 0 | 0.011506963 | |
| 14924829 | 2 years ago | | | 0 | 0.0070230397 | |
| 14876023 | 3 years ago | | | 0.001 | 0.0059334207 | |
| 14876019 | 3 years ago | | | 0 | 0.0054631314 |
ABI
ABI objects
Getter at block 21318685
addressRegistry() view returns (address)
0xf0f1dacd48b78b95545332cc5eb6a12a9bcffa1d
feeReceipient() view returns (address)
0x38327c7587c1b2327c439e9f02e266c79d8cd027
owner() view returns (address)
0xf9c2ba78ae44ba98888b0e9eb27eb63d576f261b
platformFee() view returns (uint16)
2
Read-only
collectionRoyalties(address) view returns (uint16 royalty, address creator, address feeRecipient)
getPrice(address _payToken) view returns (int256)
listings(address, uint256, address) view returns (uint256 quantity, address payToken, uint256 pricePerItem, uint256 startingTime)
minters(address, uint256) view returns (address)
offers(address, uint256, address) view returns (address payToken, uint256 quantity, uint256 pricePerItem, uint256 deadline)
royalties(address, uint256) view returns (uint16)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOffer(address _nftAddress, uint256 _tokenId, address _creator)
buyItem(address _nftAddress, uint256 _tokenId, address _owner) payable
buyItem(address _nftAddress, uint256 _tokenId, address _payToken, address _owner)
cancelListing(address _nftAddress, uint256 _tokenId)
cancelOffer(address _nftAddress, uint256 _tokenId)
createOffer(address _nftAddress, uint256 _tokenId, address _payToken, uint256 _quantity, uint256 _pricePerItem, uint256 _deadline)
initialize(address _feeRecipient, uint16 _platformFee)
listItem(address _nftAddress, uint256 _tokenId, uint256 _quantity, address _payToken, uint256 _pricePerItem, uint256 _startingTime)
registerCollectionRoyalty(address _nftAddress, address _creator, uint16 _royalty, address _feeRecipient)
registerRoyalty(address _nftAddress, uint256 _tokenId, uint16 _royalty)
renounceOwnership()
transferOwnership(address newOwner)
updateAddressRegistry(address _registry)
updateListing(address _nftAddress, uint256 _tokenId, address _payToken, uint256 _newPrice)
updatePlatformFee(uint16 _platformFee)
updatePlatformFeeRecipient(address _platformFeeRecipient)
validateItemSold(address _nftAddress, uint256 _tokenId, address _seller, address _buyer)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ItemCanceled(address indexed owner, address indexed nft, uint256 tokenId)
ItemListed(address indexed owner, address indexed nft, uint256 tokenId, uint256 quantity, address payToken, uint256 pricePerItem, uint256 startingTime)
ItemSold(address indexed seller, address indexed buyer, address indexed nft, uint256 tokenId, uint256 quantity, address payToken, int256 unitPrice, uint256 pricePerItem)
ItemUpdated(address indexed owner, address indexed nft, uint256 tokenId, address payToken, uint256 newPrice)
OfferCanceled(address indexed creator, address indexed nft, uint256 tokenId)
OfferCreated(address indexed creator, address indexed nft, uint256 tokenId, uint256 quantity, address payToken, uint256 pricePerItem, uint256 deadline)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdatePlatformFee(uint16 platformFee)
UpdatePlatformFeeRecipient(address platformFeeRecipient)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.