mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts/ownership
Igor Sobolev 6f8e672f3f Gas optimizations in Ownable and Secondary contracts #1905 (#1910) 5 years ago
..
Ownable.sol Gas optimizations in Ownable and Secondary contracts #1905 (#1910) 5 years ago
README.adoc Squash merge of branch docs-v2.x into master 6 years ago
Secondary.sol Gas optimizations in Ownable and Secondary contracts #1905 (#1910) 5 years ago

README.adoc

= Ownership

Contract modules for simple authorization and access control mechanisms.

TIP: For more complex needs see xref:access.adoc.

== Contracts

{{Ownable}}

{{Secondary}}