Commit Graph

311 Commits (5df10703cd99904375f32b9c63cd6347ee4bfd1a)

Author SHA1 Message Date
Brendan Chou 6363a776f7 Remove redundant require statements (#1409) 6 years ago
Hao (Alan) Tang 79eb94d3cd fix ERC20.sol#L174 and ERC20.sol#L187 should be casted to an address type. (#1470) 6 years ago
Nicolás Venturo 984fe23a46 Deleted unnecessary import. (#1437) 6 years ago
Nicolás Venturo 0ead40ae03 ERC20Capped now capps _all_ minting, even internal calls. (#1443) 6 years ago
Aniket 1b27b4bb34 Improved SafeERC20 allowance handling (#1407) 6 years ago
Aniket 109eba9273 Replaces `amount` with `value` for consistency (#1378) 6 years ago
Francisco Giordano e7aa8dedbc Turn off blank-lines Solium rule (#1284) 6 years ago
Jerome de Tychey 7ea34d9e97 Update ERC20.sol (#1313) 6 years ago
Nicolás Venturo bbe804a14b
Deleted unnecessary import. (#1437) 6 years ago
Nicolás Venturo c8220aeea8
ERC20Capped now capps _all_ minting, even internal calls. (#1443) 6 years ago
Aniket 315f426f5c Improved SafeERC20 allowance handling (#1407) 6 years ago
Anton Bukov ffeae0d83e ERC20 internal transfer method (#1370) 6 years ago
Aniket 38ca422170 Removing unrequired `_burn()` override (#1373) 6 years ago
Aniket fd4de77651 Replaces `amount` with `value` for consistency (#1378) 6 years ago
Aniket f3888bb0b0 Removing unrequired `_burn()` override (#1373) 6 years ago
Anton Bukov 43ebb4fc43 ERC20 internal transfer method (#1370) 6 years ago
Nicolás Venturo 1b0c6b94b9 Removed mintingFinished. (#1351) 6 years ago
Nicolás Venturo 5fdeaa81d5
Removed mintingFinished. (#1351) 6 years ago
Francisco Giordano 9b37104655
Turn off blank-lines Solium rule (#1284) 6 years ago
Jerome de Tychey b644c72eb0 Update ERC20.sol (#1313) 6 years ago
Leo Arias fa49e5189d Remove Minted and TokensBurned events (#1305) 6 years ago
Leo Arias 6c4c8989b3 Use prefix underscore for state variables and no underscore for parameters (#1282) 6 years ago
Francisco Giordano 84e63bbf8b
Fix decrease allowance and add non-zero address precondition to approve (#1293) 6 years ago
Nicolás Venturo e7e8d8eac1 Fixed Solium warnings. (#1301) 6 years ago
Nicolás Venturo f12817e446
RBAC and Ownable migration towards Roles (#1291) 6 years ago
Leo Arias 616124e37c Update modifiers to call public view functions (#1277) 6 years ago
Leo Arias 7bb87237f3 Improve encapsulation on ERCs (#1270) 7 years ago
Leo Arias 45c0c072d1 Improve encapsulation on lifecycle, ownership and payments (#1269) 7 years ago
Francisco Giordano 00abd3aadc Rename proposals directory to drafts and move some contracts there (#1271) 7 years ago
Leo Arias f4eb51a7e9 Improve encapsulation on SignatureBouncer, Whitelist and RBAC example (#1265) 7 years ago
Leo Arias b0f20d43df Add a leading underscore to internal and private functions. (#1257) 7 years ago
Miraj Shah fbfd1fed45 Functions in interfaces changed to "external" (#1263) 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
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
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 afe9113b18 fix: move RBAC to //access (#1114) 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
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
Gal Bracha 7a61371b19 Updated documentation Uppercasing function name for ERC02 basic token (#720) 7 years ago
Alen 5326e7c36e Removed redundant modifiers from CappedToken. (#969) 7 years ago