AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 19,383 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
0xa358…2036
0x734e…55d9
0x22bb…64f7
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19885738 | 6 months ago | | | 0 | 0.00013856997 | |
| 15120713 | 2 years ago | | | 0 | 0.0014209885 | |
| 15120467 | 2 years ago | | | 0 | 0.00067873949 | |
| 15120466 | 2 years ago | | | 0 | 0.0022297104 | |
| 15100454 | 2 years ago | | | 0 | 0.0021471535 | |
| 15100424 | 2 years ago | | | 0 | 0.0030454974 | |
| 15093598 | 2 years ago | | | 0 | 0.0019340556 | |
| 15054928 | 2 years ago | | | 0 | 0.0020476972 | |
| 15054817 | 2 years ago | | | 0 | 0.0018979664 | |
| 15054745 | 2 years ago | | | 0 | 0.0021330754 |
ABI
ABI objects
Getter at block 21257083
addressRegistry() view returns (address)
0x734e61fc2793eee7620090c28c9b2d14362b55d9
feeReceipient() view returns (address)
0xa3584b86b90476c502097226c042e9ab05c42036
marketplaceFeeEngine() view returns (address)
0x22bbe47be00e9595d33cf0ef768229519fba64f7
owner() view returns (address)
0x0114439f843a027cc7b5bdf7889ed71b640f20d9
platformFee() view returns (uint16)
25
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, uint256 deadline, bytes32 source)
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)
acceptOffer(address _nftAddress, uint256 _tokenId, address _creator, string _source)
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)
initializeMarketplaceFeeEngine(address _marketplaceFeeEngine)
listItem(address _nftAddress, uint256 _tokenId, uint256 _quantity, address _payToken, uint256 _pricePerItem, uint256 _startingTime)
listItem(address _nftAddress, uint256 _tokenId, uint256 _quantity, address _payToken, uint256 _pricePerItem, uint256 _startingTime, uint256 _deadline)
listItem(address _nftAddress, uint256 _tokenId, uint256 _quantity, address _payToken, uint256 _pricePerItem, uint256 _startingTime, uint256 _deadline, string _source)
registerCollectionRoyalty(address _nftAddress, address _creator, uint16 _royalty, address _feeRecipient)
registerRoyalty(address _nftAddress, uint256 _tokenId, uint16 _royalty)
renounceOwnership()
setMarketplaceFeeEngine(address _marketplaceFeeEngine)
transferOwnership(address newOwner)
updateAddressRegistry(address _registry)
updateListing(address _nftAddress, uint256 _tokenId, address _payToken, uint256 _newPrice)
updateListing(address _nftAddress, uint256 _tokenId, address _payToken, uint256 _newPrice, uint256 _newDeadline)
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, uint256 deadline)
ItemSold(address indexed seller, address indexed buyer, address indexed nft, uint256 tokenId, uint256 quantity, address payToken, int256 unitPrice, uint256 pricePerItem, bytes32 sourceId)
ItemUpdated(address indexed owner, address indexed nft, uint256 tokenId, address payToken, uint256 newPrice, uint256 newDeadline)
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)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.