aboutsummaryrefslogtreecommitdiffstats
path: root/std/StandardToken.sol
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete 'std' directoryAlex Beregszaszi2018-06-121-59/+0
|
* Replace constant with view in std/ contracts.Daniel Kirchner2018-05-091-3/+3
|
* Update version pragmas from >0.4.21 to ^0.4.22.Daniel Kirchner2018-04-121-1/+1
|
* Update version pragma and use new constructor syntax in std/ contracts.Daniel Kirchner2018-04-041-2/+2
|
* Documentation about emitting events.chriseth2018-02-221-2/+2
|
* Update std to contain visibility specifiersAlex Beregszaszi2017-09-141-7/+7
|
* Revert changes to standard token.chriseth2017-05-031-3/+3
|
* Warn on unused local variablesRhett Aultman2017-05-031-5/+5
| | | | | | Analyze functions for all local variables, parameters, and named return variables which are never used in the function, and issue a warning.
* Fix transferFrom.chriseth2017-01-231-7/+11
|
* Make token constructible.chriseth2017-01-211-12/+24
|
* Add tests for the std files.chriseth2016-11-121-0/+2
|
* Make std contracts use new styleDenton Liu2016-08-271-4/+2
|
* Check for overflowDenton Liu2016-08-251-2/+2
|
* Fix StandardTokenDenton Liu2016-08-191-24/+12
|
* CoinAdd .sol prefix to filesDenton Liu2016-08-191-0/+55