Francisco Giordano
|
20187f2970
|
use SafeERC20#safeTransfer
|
8 years ago |
Yevhenii Babichenko
|
5035718e4b
|
fixed wrong call order in Ownable.transferOwnership
|
8 years ago |
Francisco Giordano
|
99887da49a
|
fix Pausable documentation
|
8 years ago |
Yevhenii Babichenko
|
7a36a6c92a
|
fix calls to OwnershipTransferred
|
8 years ago |
Yevhenii Babichenko
|
6beac0f215
|
add previousOwner field to OwnershipTransferred event
|
8 years ago |
Yevhenii Babichenko
|
b59469c151
|
fire OwnershipTransferred event when the owner of an Ownable contract instance actually changed
|
8 years ago |
Jesús Flores
|
0bd22e78d3
|
Fix docblock syntax
|
8 years ago |
Ariel Barmat
|
69e83e5086
|
Add a SplitPullPayment contract that combines distribution of funds and delayed withdrawal from each party
|
8 years ago |
Ariel Barmat
|
8336785a9b
|
Add a SplitPayment contract to distribute funds among multiple beneficiaries
|
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 |
SylTi
|
51906bae6c
|
refactor
|
8 years ago |
SylTi
|
406004a99a
|
refactor HasNoTokens.sol
|
8 years ago |
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 |