You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
## List of files
4
4
5
-
| File | Description |
6
-
|--------------------------------|-------------|
7
-
|contracts/CrowdsaleToken.sol |[The current (or "old") DATA token](https://etherscan.io/address/0x0cf0ee63788a0849fe5297f3407f701e122cc023#readContract)|
8
-
|contracts/DATAv2.sol | The new DATA token |
9
-
|contracts/DataTokenMigrator.sol | Migrator contract that acts as UpgradeAgent for the old token |
|contracts/CrowdsaleToken.sol | The current (or "old") DATA token | [0x0cf0...23](https://etherscan.io/address/0x0cf0ee63788a0849fe5297f3407f701e122cc023#readContract)
8
+
|contracts/DATAv2.sol | The new DATA token |[0x8f6...b76](https://etherscan.io/address/0x8f693ca8d21b157107184d29d398a8d082b38b76#readContract)
9
+
|contracts/DataTokenMigrator.sol | Migrator contract that acts as UpgradeAgent for the old token |[0xc7...c16c](https://etherscan.io/address/0xc7aaf6c62e86a36395d8108fe95d5f758794c16c#readContract)
10
10
|contracts/IERC677.sol | Interface of ERC677 as defined in [the LINK token](https://etherscan.io/address/0x514910771af9ca656af840dff83e8264ecf986ca#code)|
11
11
|contracts/IERC677Receiver.sol | Interface of ERC677Receiver also defined in [the LINK token](https://etherscan.io/address/0x514910771af9ca656af840dff83e8264ecf986ca#code)|
12
12
|contracts/MockRecipient.sol | IERC677Receiver implementation for the purpose of testing |
0 commit comments