Liquidifty Marketplace
Verified contract
Active on
Ethereum with 1 txns
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 "Liquidifty Marketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16751389 | 2 years ago | | | 0 | 0.0063284836 |
ABI
ABI objects
Getter at block 21380195
getFeesBeneficiary() view returns (address)
0x5fd077a7c6592f01a026f14abb6f9db36aa4cd4c
name() pure returns (string)
Liquidifty Marketplace
owner() view returns (address)
0x6b8110eb8d06c88f5aa1f836d92bc9958454c59d
Read-only
getCustomRoyalties(address collection) view returns (struct FeeProviderCollectionRoyalties)
getMarketplaceFee(address collection) view returns (struct FeeProviderMarketplaceFee)
getRoyalties(address collection, uint256 id) view returns (address[] recipients, uint16[] fees)
isOperator(address operator) view returns (bool)
nonce(bytes32) view returns (uint256)
orderNonce(struct Order order) view returns (uint256)
State-modifying
Events addOperator(address operator)
burn(struct Asset[] assets)
buy(struct Order[] orders, uint256 expiredAt, bytes dealSign, bytes32[] ordersHashes) payable
cancel(struct Order order)
changeCollectionRoyalties(address collection, address[] recipients, uint16[] amounts)
changeFeesBeneficiary(address newFeesBeneficiary)
changeMarketplaceCollectionFee(address collection, uint16 buyerFee, uint16 sellerFee)
removeOperator(address operator)
renounceOwnership()
transfer(address to, struct Asset[] assets)
transferOwnership(address newOwner)
withdrawFunds()
Buy(bytes32 indexed orderHash, address indexed buyer, address indexed seller, uint256 purchasedAmount)
Cancel(bytes32 indexed orderHash, address indexed seller)
CollectionRoyaltiesChanged(address indexed colection)
MarketplaceFeeChanged(address indexed colection, uint16 buyerFee, uint16 sellerFee)
NewOperator(address indexed operator)
OperatorRemoved(address indexed operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address operator)
This contract contains no fallback and receive objects.
BadReturnValueFromERC20OnTransfer(address token, address from, address to, uint256 amount)
ERC1155BatchTransferGenericFailure(address token, address from, address to, uint256[] identifiers, uint256[] amounts)
Invalid1155BatchTransferEncoding()
InvalidERC721TransferAmount()
MissingItemAmount()
NoContract(address account)
TokenTransferGenericFailure(address token, address from, address to, uint256 identifier, uint256 amount)
UnusedItemParameters()