ModuleTrades

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xcd70f534 at 10057134
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "ModuleTrades"

No transactions found for "ModuleTrades"


Functions
Getter at block 22772639
wrappedNativeCoinAddress(view returns (address)
0x4200000000000000000000000000000000000006
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(