ModuleTrades
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 13 additional slots
Balances ($0.00)
No balances found for "ModuleTrades"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ModuleTrades"
ABI
ABI objects
Getter at block 21245604
wrappedNativeCoinAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
isTrustedForwarder(address forwarder) view returns (bool)
State-modifying
Events acceptOffer(bytes32 domainSeparator, bool isCollectionLevelOffer, struct Order saleDetails, struct SignatureECDSA buyerSignature, struct TokenSetProof tokenSetProof, struct Cosignature cosignature, struct FeeOnTop feeOnTop)
bulkAcceptOffers(bytes32 domainSeparator, struct BulkAcceptOffersParams params)
bulkBuyListings(bytes32 domainSeparator, struct Order[] saleDetailsArray, struct SignatureECDSA[] sellerSignatures, struct Cosignature[] cosignatures, struct FeeOnTop[] feesOnTop) payable
buyListing(bytes32 domainSeparator, struct Order saleDetails, struct SignatureECDSA sellerSignature, struct Cosignature cosignature, struct FeeOnTop feeOnTop) payable
AcceptOfferERC1155(address indexed seller, address indexed buyer, address indexed tokenAddress, address beneficiary, address paymentCoin, uint256 tokenId, uint256 amount, uint256 salePrice)
AcceptOfferERC721(address indexed seller, address indexed buyer, address indexed tokenAddress, address beneficiary, address paymentCoin, uint256 tokenId, uint256 salePrice)
BannedAccountAddedForCollection(address indexed tokenAddress, address indexed account)
BannedAccountRemovedForCollection(address indexed tokenAddress, address indexed account)
BuyListingERC1155(address indexed buyer, address indexed seller, address indexed tokenAddress, address beneficiary, address paymentCoin, uint256 tokenId, uint256 amount, uint256 salePrice)
BuyListingERC721(address indexed buyer, address indexed seller, address indexed tokenAddress, address beneficiary, address paymentCoin, uint256 tokenId, uint256 salePrice)
CreatedPaymentMethodWhitelist(uint32 indexed paymentMethodWhitelistId, address indexed whitelistOwner, string whitelistName)
DestroyedCosigner(address indexed cosigner)
MasterNonceInvalidated(address indexed account, uint256 nonce)
NonceInvalidated(uint256 indexed nonce, address indexed account, bool wasCancellation)
OrderDigestInvalidated(bytes32 indexed orderDigest, address indexed account, bool wasCancellation)
PaymentMethodAddedToWhitelist(uint32 indexed paymentMethodWhitelistId, address indexed paymentMethod)
PaymentMethodRemovedFromWhitelist(uint32 indexed paymentMethodWhitelistId, address indexed paymentMethod)
ReassignedPaymentMethodWhitelistOwnership(uint32 indexed id, address indexed newOwner)
TrustedChannelAddedForCollection(address indexed tokenAddress, address indexed channel)
TrustedChannelRemovedForCollection(address indexed tokenAddress, address indexed channel)
UpdatedCollectionLevelPricingBoundaries(address indexed tokenAddress, uint256 floorPrice, uint256 ceilingPrice)
UpdatedCollectionPaymentSettings(address indexed tokenAddress, uint8 paymentSettings, uint32 indexed paymentMethodWhitelistId, address indexed constrainedPricingPaymentMethod, uint16 royaltyBackfillNumerator, address royaltyBackfillReceiver, uint16 royaltyBountyNumerator, address exclusiveBountyReceiver, bool blockTradesFromUntrustedChannels, bool blockBannedAccounts)
UpdatedTokenLevelPricingBoundaries(address indexed tokenAddress, uint256 indexed tokenId, uint256 floorPrice, uint256 ceilingPrice)
constructor(address configurationContract)
This contract contains no fallback and receive objects.
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()