Liquidifty Marketplace

Verified contract

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

No balances found for "Liquidifty Marketplace"

0xae10a0626105479e28d47e17da39fbcfb7adcadc3bfb3846e42beeb074df2031

Functions
Getter at block 20930412
getFeesBeneficiary(view returns (address)
0x5fd077a7c6592f01a026f14abb6f9db36aa4cd4c
name(pure returns (string)
Liquidifty Marketplace
owner(view returns (address)
0x6b8110eb8d06c88f5aa1f836d92bc9958454c59d
Read-only
getCustomRoyalties(address collectionview returns (struct FeeProviderCollectionRoyalties)
getMarketplaceFee(address collectionview returns (struct FeeProviderMarketplaceFee)
getRoyalties(address collectionuint256 idview returns (address[] recipientsuint16[] fees)
isOperator(address operatorview returns (bool)
nonce(bytes32view returns (uint256)
orderNonce(struct Order orderview returns (uint256)
State-modifying
addOperator(address operator
burn(struct Asset[] assets
buy(struct Order[] ordersuint256 expiredAtbytes dealSignbytes32[] ordersHashespayable 
cancel(struct Order order
changeCollectionRoyalties(address collectionaddress[] recipientsuint16[] amounts
changeFeesBeneficiary(address newFeesBeneficiary
changeMarketplaceCollectionFee(address collectionuint16 buyerFeeuint16 sellerFee
removeOperator(address operator
renounceOwnership(
transfer(address tostruct Asset[] assets
transferOwnership(address newOwner
withdrawFunds(
Events
Buy(bytes32 indexed orderHashaddress indexed buyeraddress indexed selleruint256 purchasedAmount
Cancel(bytes32 indexed orderHashaddress indexed seller
CollectionRoyaltiesChanged(address indexed colection
MarketplaceFeeChanged(address indexed colectionuint16 buyerFeeuint16 sellerFee
NewOperator(address indexed operator
OperatorRemoved(address indexed operator
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address operator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BadReturnValueFromERC20OnTransfer(address tokenaddress fromaddress touint256 amount
ERC1155BatchTransferGenericFailure(address tokenaddress fromaddress touint256[] identifiersuint256[] amounts
Invalid1155BatchTransferEncoding(
InvalidERC721TransferAmount(
MissingItemAmount(
NoContract(address account
TokenTransferGenericFailure(address tokenaddress fromaddress touint256 identifieruint256 amount
UnusedItemParameters(