Skip to content

Unable to use latest access-based ERC721ACommon with ArbitraryPriceSeller #90

Description

@wattsyart

image

It seems like the latest iteration can't blend ERC721ACommon with ArbitraryPriceSeller because they both use different flavours of Pausable that don't have virtual functions. Each one wants to implement them with different restriction sets.

Normally you'd just override them both in the consuming contract and choose. However, they are not marked virtual, so this is not possible.

Are you able to make them virtual so consumers can override them?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions