OwnedEternalStorage
contract OwnedEternalStorage
Provides access control functionality and extends the `EternalStorage` contract. Using the `onlyOwner` modifier, a function can be restricted so that it can only be called by the owner of the contract. The owner of a contract can irrevocably transfer ownership using the `EternalStorageProxy.transferOwnership` function.
Index
Reference
Modifiers
onlyOwner
modifier onlyOwner()
Access check: revert unless `msg.sender` is the owner of the contract.