Commit Graph

543 Commits (0eba5112c8f0a2e084fa69aacd8e282cf996365b)

Author SHA1 Message Date
Aniket 5caecf548c getter added for an array of tokens held by an owner (#1522) 6 years ago
Nicolás Venturo 7ef2730506
Approval events on transferFrom and burnFrom (#1524) 6 years ago
Nicolás Venturo 5471fc808a
Updated code style to 4 space indentation and 120 characters per line. (#1508) 6 years ago
William Entriken 83bc045a56 Remove extraneous quantity check, fixes #1454 (#1455) 6 years ago
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
Hao (Alan) Tang 18552a8d5f Fix/add comment erc721 burnable #1464 (#1469) 6 years ago
Nicolás Venturo 643ac86d0a Improved some ERC721 internal shenanigans (#1450) 6 years ago
Nicolás Venturo 984fe23a46 Deleted unnecessary import. (#1437) 6 years ago
Nicolás Venturo 95411da289 Renamed internal ERC721 check function. (#1445) 6 years ago
Nicolás Venturo e237530538 Made tokenURI external, as per the spec. (#1444) 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
Paweł Winnicki 1cf96ef0d1 Make state variables private (#1426) 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 8204f6a71f
Improved some ERC721 internal shenanigans (#1450) 6 years ago
Nicolás Venturo bbe804a14b
Deleted unnecessary import. (#1437) 6 years ago
Nicolás Venturo 384dff9abe
Renamed internal ERC721 check function. (#1445) 6 years ago
Nicolás Venturo 5bf3907862
Made tokenURI external, as per the spec. (#1444) 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
Paweł Winnicki 03765e08b9 Make state variables private (#1426) 6 years ago
Anton Bukov ffeae0d83e ERC20 internal transfer method (#1370) 6 years ago
Aniket 38ca422170 Removing unrequired `_burn()` override (#1373) 6 years ago
Francisco Giordano bd8345a153 Separate ERC721Mintable (#1365) 6 years ago
Francisco Giordano 744f567f40 Separate ERC721Mintable (#1365) 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
Nicolás Venturo 2ce1fde405 Fixed variable shadowing. (#1310) 7 years ago
Nicolás Venturo 4b33eaefa2 Improved ERC721 granularity (#1304) 7 years ago
Leo Arias fa49e5189d Remove Minted and TokensBurned events (#1305) 7 years ago
Leo Arias 6c4c8989b3 Use prefix underscore for state variables and no underscore for parameters (#1282) 7 years ago
Francisco Giordano 84e63bbf8b
Fix decrease allowance and add non-zero address precondition to approve (#1293) 7 years ago
Nicolás Venturo e7e8d8eac1 Fixed Solium warnings. (#1301) 7 years ago
Francisco Giordano f28a135429 remove unnecessary internal constant (#1297) 7 years ago
Nicolás Venturo f12817e446
RBAC and Ownable migration towards Roles (#1291) 7 years ago
Bing Yi a7ee54e199 getApproved require the given token ID exist (#1256) 7 years ago
Francisco Giordano 661e5d86dc Rename SupportsInterfaceWithLookup to ERC165 (#1288) 7 years ago
Leo Arias 616124e37c Update modifiers to call public view functions (#1277) 7 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