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 7415ebe8bc
API improvements for EnumerableSet (#2151)
5 years ago
..
AccessControl.sol API improvements for EnumerableSet (#2151) 5 years ago
Ownable.sol Cleanup of Ownership directory (#2120) 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}}