Skip to content

Commit

Permalink
Rinkeby version III
Browse files Browse the repository at this point in the history
  • Loading branch information
protinam committed Jan 2, 2018
1 parent c5d69bc commit de5976b
Show file tree
Hide file tree
Showing 64 changed files with 8,150 additions and 11,198 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -14,10 +14,8 @@ These are the official Ethereum smart contracts for the Wyvern ERC20 token (WYV)

#### Rinkeby Testnet

You can get test tokens to use with the test DAO at [faucet.projectwyvern.com](https://faucet.projectwyvern.com).

[Test DAO](https://rinkeby.etherscan.io/address/0x67B5587C4B0423542546C83D14A86E72e0C400Dc)
[Test Token](https://rinkeby.etherscan.io/address/0xb7dDCF6B64C05D76Adc497AE78AD83ba3883A294)
[Wyvern Token](https://rinkeby.etherscan.io/address/0xd1be358dab323802a3c469b0787476fdcb8af5d6)
[Wyvern DAO](https://rinkeby.etherscan.io/address/0x1b4c767502d01deee83af491c946b469e0620e30)

### Development Information

Expand Down
2 changes: 1 addition & 1 deletion build/contracts/ArrayUtils.json
Expand Up @@ -671,5 +671,5 @@
},
"networks": {},
"schemaVersion": "1.0.1",
"updatedAt": "2018-01-01T20:45:43.864Z"
"updatedAt": "2018-01-02T21:45:28.847Z"
}
820 changes: 410 additions & 410 deletions build/contracts/AuthenticatedProxy.json

Large diffs are not rendered by default.

444 changes: 222 additions & 222 deletions build/contracts/BasicToken.json

Large diffs are not rendered by default.

330 changes: 165 additions & 165 deletions build/contracts/BurnableToken.json

Large diffs are not rendered by default.

785 changes: 0 additions & 785 deletions build/contracts/Claimable.json

This file was deleted.

316 changes: 158 additions & 158 deletions build/contracts/DelayedReleaseToken.json

Large diffs are not rendered by default.

1,644 changes: 822 additions & 822 deletions build/contracts/DelegatedShareholderAssociation.json

Large diffs are not rendered by default.

24 changes: 15 additions & 9 deletions build/contracts/DirectEscrowProvider.json
Expand Up @@ -130,7 +130,7 @@
},
{
"attributes": {
"SourceUnit": 4068,
"SourceUnit": 3859,
"absolutePath": "zeppelin-solidity/contracts/token/ERC20.sol",
"file": "zeppelin-solidity/contracts/token/ERC20.sol",
"scope": 1367,
Expand Down Expand Up @@ -342,7 +342,7 @@
"attributes": {
"contractScope": null,
"name": "ERC20",
"referencedDeclaration": 4067,
"referencedDeclaration": 3858,
"type": "contract ERC20"
},
"id": 1307,
Expand Down Expand Up @@ -448,7 +448,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 4357,
"referencedDeclaration": 4148,
"type": "function (bool) pure",
"value": "require"
},
Expand Down Expand Up @@ -492,7 +492,7 @@
"isPure": false,
"lValueRequested": false,
"member_name": "transferFrom",
"referencedDeclaration": 4049,
"referencedDeclaration": 3840,
"type": "function (address,address,uint256) external returns (bool)"
},
"children": [
Expand Down Expand Up @@ -533,7 +533,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 4354,
"referencedDeclaration": 4145,
"type": "msg",
"value": "msg"
},
Expand All @@ -552,7 +552,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 4423,
"referencedDeclaration": 4210,
"type": "contract DirectEscrowProvider",
"value": "this"
},
Expand Down Expand Up @@ -623,7 +623,7 @@
"isPure": false,
"lValueRequested": false,
"member_name": "transfer",
"referencedDeclaration": 4087,
"referencedDeclaration": 3878,
"type": "function (address,uint256) external returns (bool)"
},
"children": [
Expand Down Expand Up @@ -1098,7 +1098,13 @@
"name": "solc",
"version": "0.4.18+commit.9cf6e910.Emscripten.clang"
},
"networks": {},
"networks": {
"4": {
"events": {},
"links": {},
"address": "0x22f617c80e5f4908b943b938e7dc5ab735e64372"
}
},
"schemaVersion": "1.0.1",
"updatedAt": "2018-01-01T20:54:08.739Z"
"updatedAt": "2018-01-02T21:53:04.284Z"
}

0 comments on commit de5976b

Please sign in to comment.