You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
When I try to inherit , below message pop-up.
Shoud I just delete "function owner()" at UpdatableOperatorFiltere.sol ?
Note: Definition in "Ownable":
--> @openzeppelin/contracts/access/Ownable.sol:43:5:
|
43 | function owner() public view virtual returns (address) {
| ^ (Relevant source part starts here and spans across multiple lines).
Note: Definition in "UpdatableOperatorFilterer":
--> contracts/RevokableOperatorFilterRegistry/UpdatableOperatorFilterer.sol:72:5:
|
72 | function owner() public view virtual returns (address);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Hi, OS devs are enjoying cocktails on the beach for a month, but I'm sure when they came back they won't be able to review your issue since there is nothing to review. Could you please share the source code of your contract and probably the version of the libraries you use?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to inherit , below message pop-up.
Shoud I just delete "function owner()" at UpdatableOperatorFiltere.sol ?
Note: Definition in "Ownable":
--> @openzeppelin/contracts/access/Ownable.sol:43:5:
|
43 | function owner() public view virtual returns (address) {
| ^ (Relevant source part starts here and spans across multiple lines).
Note: Definition in "UpdatableOperatorFilterer":
--> contracts/RevokableOperatorFilterRegistry/UpdatableOperatorFilterer.sol:72:5:
|
72 | function owner() public view virtual returns (address);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: