-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSolidity Files.html
58 lines (53 loc) · 2.25 KB
/
Solidity Files.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Solidity Files</title>
</head>
<body>
<h1>Solidity Files | Gists</h1>
<h2>
<!--1.01.sol-->
<a href="https://gist.github.com/aramb-dev/4a200766c70faa33dbfee5a81a02b6a7#file-1-0-1-sol"
target="_blank">1.0.1.sol</a>
|
<a href="https://gist.github.com/aramb-dev/4a200766c70faa33dbfee5a81a02b6a7#file-1-0-2-sol"
target="_blank">1.0.2.sol</a>
</h2>
<!--1.01.sol-->
<script src="/solgists/1.0.1.sol.js"></script>
<h2>
<a href="https://gist.github.com/aramb-dev/87f6f216de30c796871797957c396f93#file-storage-sol" target="_blank">
Storage.sol
</a>
</h2>
<!--Storage-->
<script src="/solgists/Storage.sol.js"></script>
<h2>
<a href="https://gist.github.com/aramb-dev/1067d8e0e6382c6e9f4f2c8b6bd4a113#file-escrow-sol" target="_blank"
>Escrow.sol</a>
</h2>
<!--Escrow-->
<script src="/solgists/Escrow.sol.js"></script>
<h2>
<a href="https://gist.github.com/aramb-dev/1e3f96225a952e78b1379e41c9cd6cac#file-timelock-sol" target="_blank">Timelock.sol</a>
|
<a href="https://gist.github.com/aramb-dev/1e3f96225a952e78b1379e41c9cd6cac#file-token-sol" target="_blank">Token.sol</a>
|
<a href="https://gist.github.com/aramb-dev/1e3f96225a952e78b1379e41c9cd6cac#file-tokentimelock-sol" target="_blank">Token Timelock.sol</a>
</h2>
<!--Timelock-->
<script src="/solgists/Timelock.sol.js"></script>
<h2>
<a href="https://gist.github.com/aramb-dev/4a681b00b7142d50ec5154dcbdc93fc8#file-wallet_eth-1-0-0-sol" target="_blank">Wallet_ETH.1.0.0.sol</a>
|
<a href="https://gist.github.com/aramb-dev/4a681b00b7142d50ec5154dcbdc93fc8#file-wallet_eth-1-0-1-sol" target="_blank">Wallet_ETH.1.0.1.sol</a>
|
<a href="https://gist.github.com/aramb-dev/4a681b00b7142d50ec5154dcbdc93fc8#file-wallet_eth-sol" target="_blank">Wallet_ETH.sol</a>
</h2>
<!--Wallet_ETH.sol-->
<script src="/solgists/Wallet_ETH.1.0.0.sol.js"></script>
</body>
</html>