Commit Graph

509 Commits (b33299569b6bfd8fb234b14425e6d86ed838c661)

Author SHA1 Message Date
Santiago Palladino b33299569b Add constant modifier to ERC721_RECEIVED magic value 7 years ago
Santiago Palladino 15f9556622 Minor linting fixes 7 years ago
Santiago Palladino 95a1f9a4c5 Change natspec delimiters for consistency 7 years ago
Santiago Palladino 626742e5af Add notice to isContract helper on constract constructors 7 years ago
Santiago Palladino 6fbe771c27 Remove deprecated implementation 7 years ago
Santiago Palladino 6f180a6c5a Remove gas stipend restriction in call to 721 receiver 7 years ago
Santiago Palladino 3cef880803 Allow operators to call approve on a token 7 years ago
Santiago Palladino 851685c40e Add default implementation for metadata URI 7 years ago
Santiago Palladino 54a1d2eacc Implement tokensByIndex extension 7 years ago
Santiago Palladino d726c79e5f Update comments in ERC721 contracts 7 years ago
Santiago Palladino 559df81c49 Implement suggestions by @dekz 7 years ago
Santiago Palladino 3745025a1e Add more tests for ERC721 7 years ago
Santiago Palladino 71cbc511ec Support for new ERC721 interface 7 years ago
Facundo Spagnuolo ca163a849b Implement ERC721 optional & approveAll functionality 7 years ago
Facundo Spagnuolo 1192e684c2 Rename current ERC721 implementation to BaseERC721 7 years ago
medvedev1088 d1146e8c8b Add Whitelist contract (#746) 7 years ago
Tal Ater 903751ce0d Tiny indentation fix in MintedCrowdsale (#792) 7 years ago
Tal Ater 9fd61177c3 Fixed typo in Crowdsale contract comment (#793) 7 years ago
Roman Storm 5ef8554727 Add Transfer event to Burnable Token. (#735) 7 years ago
Alejo Salles c05918c3cc Crowdsale refactor and add new models (#744) 7 years ago
trejas 7a0bfdfbb4 Enhancement/heritable encapsulation #692 (#702) 7 years ago
Santiago Palladino 4d7c3cca75 Move token creation outside of crowdsale contract (#690) 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
JU HYEONG PARK 9cc55ef2a5 use short circuit (#654) 7 years ago
Alejandro Santander c01203b0b7 Index addreses in events and explicit uint size 7 years ago
Alejandro Santander 9d005b492d Explicit uint size 7 years ago
Alejandro Santander 22c1403e5b Fix solidity style issue 7 years ago
zava 5ea9bd44a1 [Heritable] added HeirOwnershipClaimed event 7 years ago
zava 51c2c50437 [Heritable] ownerLives(): constant --> view 7 years ago
zava 52b6181d78 renamed Inheritable --> Heritable 7 years ago
zava 82c85121bb changed Inherited event for OwnershipTransfered 7 years ago
zava e5960465a7 owner can't be set as heir 7 years ago
zava 5716492ebd setHeartbeatTimeout: public --> internal 7 years ago
zava c7807c5b58 changed view for constant 7 years ago
zava 560a855dc7 further example documentation 7 years ago
zava 80ae074c57 marked ownerLives as view 7 years ago
zava d808e49b51 changed 'pronounce' for 'proclaim' 7 years ago
zava a8afb20c20 Use Inherited event instead of OwnershipTransfered 7 years ago
zava a613cd03c9 added example use-case for Inheritable.sol 7 years ago
zava b709206f9f fixes 7 years ago
zava 2a560ad82f name fix 7 years ago
zava 4fe2157e36 Inheritable contract 7 years ago
Facundo Spagnuolo 23afc74b59 Address feedback comments for ERC721 7 years ago
Ernestas Prisakaru dcf1f8d22d Rename ERC23 occurrences to ERC223 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
sot528 75439c1dd3 fix reference of RBAC usage. 7 years ago