nedodn
|
27f8609ac9
|
Update TokenTimelock.sol: Issue #464
Removed deprecated function claim() as per Issue #464.
|
7 years ago |
Dan Phifer
|
e70dd18734
|
Moving business logic preconditions to the beginning of the function.
|
7 years ago |
Jack Bauer
|
3733c069c9
|
Add explicit visibility
|
7 years ago |
jakub-wojciechowski
|
adfd8fb6a9
|
Warning in approve method documentation.
|
7 years ago |
jakub-wojciechowski
|
98f672b534
|
Make approve method compliant with ERC20
|
7 years ago |
SylTi
|
1203a2473d
|
add whenNotPaused modifier to all of PausableToken functions that modify it's state. Fix #401
|
7 years ago |
SylTi
|
4a1ff913ab
|
replace var by uint256 in StandardToken. Fix #432
|
7 years ago |
SylTi
|
83918cad4b
|
change approve() to conform to ERC20. Fix #438
|
7 years ago |
sot528
|
b069827bad
|
fix typo.
|
7 years ago |
dmx374
|
b395b06b65
|
Explicit public visibility on methods
|
7 years ago |
benjyz
|
2438557255
|
explain cliff
|
7 years ago |
benjyz
|
9f1826d83e
|
vesting: more corrections on comments
|
7 years ago |
benjyz
|
676f5f6931
|
comments on vesting
|
7 years ago |
Roy Blankman
|
6d8bb497c8
|
removing trailing whitespace
|
7 years ago |
Francisco Giordano
|
f96ebfca31
|
cosmetic changes to BurnableToken
|
8 years ago |
Francisco Giordano
|
fac580d1a9
|
remove indexed declaration of uint event parameter
|
8 years ago |
Francisco Giordano
|
20187f2970
|
use SafeERC20#safeTransfer
|
8 years ago |
Jesús Flores
|
0bd22e78d3
|
Fix docblock syntax
|
8 years ago |
Francisco Giordano
|
aad25205cd
|
add comment making explicit that SafeMath.sub can throw
|
8 years ago |
Pavel Rubin
|
209e2de93b
|
Fix for #400: Check that destination of token transfers is not 0x
|
8 years ago |
Francisco Giordano
|
7b463769a5
|
explain how to use SafeERC20
|
8 years ago |
Francisco Giordano
|
c7636bdc4c
|
add safe ERC20 helpers
|
8 years ago |
Rudy Godoy
|
8b11035b39
|
Indentation refactoring.
|
8 years ago |
Rudy Godoy
|
21f251eafb
|
Removed onlyPayloadSize modifier
|
8 years ago |
pipaman
|
e7b1c33955
|
Update StandardToken.sol
Added increaseApproval and decreaseApproval to increase / decrease the approval in 1 transaction.
|
8 years ago |
Francisco Giordano
|
84e3e76bb8
|
fix PausableToken documentation
|
8 years ago |
Petr Korolev
|
99efe80c61
|
fixed typos in standart token doc
|
8 years ago |
Petr Korolev
|
b12db57f34
|
Fixed typo
recieve -> receive
|
8 years ago |
Yaron Velner
|
9333fec5f1
|
fix to issue 375
|
8 years ago |
Giuseppe Bertone
|
7c9c0f6538
|
Fix for mispelled words (#371)
|
8 years ago |
SylTi
|
4fe837704b
|
Add Transfer event when token is minted to be fully ERC20 compliant &
tests
|
8 years ago |
Logan Saether
|
b414545b6e
|
fixed typos XP
|
8 years ago |
lsaether
|
3296471bda
|
Added contracts/token/BurnableToken.sol
|
8 years ago |
Santiago Palladino
|
5e7c168b25
|
Fix missing storage keyword warnings
|
8 years ago |
Francisco Giordano
|
9f0cbd3303
|
move example contract
|
8 years ago |
Brian Guo
|
93b953fb48
|
changed instances of uint to uint256; fixes issue #226
|
8 years ago |
Francisco Giordano
|
b8884687df
|
fix off by one error in VestedToken
|
8 years ago |
Peter Murray
|
18581f138f
|
converted if() throw convention to require()/assert()/revert()
|
8 years ago |
Adam Dossa
|
a56bcbf8fd
|
Correctly call super.transferableTokens
Fix #307
|
8 years ago |
Francisco Giordano
|
6331dd125d
|
fix ERC20 to conform to standard
|
8 years ago |
Francisco Giordano
|
5e423bc353
|
add release function, deprecate claim
|
8 years ago |
Francisco Giordano
|
421ed4f8ab
|
fix references to max and min functions
|
8 years ago |
Francisco Giordano
|
759f8de81f
|
fix import directories
|
8 years ago |
Francisco Giordano
|
5d847ed4d9
|
tweak TokenTimelock documentation
|
8 years ago |
Francisco Giordano
|
b3ca0c73b3
|
add a TokenTimelock contract
|
8 years ago |
Francisco Giordano
|
59e9609926
|
remove CrowdsaleToken
it is superseded by the new crowdsale contracts
|
8 years ago |
Jason Bellamy
|
e31abffcb6
|
fix(token): typo in documentation
Implemantation -> Implementation
|
8 years ago |
Jason Bellamy
|
42c6392533
|
fix(token): typo in documentation
|
8 years ago |
Rudy Godoy
|
34e3ce4ab4
|
Typo fix: avaible -> available
|
8 years ago |
Rudy Godoy
|
4d6b48f39e
|
Typo fix. standart -> standard
|
8 years ago |