Marketplace
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
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
Balances ($0.00)
No balances found for "Marketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Marketplace"
ABI
ABI objects
Getter at block 21161715
addressRegistry() view returns (address)
0x0000000000000000000000000000000000000000
feeReceipient() view returns (address)
0x0000000000000000000000000000000000000000
marketplaceFeeEngine() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
platformFee() view returns (uint16)
0
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 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.