Commit Graph

7 Commits (e4ed8f070518c97049ca8f085fc1c7766fea59d4)

Author SHA1 Message Date
artiebits 5daaf60d11 Make contracts 4.24 compatible (#951) 7 years ago
Gal Bracha 7a61371b19 Updated documentation Uppercasing function name for ERC02 basic token (#720) 7 years ago
John Shutt ad12381549 update constructor syntax for solidity 0.4.23 in numerous contracts (#921) 7 years ago
Radek Ostrowski 77cc33fc5c cleaned up unsued variable definition (#753) 7 years ago
Francisco Giordano a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 (#876) 7 years ago
Michal Stefanow 3d3f20f7e3 Removing obsolete comment - explicit check in place (#851) 7 years ago
Facundo Spagnuolo c5d66183ab Move ERC20 contracts to ERC20 custom folder (#701) 7 years ago
Santiago Palladino 370e6a882a ERC20 totalSupply changed from public property to a function (#666) 7 years ago
AugustoL b67856c69d Separate ERC20 and ERC827 form tokens implementations in contracts and test folders 7 years ago
Matt Condon 4d263b7fc3 fix: the result of 'npm run lint:sol:fix' 7 years ago
Alejandro Santander 815d9e1f45 Replace constant with view/pure 7 years ago
Alejandro Santander e6213767fa Update all solidity versions to 0.4.18 7 years ago
Dan Phifer e70dd18734 Moving business logic preconditions to the beginning of the function. 7 years ago
dmx374 b395b06b65 Explicit public visibility on methods 7 years ago
Roy Blankman 6d8bb497c8 removing trailing whitespace 7 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 6331dd125d fix ERC20 to conform to standard 8 years ago
Francisco Giordano 759f8de81f fix import directories 8 years ago
Francisco Giordano e33d9bb41b remove all checks for short address attack (fixes #261) 8 years ago
RStorm b1e504d6c6 change uint to uint256 8 years ago
David Knott 6ede3d9001 Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 8 years ago
maurelian d357cf3a2e Minor changes to doc comments for token and other contracts 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
Manuel Araoz 7592122e4d fix indentation 8 years ago
Manuel Araoz 609869f087 change safe* to * 8 years ago
Manuel Araoz 4fad1505c7 Make SafeMath a library 8 years ago
Jerome de Tychey 5d75264f0f Fix for bigger payloads 8 years ago
Jerome de Tychey d9b9ed227b fix for short address attack 8 years ago
Manuel Araoz 52b66c744f solidity version 0.4.8 8 years ago
Esteban Ordano 70fbc7fe27 BasicToken.sol: Remove useless check 8 years ago
Manuel Araoz b99fc005a3 token contract doc improvements 8 years ago
Manuel Araoz 7bc35f6f78 polish BasicToken 8 years ago
Manuel Araoz 3e9bfbc77a add simple tests for BasicToken 8 years ago
Manuel Araoz 8acc783309 rename lite->basic 8 years ago