Commit Graph

257 Commits (964bc4044a58faf9fecc041d1bdd5e07de3a6c4f)

Author SHA1 Message Date
Leo Arias 964bc4044a Remove underscores from event parameters. (#1258) 7 years ago
Francisco Giordano 2e0713becb
Rename ERC interfaces to I prefix (#1252) 7 years ago
viquezclaudio b6943263d2 Added "_" sufix to internal variables (#1171) 7 years ago
Leo Arias 1c0532455a
Rename events to past-tense (#1181) 7 years ago
Roman Exempliarov 9e6307f34b ERC721 pausable token (#1154) 7 years ago
Francisco Giordano 7618b91d9c
Fix balance and allowance checks in _burn and _burnFrom (#1218) 7 years ago
Francisco Giordano 4dcdd293e8
StandardToken encapsulation (#1197) 7 years ago
Nicolás Venturo 8d11dcc0e5
Increase testing coverage (#1195) 7 years ago
Nicolás Venturo 41e6b2e992
Make ERC721.exists internal (#1193) 7 years ago
Doug Crescenzi ef347ffccc Consolidated ERC20 Interface and Implementation Files (#1125) 7 years ago
Vittorio Minacori ca9e317259 Update Truffle and Solium (#1105) 7 years ago
Roman Storm 56735a706c Use address(this) instead of this (#1134) 7 years ago
Leo Arias 2765350248 Prefix all parameters with underscore (#1133) 7 years ago
Dave Hoover 16429b1522 Making visibility explicit for storage variables (#759) 7 years ago
Matt Condon 4c6575bf2f fix: solium linting errors (#1113) 7 years ago
Matt Condon afe9113b18 fix: move RBAC to //access (#1114) 7 years ago
Yong Zhen Yu 6bd8842ab5 removed and tested unecessary gas cost (#1017) 7 years ago
Amir Bandeali d20d03c149 Remove redundant modifiers from safeTransferFrom (#1029) (#1030) 7 years ago
zaryab ebd4b5e73d decrease approval condition fix (greater than and equal to) (#1063) 7 years ago
Lucas Gleba 1ecda54449 Input check sequence modification for gas efficiency (#1043) 7 years ago
Leo Arias 45d6943913 Fix typos (#1082) 7 years ago
Doug Crescenzi b120b9aff7 moved ERC165 interface IDs from ERC721 implementation files to the interface file (#1070) 7 years ago
Paul Barclay 7d8e3ca8b2 Align ERC721 Receiver with current ERC721 standard. (#1047) 7 years ago
Maciej Górski 6b37ba36a1 Remove ERC827 token. (#1045) 7 years ago
Amir Bandeali dc1e352cc4 Don't emit Approval event when approval is cleared on transfer (#1039) 7 years ago
Rob ee78f67985 fixing comment - changing '_to' to '_spender' (#1007) 7 years ago
Arun Kumar 07020e9544 Remove redundant @dev tags (#995) 7 years ago
Doug Crescenzi e4ed8f0705 Added explicit integer sizes to uint variables in StandardToken (#1004) 7 years ago
artiebits 5daaf60d11 Make contracts 4.24 compatible (#951) 7 years ago
Matt Condon e1dc1411fc WIP: Fix/erc721 (#993) 7 years ago
Gal Bracha 7a61371b19 Updated documentation Uppercasing function name for ERC02 basic token (#720) 7 years ago
Matt Condon 259b9da3e6 add 165 to 721 (#972) 7 years ago
Alen 5326e7c36e Removed redundant modifiers from CappedToken. (#969) 7 years ago
Vittorio Minacori 512e8218ca Add a comment on Detailed ERC20 token #953 (#960) 7 years ago
Doug Crescenzi d5f06ab32f addressed TokenVesting contstructor natspec updates in #742 (#935) 7 years ago
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