Commit 0a4f8b3
committed
Create base Snaplink contract
1 parent e06f781 commit 0a4f8b3
File tree
4 files changed
+66
-1
lines changed- contracts/common
- lib
4 files changed
+66
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
Submodule colonyToken updated 41 files
- .circleci/config.yml+9-4
- .eslintignore+2-2
- .gitignore+3-1
- .gitmodules+2-1
- .nvmrc+1-1
- .solcover.js+25-5
- .solhint.json+11
- .soliumignore-8
- .soliumrc.json-15
- README.md+10-8
- build/contracts/MultiSigWallet.json-517
- build/contracts/PinnedMultiSigWallet.json+517
- build/contracts/PinnedToken.json+13.7k
- build/contracts/PinnedTokenAuthority.json+4.6k
- build/contracts/Token.json-6.6k
- build/contracts/TokenAuthority.json-4.6k
- contracts/ERC20Extended.sol+6-6
- contracts/Lockable.sol+40
- contracts/Migrations.sol+1-1
- contracts/Token.sol+7-6
- contracts/TokenAuthority.sol+2-2
- contracts/TokenTransferBinaryRegulator.sol+1-1
- contracts/Vesting.sol-174
- contracts/VestingSimple.sol+105
- contracts/WrappedToken.sol+74
- gasCosts/gasCosts.js+15-18
- helpers/test-helper.js+98-5
- lib/dappsys+1-1
- migrations/2_deploy_contracts.js+5-3
- migrations/3_setup_token.js+2-2
- package.json+9-8
- scripts/solhint.sh+10
- scripts/solium.sh-10
- test/token-authority.js+4-4
- test/token-transfer-binary-regulator.js+18-18
- test/token.js+50-50
- test/vesting-simple.js+285
- test/vesting.js-626
- test/wrapped-token.js+129
- truffle.js+3-1
- yarn.lock+10.3k-752
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
864 | 869 | | |
865 | 870 | | |
866 | 871 | | |
| |||
0 commit comments