We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8a8a9 commit 1fa1608Copy full SHA for 1fa1608
contracts/curation/GraphSignalToken.sol
@@ -13,13 +13,6 @@ import "../governance/Governed.sol";
13
* in a standard ERC20 token implementation except for burning them.
14
*/
15
contract GraphSignalToken is ERC20, Governed {
16
- address public owner;
17
-
18
- modifier onlyOwner {
19
- require(msg.sender == owner, "Caller must be owner");
20
- _;
21
- }
22
23
/**
24
* @dev Graph Token Contract Constructor.
25
* @param _symbol Token symbol
0 commit comments