Commit Graph

272 Commits (951460696e86cda06a3e2f24892b8dd25c1fed5e)

Author SHA1 Message Date
Leo Arias 746673a94f
style: use the max-len solidity rule (#944) 7 years ago
Vittorio Minacori 39370ff690 Adding RBAC Mintable token (#923) 7 years ago
John Shutt ad12381549 update constructor syntax for solidity 0.4.23 in numerous contracts (#921) 7 years ago
Kazuki YAMAGUCHI f0eea31bdf Fix ERC721Token.sol code indent (#909) 7 years ago
Daniel Que ce0a928a6c Fix typos in ERC721BasicToken comments (#889) 7 years ago
Schneider Jakob 85f079ee89 Removing more asserts in favor of require (#834) 7 years ago
Francisco Giordano 9c262571ae rename to openzeppelin-solidity 7 years ago
Anton Bukov 8f2a4785cb Make ERC827 methods payable (#838) 7 years ago
Elie 16535fbb87 Update ERC827.sol to not use function overloading (#871) 7 years ago
Radek Ostrowski 77cc33fc5c cleaned up unsued variable definition (#753) 7 years ago
Santiago Palladino 0926729c8f
Add StandardBurnableToken implementation (#870) 7 years ago
Matt Condon 9e1c934ffd
Various fixes and formatting chores (#885) 7 years ago
Francisco Giordano a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 (#876) 7 years ago
Michal Stefanow 3d3f20f7e3 Removing obsolete comment - explicit check in place (#851) 7 years ago
Kookiekrak 44a404aae5 Remove unnecessary import from ERC721Token.sol (#855) 7 years ago
Leo Arias 82ce197e44 tests: fix most of the static warnings (#844) 7 years ago
Santiago Palladino e96164feea ERC721 full implementation (#803) 7 years ago
Roman Storm 5ef8554727 Add Transfer event to Burnable Token. (#735) 7 years ago
Facundo Spagnuolo c5d66183ab Move ERC20 contracts to ERC20 custom folder (#701) 7 years ago
Facundo Spagnuolo 1eea95f9ac Move ERC721 files to custom folder (#700) 7 years ago
Santiago Palladino 370e6a882a ERC20 totalSupply changed from public property to a function (#666) 7 years ago
Facundo Spagnuolo 23afc74b59 Address feedback comments for ERC721 7 years ago
AugustoL b67856c69d Separate ERC20 and ERC827 form tokens implementations in contracts and test folders 7 years ago
Facundo Spagnuolo af337047a4 Fix solint errors 7 years ago
AugustoL 2b008f4cb6 Fix solidity linter errors 7 years ago
AugustoL 7ddd66fb74 fix increaseApproval in ERC827Token with tests 7 years ago
Facundo Spagnuolo b09d7aada4 Implement ERC721 required functionality 7 years ago
Facundo Spagnuolo 5fc5ded661 Provide ERC721 required functionality interface 7 years ago
AugustoL 87f5916341 Separate ERC827 interface in another contract 7 years ago
AugustoL 685d2087ca Add increase and decrease approval functions to ERC827 with tests 7 years ago
Matt Condon e60aee61f2 fix: solium errors - blank-line only 7 years ago
Matt Condon b2e2d9ab1c fix: solium errors - indentation only 7 years ago
Matt Condon 4d263b7fc3 fix: the result of 'npm run lint:sol:fix' 7 years ago
AugustoL 7bd95b1e31 Overload ERC20 funcitons with new _data argument 7 years ago
AugustoL 4ecdf312df Change order of ERC20 methods and call in transferData and transferDataFrom 7 years ago
AugustoL e57f4be1fb Rename SmartToken to ERC827 7 years ago
AugustoL a4b1cd6e31 Add SmartToken contract with tests and documentation 7 years ago
AugustoL f446f5c5cd Use uint256 in TokenTimeLock contract 7 years ago
Tal Ater 687dc19a4a
Documented increaseApproval() and decreaseApproval() 7 years ago
astudnev 8375b6085f Burnable Token should be inherited from Basic Token issue#596 7 years ago
Jesse Busman aef0f63aee
There's no need to throw when burning 0 tokens 7 years ago
Dave Hoover 11349835e9
Minor formatting change 7 years ago
Alejandro Santander b50391862c Changes to remove warnings 7 years ago
Alejandro Santander 815d9e1f45 Replace constant with view/pure 7 years ago
Alejandro Santander e6213767fa Update all solidity versions to 0.4.18 7 years ago
Georgios Konstantopoulos 3c5a268da4 fixes #572 7 years ago
Chris Whinfrey 8765e2a53f Use instead of directly calling on 7 years ago
Facundo Spagnuolo 365c875ced Create detailed ERC20 interface 7 years ago
thesved e74652415f
Math.sol is not used, not needed 7 years ago
Chris Whinfrey 7a26a0ecf1 Add capped token contract 7 years ago