ModuleTrades

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xdb40ed9c at 19142775
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 13 additional slots

No balances found for "ModuleTrades"

No transactions found for "ModuleTrades"


Functions
Getter at block 21245604
wrappedNativeCoinAddress(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
isTrustedForwarder(address forwarderview returns (bool)
State-modifying
acceptOffer(bytes32 domainSeparatorbool isCollectionLevelOfferstruct Order saleDetailsstruct SignatureECDSA buyerSignaturestruct TokenSetProof tokenSetProofstruct Cosignature cosignaturestruct FeeOnTop feeOnTop
bulkAcceptOffers(bytes32 domainSeparatorstruct BulkAcceptOffersParams params
bulkBuyListings(bytes32 domainSeparatorstruct Order[] saleDetailsArraystruct SignatureECDSA[] sellerSignaturesstruct Cosignature[] cosignaturesstruct FeeOnTop[] feesOnToppayable 
buyListing(bytes32 domainSeparatorstruct Order saleDetailsstruct SignatureECDSA sellerSignaturestruct Cosignature cosignaturestruct FeeOnTop feeOnToppayable 
Events
AcceptOfferERC1155(address indexed selleraddress indexed buyeraddress indexed tokenAddressaddress beneficiaryaddress paymentCoinuint256 tokenIduint256 amountuint256 salePrice
AcceptOfferERC721(address indexed selleraddress indexed buyeraddress indexed tokenAddressaddress beneficiaryaddress paymentCoinuint256 tokenIduint256 salePrice
BannedAccountAddedForCollection(address indexed tokenAddressaddress indexed account
BannedAccountRemovedForCollection(address indexed tokenAddressaddress indexed account
BuyListingERC1155(address indexed buyeraddress indexed selleraddress indexed tokenAddressaddress beneficiaryaddress paymentCoinuint256 tokenIduint256 amountuint256 salePrice
BuyListingERC721(address indexed buyeraddress indexed selleraddress indexed tokenAddressaddress beneficiaryaddress paymentCoinuint256 tokenIduint256 salePrice
CreatedPaymentMethodWhitelist(uint32 indexed paymentMethodWhitelistIdaddress indexed whitelistOwnerstring whitelistName
DestroyedCosigner(address indexed cosigner
MasterNonceInvalidated(address indexed accountuint256 nonce
NonceInvalidated(uint256 indexed nonceaddress indexed accountbool wasCancellation
OrderDigestInvalidated(bytes32 indexed orderDigestaddress indexed accountbool wasCancellation
PaymentMethodAddedToWhitelist(uint32 indexed paymentMethodWhitelistIdaddress indexed paymentMethod
PaymentMethodRemovedFromWhitelist(uint32 indexed paymentMethodWhitelistIdaddress indexed paymentMethod
ReassignedPaymentMethodWhitelistOwnership(uint32 indexed idaddress indexed newOwner
TrustedChannelAddedForCollection(address indexed tokenAddressaddress indexed channel
TrustedChannelRemovedForCollection(address indexed tokenAddressaddress indexed channel
UpdatedCollectionLevelPricingBoundaries(address indexed tokenAddressuint256 floorPriceuint256 ceilingPrice
UpdatedCollectionPaymentSettings(address indexed tokenAddressuint8 paymentSettingsuint32 indexed paymentMethodWhitelistIdaddress indexed constrainedPricingPaymentMethoduint16 royaltyBackfillNumeratoraddress royaltyBackfillReceiveruint16 royaltyBountyNumeratoraddress exclusiveBountyReceiverbool blockTradesFromUntrustedChannelsbool blockBannedAccounts
UpdatedTokenLevelPricingBoundaries(address indexed tokenAddressuint256 indexed tokenIduint256 floorPriceuint256 ceilingPrice
Constructor
constructor(address configurationContract
Fallback and receive

This contract contains no fallback and receive objects.

Errors
PaymentProcessor__AmountForERC1155SalesGreaterThanZero(
PaymentProcessor__AmountForERC721SalesMustEqualOne(
PaymentProcessor__BadPaymentMethod(
PaymentProcessor__CosignatureHasExpired(
PaymentProcessor__CosignerHasSelfDestructed(
PaymentProcessor__DispensingTokenWasUnsuccessful(
PaymentProcessor__EIP1271SignatureInvalid(
PaymentProcessor__FailedToTransferProceeds(
PaymentProcessor__FeeOnTopCannotBeGreaterThanItemPrice(
PaymentProcessor__IncorrectTokenSetMerkleProof(
PaymentProcessor__InputArrayLengthCannotBeZero(
PaymentProcessor__InputArrayLengthMismatch(
PaymentProcessor__InvalidConstructorArguments(
PaymentProcessor__MakerOrTakerIsBannedAccount(
PaymentProcessor__MarketplaceAndRoyaltyFeesWillExceedSalePrice(
PaymentProcessor__NotAuthorizedByCosigner(
PaymentProcessor__OnchainRoyaltiesExceedMaximumApprovedRoyaltyFee(
PaymentProcessor__OrderHasExpired(
PaymentProcessor__OrderIsEitherCancelledOrFilled(
PaymentProcessor__PartialFillsNotSupportedForNonDivisibleItems(
PaymentProcessor__PaymentCoinIsNotAnApprovedPaymentMethod(
PaymentProcessor__RanOutOfNativeFunds(
PaymentProcessor__SalePriceAboveMaximumCeiling(
PaymentProcessor__SalePriceBelowMinimumFloor(
PaymentProcessor__SignatureAlreadyUsedOrRevoked(
PaymentProcessor__TradeOriginatedFromUntrustedChannel(
PaymentProcessor__TradingIsPausedForCollection(
PaymentProcessor__UnableToFillMinimumRequestedQuantity(
PaymentProcessor__UnauthorizedOrder(
PaymentProcessor__UnauthorizedTaker(