| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| ERC721.sol | ||
| ERC721Burnable.sol | ||
| ERC721Holder.sol | ||
| ERC721Pausable.sol | ||
| IERC721.sol | ||
| IERC721Enumerable.sol | ||
| IERC721Metadata.sol | ||
| IERC721Receiver.sol | ||
| README.adoc |
* Fix unnamed return variable warning This commit fixes warnings thrown by the solc 0.7.4 compiler: "Warning: Unnamed return variable can remain unassigned. Add an explicit return with value to all non-reverting code paths or name the variable." * Fix function state mutability warning This commit fixes warnings thrown by the solc 0.7.4 compiler: "Warning: Function state mutability can be restricted to pure" * Fix shadows an existing declaration warning This commit fixes warnings thrown by the solc 0.7.4 compiler: "Warning: This declaration shadows an existing declaration." 1. Arguments by default are not underscored. 2. If the name isn't available due to shadowing, use prefix underscore. 3. If prefix underscore isn't available due to shadowing, use suffix underscore.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| ERC721.sol | Loading commit data... | |
| ERC721Burnable.sol | Loading commit data... | |
| ERC721Holder.sol | Loading commit data... | |
| ERC721Pausable.sol | Loading commit data... | |
| IERC721.sol | Loading commit data... | |
| IERC721Enumerable.sol | Loading commit data... | |
| IERC721Metadata.sol | Loading commit data... | |
| IERC721Receiver.sol | Loading commit data... | |
| README.adoc | Loading commit data... |