openzeppelin-contracts-docs icon indicating copy to clipboard operation
openzeppelin-contracts-docs copied to clipboard

OpenZeppelin documentation site configuration

Results 3 openzeppelin-contracts-docs issues
Sort by recently updated
recently updated
newest added

https://openzeppelin.org/api/docs/ Above link mention on the top of the README shows '404 Not Found.'

At the bottom of the [Learn About Access Control tutorial](https://github.com/OpenZeppelin/openzeppelin-docs/blob/master/docs/docs/learn-about-access-control.md), `MyToken` inherits from `DetailedERC20` and `StandardToken`, which are no longer part of the OpenZeppelin library. A fix might involve rewriting...

Hi, I just liked to point out the example on the first page on OpenZeppelin website ([link](https://openzeppelin.org/)) does not work! You should change 'totalSupply' to 'totalSupply_' and the constructor function...