WOM-DutchAuction
CtrlK
  • Welcome to WOMProtocol
  • Introduction
    • CertifierHandler
    • MultiCertifier
    • SecondPriceAuction
    • TokenVesting
    • ERC20BurnableAndMintable
    • ERC20Interface
    • Ownable
    • SafeMath
  • API Documentation
    • CertifierHandler.sol
    • CertifierHandler.sol - MultiCertifier
    • MultiCertifier.sol
    • MultiCertifier.sol - Certifier
    • SecondPriceAuction.sol
    • SecondPriceAuction.sol - Token
    • SecondPriceAuction.sol - Certifier
    • TokenVesting.sol
    • TokenVesting.sol - Token
    • TokenVesting.sol - ApproveAndCallFallBack
    • ERC20BurnableAndMintable.sol
    • ERC20BurnableAndMintable.sol - ApproveAndCallFallBack
    • ERC20Interface.sol
    • Ownable.sol
    • SafeMath.sol
    • SafeMathMock.sol
Powered by GitBook
On this page

Was this helpful?

  1. Introduction

Ownable

The Ownable contract has an owner address, and provides basic authorization control functions, this simplifies the implementation of "user permissions".

PreviousERC20InterfaceNextSafeMath

Last updated 6 years ago

Was this helpful?