Marketplace
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Marketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15084610 | 2 years ago | | | 0 | 0.0030861626 | |
| 7059473 | 6 years ago | | | 0 | 0.00013214000 |
ABI
ABI objects
Getter at block 21159577
ERC721_Interface() view returns (bytes4)
0x80ac58cd
InterfaceId_ValidateFingerprint() view returns (bytes4)
0x8f9f4b63
acceptedToken() view returns (address)
0x0000000000000000000000000000000000000000
legacyNFTAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
ownerCutPerMillion() view returns (uint256)
0
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 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()
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()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.