Santiago Palladino
4d7c3cca75
Move token creation outside of crowdsale contract ( #690 )
...
Fixes #358
7 years ago
Facundo Spagnuolo
c5d66183ab
Move ERC20 contracts to ERC20 custom folder ( #701 )
...
* Move ERC20 contracts to ERC20 custom folder
* Fix linter warnings for ERC20 contracts
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 )
...
Fixes OpenZeppelin/zeppelin-solidity#434
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
AugustoL
7ddd66fb74
fix increaseApproval in ERC827Token with tests
7 years ago
Facundo Spagnuolo
5b50e99a0d
ERC721 required functionality 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
8854966847
change throw for require in MessageHelper contract@
7 years ago
AugustoL
685d2087ca
Add increase and decrease approval functions to ERC827 with tests
7 years ago
Matt Condon
955517dc2e
fix: add ignore directives to SampleCrowdsale and SimpleToken
7 years ago
Matt Condon
3b48a671fd
fix: solium errors - whitespace related
7 years ago
Matt Condon
bd2f1773cd
fix: solium errors - function-order only
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
Santiago Palladino
49b42e8696
Minor change in SafeMath sub documentation
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
...
add missing public identifier in approveData in SmartToken contract
remove constact from showMessage function in message helper contract
move Message helper contract to mocks folder
move SmartTokenMock contract to mocks folder
7 years ago
Santiago Palladino
21297e2b2c
Add documentation to safemath functions
...
Fixes #655
7 years ago
Facundo Spagnuolo
17884e91a1
Emit Trasnfer event on SimpleToken creation
7 years ago
George Spasov
586c88802d
Changed constant to view and more expressive comment
7 years ago