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
Francisco Giordano ad290e7181 Use msg.sender in docs 5 years ago
..
AccessControl.sol Use msg.sender in docs 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}}