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/access
Nicolás Venturo c7705712ba
Remove in-constructor requirements (#2195)
5 years ago
..
AccessControl.sol Remove in-constructor requirements (#2195) 5 years ago
Ownable.sol Remove 'external' functions (#2162) 5 years ago
README.adoc Revamped Access Control (#2112) 5 years ago

README.adoc

= Access

Contract modules for authorization and access control mechanisms.

== Contracts

{{Ownable}}

{{AccessControl}}