AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 165 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
0x1f3e…e14a
0xe498…1333
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18342910 | a year ago | | | 0 | 0.0014847416 | |
| 16643202 | 2 years ago | | | 0 | 0.0012730496 | |
| 16487024 | 2 years ago | | | 0 | 0.00078818387 | |
| 16480087 | 2 years ago | | | 0 | 0.0018876547 | |
| 16419579 | 2 years ago | | | 0 | 0.00054644060 | |
| 16390998 | 2 years ago | | | 0 | 0.0022977983 | |
| 16390988 | 2 years ago | | | 0 | 0.0016367154 | |
| 16390806 | 2 years ago | | | 0 | 0.0045694474 | |
| 16390772 | 2 years ago | | | 0 | 0.0036049925 | |
| 16390737 | 2 years ago | | | 0 | 0.0051572943 |
ABI
ABI objects
Getter at block 21168679
addressRegistry() view returns (address)
0xe498f6b9094fd58f990bd83e28b8c3887cdc1333
feeReceipient() view returns (address)
0x1f3eac5ba1247db5b31d6f6478eb234eaa75e14a
owner() view returns (address)
0x14891cd5d3aa2d858b1daeb1edeeab605eebcfcb
platformFee() view returns (uint16)
15
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 _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.