AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 174,508 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
Balances ($34.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MANA | ERC-20 | 100 | $0.348428 |
$34.84 | |
FOR | ERC-20 | 2 | $0.003937 |
$0.01 | |
DMTS | ERC-20 | 1 | -- | -- | |
AZP | ERC-20 | 0.32 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159429 | 30 minutes ago | | | 0 | 0.0024468126 | |
| 21158684 | 3 hours ago | | | 0 | 0.0046099032 | |
| 21156612 | 10 hours ago | | | 0 | 0.0010019372 | |
| 21156596 | 10 hours ago | | | 0 | 0.0021799826 | |
| 21155803 | 13 hours ago | | | 0 | 0.00082059653 | |
| 21152685 | a day ago | | | 0 | 0.0010114262 | |
| 21152670 | a day ago | | | 0 | 0.0012133628 | |
| 21151725 | a day ago | | | 0 | 0.00077308658 | |
| 21149498 | a day ago | | | 0 | 0.0017504792 | |
| 21148972 | a day ago | | | 0 | 0.00094343699 |
ABI
ABI objects
Getter at block 21159577 admin() view returns (address) implementation() view returns (address)
ERC721_Interface() view returns (bytes4)
0x80ac58cd
InterfaceId_ValidateFingerprint() view returns (bytes4)
0x8f9f4b63
acceptedToken() view returns (address)
0x0f5d2fb29fb7d3cfee444a200298f468908cc942
legacyNFTAddress() view returns (address)
0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d
owner() view returns (address)
0x9a6ebe7e2a7722f8200d0ffb63a1f6406a0d7dce
ownerCutPerMillion() view returns (uint256)
25000
paused() view returns (bool)
false
publicationFeeInWei() view returns (uint256)
0
Read-only
auctionByAssetId(uint256 assetId) view returns (bytes32, address, uint256, uint256)
isMigrated(string contractName, string migrationId) view returns (bool)
orderByAssetId(address, uint256) view returns (bytes32 id, address seller, address nftAddress, uint256 price, uint256 expiresAt)
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
cancelOrder(address nftAddress, uint256 assetId)
cancelOrder(uint256 assetId)
createOrder(address nftAddress, uint256 assetId, uint256 priceInWei, uint256 expiresAt)
createOrder(uint256 assetId, uint256 priceInWei, uint256 expiresAt)
executeOrder(address nftAddress, uint256 assetId, uint256 price)
executeOrder(uint256 assetId, uint256 price)
initialize()
initialize(address _acceptedToken, address _legacyNFTAddress, address _owner)
initialize(address _sender)
pause()
safeExecuteOrder(address nftAddress, uint256 assetId, uint256 price, bytes fingerprint)
setLegacyNFTAddress(address _legacyNFTAddress)
setOwnerCutPerMillion(uint256 _ownerCutPerMillion)
setPublicationFee(uint256 _publicationFee)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address implementation)
AuctionCancelled(bytes32 id, uint256 indexed assetId, address indexed seller)
AuctionCreated(bytes32 id, uint256 indexed assetId, address indexed seller, uint256 priceInWei, uint256 expiresAt)
AuctionSuccessful(bytes32 id, uint256 indexed assetId, address indexed seller, uint256 totalPrice, address indexed winner)
ChangeLegacyNFTAddress(address indexed legacyNFTAddress)
ChangedOwnerCutPerMillion(uint256 ownerCutPerMillion)
ChangedPublicationFee(uint256 publicationFee)
Migrated(string contractName, string migrationId)
OrderCancelled(bytes32 id, uint256 indexed assetId, address indexed seller, address nftAddress)
OrderCreated(bytes32 id, uint256 indexed assetId, address indexed seller, address nftAddress, uint256 priceInWei, uint256 expiresAt)
OrderSuccessful(bytes32 id, uint256 indexed assetId, address indexed seller, address nftAddress, uint256 totalPrice, address indexed buyer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(address _implementation)
fallback()
This contract contains no error objects.