|
|
dd2e947976
|
Deprecated ERC721._burn(address, uint256) (#1550)
* Deprecated ERC721._burn(address, uint256)
* Added missing natspec comment.
|
2018-12-11 18:07:59 -03:00 |
|
|
|
5471fc808a
|
Updated code style to 4 space indentation and 120 characters per line. (#1508)
* Updated code style to 4 spaces and 120 max characters per line.
* Update contracts/token/ERC721/ERC721Pausable.sol
Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
* Update contracts/token/ERC721/IERC721.sol
Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
|
2018-11-22 16:53:30 -03:00 |
|
|
|
5bf3907862
|
Made tokenURI external, as per the spec. (#1444)
|
2018-10-18 16:49:46 -03:00 |
|
|
|
03765e08b9
|
Make state variables private (#1426)
* added function to renounce ownership
* Make state variables private (#1411)
|
2018-10-17 11:35:31 -03:00 |
|
|
|
9b37104655
|
Turn off blank-lines Solium rule (#1284)
* turn off blank-lines rule
* remove triple newlines
|
2018-09-19 19:59:13 -03:00 |
|
|
|
4b33eaefa2
|
Improved ERC721 granularity (#1304)
* Split enumerable and metadata implementations.
* Renamed ERC721Basic to ERC721, and ERC721 to ERC721Full.
* Fixed linter errors.
|
2018-09-07 14:04:42 -03:00 |
|