MoxieMarketplace

Verified contract

Active on Ethereum with 20 txns
Deployed by via 0xf8fc982f at 16982080
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MoxieMarketplace"

0x2d499e528ce2928fcea9722710ba43ee1476c472354e0cb50ee13daf45a520a7
0x7104942851b88d6a22144b1cbfe7d3b8dd1c6ddbc906345cf354ed0c94ae271f
0x581aafd4b16ddc0830e5f65b6be040d8511c76501aaaad5c542a371d2326a40a
0xc779a85adab3de1d6394e43337735791b39686fd494c11e9f1359ae8ef6dc083
0x7dbc55e7f8b21d0cec574f324ee388b02b7bdae0d6328ad23644a9296a0a9b3c
0xc6cb4995fb26f89ccadacf4a0b606e46235ee05d2810c9aebd34e68a5c775f19
0x5eba85e0ade32f5b850ccaf7efc0f0291132f15074718cb25dcaee39813fcfd8
0x61a84888e52432c369eec8b3794faeadfdf83ec98c105201b94e50808640ca0c
0x0bb9a94baf381a73d69e921e30b9af4e1d4823e32c104a7b443d75b551b5cdc4
0x6b81ab4c1edde0f32ac94172e8470294a68659dfd3de1e5fde698e0c1a036c5f

Functions
Getter at block 20964073
addressRegistry(view returns (address)
0xa8a8aabe5f67120af4e626adf9ad804a8f95a14c
feeReceipient(view returns (address)
0x52aefc4d85f397516a9498bfee90aaa4b5c1e953
owner(view returns (address)
0x52aefc4d85f397516a9498bfee90aaa4b5c1e953
platformFee(view returns (uint16)
50
Read-only
collectionRoyalties(addressview returns (uint16 royaltyaddress creatoraddress feeRecipient)
getPrice(address _payTokenview returns (int256)
listings(addressuint256addressview returns (uint256 quantityaddress payTokenuint256 pricePerItemuint256 startingTime)
minters(addressuint256view returns (address)
offers(addressuint256addressview returns (address payTokenuint256 quantityuint256 pricePerItemuint256 deadline)
royalties(addressuint256view returns (uint16)
State-modifying
acceptOffer(address _nftAddressuint256 _tokenIdaddress _creator
buyItem(address _nftAddressuint256 _tokenIdaddress _payTokenaddress _owner
cancelListing(address _nftAddressuint256 _tokenId
cancelOffer(address _nftAddressuint256 _tokenId
createOffer(address _nftAddressuint256 _tokenIdaddress _payTokenuint256 _quantityuint256 _pricePerItemuint256 _deadline
initialize(address _feeRecipientuint16 _platformFee
listItem(address _nftAddressuint256 _tokenIduint256 _quantityaddress _payTokenuint256 _pricePerItemuint256 _startingTime
registerCollectionRoyalty(address _nftAddressaddress _creatoruint16 _royaltyaddress _feeRecipient
registerRoyalty(address _nftAddressuint256 _tokenIduint16 _royalty
renounceOwnership(
transferOwnership(address newOwner
updateAddressRegistry(address _registry
updateListing(address _nftAddressuint256 _tokenIdaddress _payTokenuint256 _newPrice
updatePlatformFee(uint16 _platformFee
updatePlatformFeeRecipient(address _platformFeeRecipient
validateItemSold(address _nftAddressuint256 _tokenIdaddress _selleraddress _buyer
Events
ItemCanceled(address indexed owneraddress indexed nftuint256 tokenId
ItemListed(address indexed owneraddress indexed nftuint256 tokenIduint256 quantityaddress payTokenuint256 pricePerItemuint256 startingTime
ItemSold(address indexed selleraddress indexed buyeraddress indexed nftuint256 tokenIduint256 quantityaddress payTokenint256 unitPriceuint256 pricePerItem
ItemUpdated(address indexed owneraddress indexed nftuint256 tokenIdaddress payTokenuint256 newPrice
OfferCanceled(address indexed creatoraddress indexed nftuint256 tokenId
OfferCreated(address indexed creatoraddress indexed nftuint256 tokenIduint256 quantityaddress payTokenuint256 pricePerItemuint256 deadline
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
UpdatePlatformFee(uint16 platformFee
UpdatePlatformFeeRecipient(address platformFeeRecipient
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.