Ownable
The Ownable
smart contract extension is usable with any base smart contract. It lets you set an owner for your smart contract.
View on GitHub
Usage
The Ownable
extension is an abstract contract, and expects you to implement the following functions by yourself:
This is an example smart contract demonstrating how to inherit from this extension and override the functions to add (optional) custom functionality.
Base Contracts Implementing This Extension
All of the base contracts implement this extension.