Andrew Redden
|
1827cbfd2a
|
changed decimal to be uint8 so that it matches the ERC20 specification.
|
8 years ago |
Roman Storm
|
a0c0cb66c5
|
Remove confusing comment left from FinalizableCrowdsale
AFter this PR
https://github.com/OpenZeppelin/zeppelin-solidity/pull/364
the comment was left.
|
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 |
Francisco Giordano
|
4fc6bb7977
|
remove token.finishMinting() from default finalization
|
8 years ago |
Jakub Wojciechowski
|
c6e055689b
|
Change crowdsales to use timestamps instead of block numbers #350 update example
|
8 years ago |
Jakub Wojciechowski
|
77dfcb6e23
|
Change crowdsales to use timestamps instead of block numbers #350
|
8 years ago |
SylTi
|
4fe837704b
|
Add Transfer event when token is minted to be fully ERC20 compliant &
tests
|
8 years ago |
Jakub Wojciechowski
|
a9e1fcd623
|
Add complex crowdsale example #331 requested changes
|
8 years ago |
Jakub Wojciechowski
|
2403508e1b
|
Add complex crowdsale example #331
|
8 years ago |
Logan Saether
|
b414545b6e
|
fixed typos XP
|
8 years ago |
lsaether
|
3296471bda
|
Added contracts/token/BurnableToken.sol
|
8 years ago |
Ariel Barmat
|
eb5b6252bc
|
Add missing parentheses in modifier
|
8 years ago |
Jeremy Grenier
|
09a8da5d6a
|
Remove return values of pause() and unpause() of Pausable
|
8 years ago |
Yondon Fu
|
863ad48a81
|
Check proof length multiple of 32. Use keccak256 instead of sha3
|
8 years ago |
Santiago Palladino
|
5e7c168b25
|
Fix missing storage keyword warnings
|
8 years ago |
Francisco Giordano
|
a799d218fd
|
add constant qualifier
|
8 years ago |
Francisco Giordano
|
9f0cbd3303
|
move example contract
|
8 years ago |
Francisco Giordano
|
58e2e4d742
|
remove MultisigWallet in favor of ConsenSys/MultiSigWallet
|
8 years ago |
pooleja
|
b2e36314cb
|
Add requirement for address to not be 0 and throw error
|
8 years ago |
Brian Guo
|
93b953fb48
|
changed instances of uint to uint256; fixes issue #226
|
8 years ago |
AugustoL
|
4f44427966
|
Added function helper, few changes on ECRecover lib
|
8 years ago |
Augusto
|
f8c0fab5d8
|
Fixed tests and few changes on contract comments
|
8 years ago |
Augusto
|
478d1b1a93
|
Removed safeRecover, using ecrecover method instead, recovering signature from entire hash
|
8 years ago |
AugustoL
|
a68eaa4e2d
|
Added NatSpec documentation on ECRecovery contract
|
8 years ago |
Augusto
|
635c04378d
|
Removed ECRecovery mock contract, ECRecovery funcions are public constants
|
8 years ago |
Augusto
|
227c7aae0f
|
added check to ret boolean on ECRecovery
|
8 years ago |
Augusto
|
641b751385
|
Fix ECRecovery contract indentation
Fix ident on github
Fix ident github
Fix ident on github
|
8 years ago |
Augusto
|
4201d50dcf
|
ECRecovery library added with test and docs
|
8 years ago |
Jakub Wojciechowski
|
67d3a759a7
|
leave weiAmount after PR comments
|
8 years ago |
Jakub Wojciechowski
|
950b6a5e56
|
sanity check for RefundableCrowdsale: goal > 0
|
8 years ago |
Jakub Wojciechowski
|
db40fd314a
|
sanity check for CappedCrowdsale: cap > 0
|
8 years ago |
Jakub Wojciechowski
|
6035bd522b
|
simplify crowdsale weiRaised update
|
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 |
Joseph Krug
|
353285e5d9
|
Added Constant to SafeMath functions as they don't modify storage
|
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
|
f507a0ea29
|
fix references to SafeMath in crowdsale contracts
|
8 years ago |
Francisco Giordano
|
421ed4f8ab
|
fix references to max and min functions
|
8 years ago |
Francisco Giordano
|
0b1f08043b
|
change Math to a library instead of a contract
|
8 years ago |
Francisco Giordano
|
759f8de81f
|
fix import directories
|
8 years ago |
Francisco Giordano
|
b961eea89d
|
fix claimRefund precondition
|
8 years ago |