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 |
RStorm
|
daf1784be4
|
change inheritance order for StandardToken and PausableToken
|
8 years ago |
Manuel Araoz
|
de92a02127
|
Add Crowdsale contracts
|
8 years ago |
Francisco Giordano
|
e33d9bb41b
|
remove all checks for short address attack (fixes #261)
|
8 years ago |
Juraj Bednar
|
dd34d8df0f
|
Fix typo in StandardToken allowance documentation
|
8 years ago |
RStorm
|
b1e504d6c6
|
change uint to uint256
|
8 years ago |
Matt
|
403e7336a9
|
fixed typo
|
8 years ago |
David Knott
|
ffe464a43e
|
Refactors the Mintable Token contract
|
8 years ago |
David Knott
|
6ede3d9001
|
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
|
8 years ago |
Dave Appleton
|
f214dccab9
|
removed redundant returns
|
8 years ago |
Dave Appleton
|
c0cce27703
|
remove redundant return
|
8 years ago |
Manuel Araoz
|
7100e30bed
|
Implement VestedToken bug mitigation #3
|
8 years ago |
David Knott
|
d08185fc3e
|
Edit natspec documentation typos
|
8 years ago |
maurelian
|
c4796bb918
|
Fix comments again
|
8 years ago |
maurelian
|
d357cf3a2e
|
Minor changes to doc comments for token and other contracts
|
8 years ago |
João Gabriel Carvalho
|
d85be4a866
|
Add natspec to vestedToken.sol
|
8 years ago |
João Gabriel Carvalho
|
f6f91298f0
|
Add natspec to all remaing contracts, except for vestedToken.sol
|
8 years ago |
Jorge Izquierdo
|
22f60eace0
|
Use libraries syntax sugar for revoking grants logic
|
8 years ago |
Jorge Izquierdo
|
a6a2ee2bf1
|
Merge with master
|
8 years ago |
Jorge Izquierdo
|
929367f0ab
|
Reorg code
|
8 years ago |
Jorge Izquierdo
|
5a6340395f
|
Fix grant id parameter in NewTokenGrant event
|
8 years ago |
Jorge Izquierdo
|
f812433706
|
Small refactor and documentation
|
8 years ago |