-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
84 lines (80 loc) · 24.5 KB
/
index.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/pico.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/png" href="favicon.png">
<script src="export-to-csv.js" defer></script>
<script src="app.js" defer></script>
<title>Binance Chain Staking Rewards</title>
<meta name="description" content="Export your Binance Chain Staking reward transactions to a CSV file.">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KZ9LT02445"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KZ9LT02445');
</script>
</head>
<body>
<nav class="container-fluid">
<ul>
<li>Binance Chain Staking Rewards</li>
</ul>
<ul>
<li>
<a href="https://github.com/aprea/binance-chain-staking-rewards" class="contrast" aria-label="Binance Chain Staking Rewards GitHub repository">
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512" height="26px">
<path fill="currentColor"
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z">
</path>
</svg>
</a>
</li>
</ul>
</nav>
<main class="container">
<section>
<form id="export-transactions">
<input id="address" type="text" placeholder="Binance Chain Network Address…" pattern="(bnb|BNB)(.*)" title="Your address should begin with 'bnb'" required>
<button id="submit">Export transactions to CSV</button>
</form>
</section>
<article>
<h2>What is this?</h2>
<p>You can use this website to export your <a href="https://www.bnbchain.world/en/staking" rel="noopener">Binance Chain Staking</a> rewards to a file in the CSV file format.</p>
<p>The CSV file uses <a href="https://help.koinly.io/en/articles/3662999-how-to-create-a-custom-csv-file-with-your-data" rel="noopener">Koinly's custom CSV format</a> but can be easily adapted to other formats to make it compatible with alternative cryptocurrency tax services.</p>
<h2>Usage</h2>
<ul>
<li>Enter your Binance Chain Network address (starting with "bnb") into the input field above.</li>
<li>Click the "Export transactions to CSV" button.</li>
</ul>
<p>You will be presented with a CSV download containing the full Binance Chain Staking reward history for the given address.</p>
<h2>Is this safe to use?</h2>
<p>To put it simply, yes.</p>
<ul>
<li>It's not possible to perform a meaningful attack with only a public address.</li>
<li>The code for this website is open source and can be viewed in full via the <a href="https://github.com/aprea/binance-chain-staking-rewards" rel="noopener">GitHub repository</a>.</li>
<li>The export process takes place in client, i.e. no data is sent back to the server. In fact, this website is hosted on GitHub pages which doesn't provide access to the backend server.</li>
</ul>
<h2>Donate</h2>
<p>This tool is 100% free to use but feel free to donate a little BNB to either of the addresses below if you found this helpful!</p>
<p><b>Binance Chain Network (BEP-2)</b></p>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="264" height="264" viewBox="0 0 264 264" xmlns:v="https://vecta.io/nano" class="qrcode"><path d="M96 16h8.24v8.24H96zm16 0h8.24v8.24H112z"/><use xlink:href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#E"/><path d="M88 24h8.24v8.24H88z"/><path d="M96 24h8.24v8.24H96z"/><use xlink:href="#F"/><use xlink:href="#B" y="8"/><use xlink:href="#G"/><path d="M152 24h8.24v8.24H152z"/><use xlink:href="#C" y="8"/><use xlink:href="#E" y="8"/><path d="M80 32h8.24v8.24H80z"/><path d="M88 32h8.24v8.24H88z"/><path d="M96 32h8.24v8.24H96z"/><use xlink:href="#H"/><use xlink:href="#D" y="16"/><use xlink:href="#E" y="16"/><path d="M80 40h8.24v8.24H80zm16 0h8.24v8.24H96z"/><use xlink:href="#F" y="16"/><path d="M120 40h8.24v8.24H120z"/><use xlink:href="#G" y="16"/><use xlink:href="#H" y="8"/><path d="M152 40h8.24v8.24H152z"/><use xlink:href="#C" y="24"/><use xlink:href="#E" y="24"/><path d="M80 48h8.24v8.24H80z"/><use xlink:href="#F" y="24"/><path d="M112 48h8.24v8.24H112z"/><use xlink:href="#B" y="32"/><use xlink:href="#H" y="16"/><path d="M152 48h8.24v8.24H152z"/><use xlink:href="#D" y="32"/><path d="M80 56h8.24v8.24H80z"/><path d="M88 56h8.24v8.24H88z"/><path d="M96 56h8.24v8.24H96zm16 0h8.24v8.24H112z"/><path d="M120 56h8.24v8.24H120z"/><use xlink:href="#G" y="32"/><use xlink:href="#C" y="40"/><path d="M80 64h8.24v8.24H80zm16 0h8.24v8.24H96zm16 0h8.24v8.24H112z"/><use xlink:href="#B" y="48"/><use xlink:href="#H" y="32"/><use xlink:href="#C" y="48"/><use xlink:href="#E" y="48"/><path d="M80 72h8.24v8.24H80z"/><path d="M88 72h8.24v8.24H88z"/><path d="M96 72h8.24v8.24H96zm16 0h8.24v8.24H112z"/><use xlink:href="#G" y="48"/><use xlink:href="#D" y="56"/><path d="M16 80h8.24v8.24H16zm16 0h8.24v8.24H32z"/><path d="M40 80h8.24v8.24H40z"/><path d="M48 80h8.24v8.24H48z"/><path d="M56 80h8.24v8.24H56z"/><path d="M64 80h8.24v8.24H64z"/><use xlink:href="#F" y="56"/><path d="M120 80h8.24v8.24H120z"/><use xlink:href="#B" y="64"/><use xlink:href="#G" y="56"/><use xlink:href="#H" y="48"/><path d="M152 80h8.24v8.24H152z"/><use xlink:href="#D" y="64"/><use xlink:href="#E" y="64"/><path d="M192 80h8.24v8.24H192z"/><use xlink:href="#I"/><use xlink:href="#J"/><path d="M216 80h8.24v8.24H216z"/><path d="M224 80h8.24v8.24H224zM16 88h8.24v8.24H16zm16 0h8.24v8.24H32zm24 0h8.24v8.24H56zm24 0h8.24v8.24H80z"/><path d="M88 88h8.24v8.24H88z"/><path d="M96 88h8.24v8.24H96z"/><use xlink:href="#B" y="72"/><use xlink:href="#H" y="56"/><path d="M152 88h8.24v8.24H152z"/><use xlink:href="#C" y="72"/><use xlink:href="#D" y="72"/><use xlink:href="#E" y="72"/><path d="M192 88h8.24v8.24H192z"/><use xlink:href="#I" y="8"/><use xlink:href="#J" y="8"/><path d="M240 88h8.24v8.24H240zM48 96h8.24v8.24H48zm16 0h8.24v8.24H64z"/><path d="M72 96h8.24v8.24H72z"/><path d="M80 96h8.24v8.24H80z"/><path d="M88 96h8.24v8.24H88z"/><use xlink:href="#F" y="72"/><use xlink:href="#B" y="80"/><use xlink:href="#G" y="72"/><use xlink:href="#H" y="64"/><use xlink:href="#E" y="80"/><path d="M184 96h8.24v8.24H184z"/><use xlink:href="#I" y="16"/><use xlink:href="#J" y="16"/><path d="M216 96h8.24v8.24H216z"/><use xlink:href="#K"/><path d="M24 104h8.24v8.24H24z"/><path d="M32 104h8.24v8.24H32z"/><path d="M40 104h8.24v8.24H40zm16 0h8.24v8.24H56zm16 0h8.24v8.24H72z"/><path d="M80 104h8.24v8.24H80z"/><path d="M88 104h8.24v8.24H88z"/><use xlink:href="#F" y="80"/><use xlink:href="#B" y="88"/><use xlink:href="#G" y="80"/><use xlink:href="#H" y="72"/><path d="M184 104h8.24v8.24H184z"/><use xlink:href="#I" y="24"/><use xlink:href="#J" y="24"/><path d="M216 104h8.24v8.24H216z"/><use xlink:href="#K" y="8"/><path d="M240 104h8.24v8.24H240zm-216 8h8.24v8.24H24z"/><path d="M32 112h8.24v8.24H32zm16 0h8.24v8.24H48zm16 0h8.24v8.24H64zm16 0h8.24v8.24H80zm16 0h8.24v8.24H96z"/><use xlink:href="#F" y="88"/><path d="M120 112h8.24v8.24H120z"/><use xlink:href="#B" y="96"/><path d="M152 112h8.24v8.24H152z"/><use xlink:href="#C" y="96"/><use xlink:href="#D" y="96"/><use xlink:href="#E" y="96"/><use xlink:href="#I" y="32"/><path d="M216 112h8.24v8.24H216z"/><path d="M224 112h8.24v8.24H224z"/><use xlink:href="#K" y="16"/><path d="M16 120h8.24v8.24H16zm40 0h8.24v8.24H56zm16 0h8.24v8.24H72z"/><path d="M80 120h8.24v8.24H80z"/><path d="M88 120h8.24v8.24H88z"/><path d="M96 120h8.24v8.24H96z"/><use xlink:href="#F" y="96"/><path d="M112 120h8.24v8.24H112z"/><use xlink:href="#B" y="104"/><use xlink:href="#H" y="88"/><use xlink:href="#D" y="104"/><path d="M184 120h8.24v8.24H184z"/><path d="M192 120h8.24v8.24H192z"/><use xlink:href="#I" y="40"/><use xlink:href="#J" y="40"/><path d="M216 120h8.24v8.24H216z"/><use xlink:href="#K" y="24"/><path d="M240 120h8.24v8.24H240zm-224 8h8.24v8.24H16z"/><path d="M24 128h8.24v8.24H24zm40 0h8.24v8.24H64z"/><path d="M72 128h8.24v8.24H72zm16 0h8.24v8.24H88z"/><path d="M96 128h8.24v8.24H96z"/><use xlink:href="#F" y="104"/><path d="M120 128h8.24v8.24H120z"/><use xlink:href="#G" y="104"/><use xlink:href="#H" y="96"/><path d="M152 128h8.24v8.24H152z"/><use xlink:href="#C" y="112"/><use xlink:href="#E" y="112"/><path d="M184 128h8.24v8.24H184z"/><use xlink:href="#I" y="48"/><path d="M216 128h8.24v8.24H216z"/><path d="M224 128h8.24v8.24H224zm-176 8h8.24v8.24H48z"/><path d="M56 136h8.24v8.24H56zm16 0h8.24v8.24H72zm16 0h8.24v8.24H88z"/><path d="M96 136h8.24v8.24H96z"/><use xlink:href="#B" y="120"/><use xlink:href="#G" y="112"/><use xlink:href="#E" y="120"/><use xlink:href="#J" y="56"/><path d="M216 136h8.24v8.24H216z"/><use xlink:href="#K" y="40"/><path d="M240 136h8.24v8.24H240zm-224 8h8.24v8.24H16zm24 0h8.24v8.24H40zm16 0h8.24v8.24H56z"/><path d="M64 144h8.24v8.24H64zm16 0h8.24v8.24H80zm16 0h8.24v8.24H96z"/><use xlink:href="#F" y="120"/><path d="M120 144h8.24v8.24H120z"/><use xlink:href="#B" y="128"/><use xlink:href="#G" y="120"/><path d="M152 144h8.24v8.24H152z"/><use xlink:href="#E" y="128"/><use xlink:href="#I" y="64"/><path d="M216 144h8.24v8.24H216z"/><path d="M224 144h8.24v8.24H224zm16 0h8.24v8.24H240zm-224 8h8.24v8.24H16zm16 0h8.24v8.24H32z"/><use xlink:href="#F" y="128"/><path d="M112 152h8.24v8.24H112z"/><use xlink:href="#B" y="136"/><use xlink:href="#H" y="120"/><path d="M152 152h8.24v8.24H152z"/><use xlink:href="#D" y="136"/><use xlink:href="#E" y="136"/><path d="M184 152h8.24v8.24H184z"/><path d="M192 152h8.24v8.24H192z"/><use xlink:href="#J" y="72"/><path d="M216 152h8.24v8.24H216z"/><use xlink:href="#K" y="56"/><path d="M240 152h8.24v8.24H240zm-224 8h8.24v8.24H16zm16 0h8.24v8.24H32z"/><path d="M40 160h8.24v8.24H40z"/><path d="M48 160h8.24v8.24H48zm16 0h8.24v8.24H64zm24 0h8.24v8.24H88z"/><path d="M96 160h8.24v8.24H96z"/><use xlink:href="#F" y="136"/><path d="M120 160h8.24v8.24H120z"/><use xlink:href="#B" y="144"/><use xlink:href="#G" y="136"/><path d="M152 160h8.24v8.24H152z"/><use xlink:href="#C" y="144"/><use xlink:href="#E" y="144"/><path d="M192 160h8.24v8.24H192z"/><use xlink:href="#I" y="80"/><path d="M224 160h8.24v8.24H224zm-208 8h8.24v8.24H16zm24 0h8.24v8.24H40z"/><path d="M48 168h8.24v8.24H48z"/><path d="M56 168h8.24v8.24H56zm16 0h8.24v8.24H72z"/><use xlink:href="#F" y="144"/><use xlink:href="#G" y="144"/><use xlink:href="#C" y="152"/><use xlink:href="#D" y="152"/><path d="M184 168h8.24v8.24H184z"/><use xlink:href="#I" y="88"/><use xlink:href="#J" y="88"/><path d="M216 168h8.24v8.24H216z"/><use xlink:href="#K" y="72"/><path d="M240 168h8.24v8.24H240zm-224 8h8.24v8.24H16zm32 0h8.24v8.24H48zm16 0h8.24v8.24H64z"/><path d="M72 176h8.24v8.24H72zm16 0h8.24v8.24H88z"/><use xlink:href="#F" y="152"/><path d="M112 176h8.24v8.24H112z"/><path d="M120 176h8.24v8.24H120z"/><use xlink:href="#B" y="160"/><path d="M152 176h8.24v8.24H152z"/><use xlink:href="#C" y="160"/><use xlink:href="#E" y="160"/><path d="M184 176h8.24v8.24H184z"/><path d="M192 176h8.24v8.24H192z"/><use xlink:href="#I" y="96"/><use xlink:href="#J" y="96"/><path d="M224 176h8.24v8.24H224z"/><use xlink:href="#K" y="80"/><path d="M80 184h8.24v8.24H80z"/><path d="M88 184h8.24v8.24H88z"/><path d="M96 184h8.24v8.24H96z"/><use xlink:href="#F" y="160"/><path d="M112 184h8.24v8.24H112z"/><path d="M120 184h8.24v8.24H120z"/><use xlink:href="#H" y="152"/><path d="M152 184h8.24v8.24H152z"/><use xlink:href="#D" y="168"/><use xlink:href="#E" y="168"/><use xlink:href="#J" y="104"/><use xlink:href="#K" y="88"/><path d="M240 184h8.24v8.24H240zm-152 8h8.24v8.24H88zm32 0h8.24v8.24H120z"/><use xlink:href="#G" y="168"/><use xlink:href="#C" y="176"/><use xlink:href="#D" y="176"/><use xlink:href="#E" y="176"/><path d="M192 192h8.24v8.24H192z"/><use xlink:href="#J" y="112"/><path d="M216 192h8.24v8.24H216z"/><path d="M224 192h8.24v8.24H224zm-144 8h8.24v8.24H80zm16 0h8.24v8.24H96zm16 0h8.24v8.24H112z"/><use xlink:href="#B" y="184"/><use xlink:href="#G" y="176"/><use xlink:href="#H" y="168"/><use xlink:href="#C" y="184"/><use xlink:href="#D" y="184"/><use xlink:href="#E" y="184"/><use xlink:href="#J" y="120"/><use xlink:href="#K" y="104"/><path d="M240 200h8.24v8.24H240zm-160 8h8.24v8.24H80zm32 0h8.24v8.24H112z"/><use xlink:href="#G" y="184"/><use xlink:href="#H" y="176"/><path d="M152 208h8.24v8.24H152z"/><use xlink:href="#E" y="192"/><path d="M184 208h8.24v8.24H184z"/><path d="M192 208h8.24v8.24H192z"/><use xlink:href="#I" y="128"/><use xlink:href="#J" y="128"/><path d="M216 208h8.24v8.24H216z"/><path d="M224 208h8.24v8.24H224z"/><use xlink:href="#K" y="112"/><path d="M240 208h8.24v8.24H240zm-160 8h8.24v8.24H80z"/><path d="M88 216h8.24v8.24H88z"/><use xlink:href="#H" y="184"/><use xlink:href="#C" y="200"/><use xlink:href="#D" y="200"/><use xlink:href="#K" y="120"/><path d="M240 216h8.24v8.24H240zm-160 8h8.24v8.24H80z"/><path d="M88 224h8.24v8.24H88z"/><use xlink:href="#F" y="200"/><use xlink:href="#G" y="200"/><path d="M152 224h8.24v8.24H152z"/><use xlink:href="#C" y="208"/><use xlink:href="#D" y="208"/><path d="M192 224h8.24v8.24H192z"/><use xlink:href="#I" y="144"/><use xlink:href="#J" y="144"/><path d="M224 224h8.24v8.24H224z"/><use xlink:href="#K" y="128"/><path d="M88 232h8.24v8.24H88z"/><use xlink:href="#F" y="208"/><use xlink:href="#B" y="216"/><use xlink:href="#G" y="208"/><use xlink:href="#H" y="200"/><use xlink:href="#D" y="216"/><use xlink:href="#E" y="216"/><use xlink:href="#J" y="152"/><path d="M216 232h8.24v8.24H216z"/><use xlink:href="#K" y="136"/><path d="M80 240h8.24v8.24H80z"/><path d="M88 240h8.24v8.24H88z"/><use xlink:href="#F" y="216"/><path d="M112 240h8.24v8.24H112z"/><use xlink:href="#B" y="224"/><use xlink:href="#G" y="216"/><path d="M152 240h8.24v8.24H152zm32 0h8.24v8.24H184z"/><use xlink:href="#I" y="160"/><path d="M224 240h8.24v8.24H224zM16 16v56h56V16H16zm48 48H24V24h40v40zm128-48v56h56V16h-56zm48 48h-40V24h40v40zM16 192v56h56v-56H16zm48 48H24v-40h40v40zM32 32h24v24H32zm176 0h24v24h-24zM32 208h24v24H32z"/><defs ><path id="B" d="M128 16h8.24v8.24H128z"/><path id="C" d="M160 16h8.24v8.24H160z"/><path id="D" d="M168 16h8.24v8.24H168z"/><path id="E" d="M176 16h8.24v8.24H176z"/><path id="F" d="M104 24h8.24v8.24H104z"/><path id="G" d="M136 24h8.24v8.24H136z"/><path id="H" d="M144 32h8.24v8.24H144z"/><path id="I" d="M200 80h8.24v8.24H200z"/><path id="J" d="M208 80h8.24v8.24H208z"/><path id="K" d="M232 96h8.24v8.24H232z"/></defs></svg>
<p><code>bnb1wvc2lg3upalt5su9z7c9m3z8cdthampv42usvk</code></p>
<p><b>Binance Smart Chain Network (BEP20)</b></p>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="264" height="264" viewBox="0 0 264 264" xmlns:v="https://vecta.io/nano" class="qrcode"><path d="M128 16h8.24v8.24H128zm16 0h8.24v8.24H144zm16 8h8.24v8.24H160z"/><path d="M168 24h8.24v8.24H168z"/><path d="M176 24h8.24v8.24H176zm-96 8h8.24v8.24H80z"/><path d="M88 32h8.24v8.24H88z"/><path d="M96 32h8.24v8.24H96z"/><use xlink:href="#B"/><path d="M152 32h8.24v8.24H152zm-72 8h8.24v8.24H80z"/><path d="M128 40h8.24v8.24H128zm24 0h8.24v8.24H152z"/><path d="M160 40h8.24v8.24H160z"/><path d="M168 40h8.24v8.24H168zm-88 8h8.24v8.24H80zm16 0h8.24v8.24H96zm16 0h8.24v8.24H112z"/><path d="M120 48h8.24v8.24H120z"/><path d="M128 48h8.24v8.24H128z"/><use xlink:href="#B" y="16"/><path d="M168 48h8.24v8.24H168zm-88 8h8.24v8.24H80z"/><path d="M88 56h8.24v8.24H88z"/><path d="M96 56h8.24v8.24H96zm24 0h8.24v8.24H120z"/><path d="M128 56h8.24v8.24H128z"/><use xlink:href="#B" y="24"/><path d="M144 56h8.24v8.24H144z"/><path d="M152 56h8.24v8.24H152z"/><path d="M160 56h8.24v8.24H160z"/><path d="M168 56h8.24v8.24H168z"/><path d="M176 56h8.24v8.24H176zm-96 8h8.24v8.24H80zm16 0h8.24v8.24H96zm16 0h8.24v8.24H112z"/><path d="M128 64h8.24v8.24H128zm16 0h8.24v8.24H144zm16 0h8.24v8.24H160zm16 0h8.24v8.24H176z"/><path d="M80 72h8.24v8.24H80zm40 0h8.24v8.24H120z"/><use xlink:href="#B" y="40"/><path d="M16 80h8.24v8.24H16zm16 0h8.24v8.24H32z"/><path d="M40 80h8.24v8.24H40z"/><path d="M48 80h8.24v8.24H48z"/><path d="M56 80h8.24v8.24H56z"/><path d="M64 80h8.24v8.24H64zm32 0h8.24v8.24H96z"/><path d="M104 80h8.24v8.24H104z"/><path d="M112 80h8.24v8.24H112z"/><use xlink:href="#B" y="48"/><path d="M160 80h8.24v8.24H160z"/><path d="M168 80h8.24v8.24H168z"/><path d="M176 80h8.24v8.24H176zm16 0h8.24v8.24H192z"/><path d="M200 80h8.24v8.24H200z"/><path d="M208 80h8.24v8.24H208z"/><path d="M216 80h8.24v8.24H216z"/><path d="M224 80h8.24v8.24H224zM16 88h8.24v8.24H16z"/><path d="M24 88h8.24v8.24H24zm32 0h8.24v8.24H56zm24 0h8.24v8.24H80zm16 0h8.24v8.24H96z"/><path d="M104 88h8.24v8.24H104zm16 0h8.24v8.24H120z"/><path d="M128 88h8.24v8.24H128z"/><use xlink:href="#B" y="56"/><path d="M152 88h8.24v8.24H152z"/><path d="M160 88h8.24v8.24H160zm56 0h8.24v8.24H216zm16 0h8.24v8.24H232zM32 96h8.24v8.24H32z"/><path d="M40 96h8.24v8.24H40zm24 0h8.24v8.24H64z"/><path d="M72 96h8.24v8.24H72zm16 0h8.24v8.24H88z"/><path d="M96 96h8.24v8.24H96zm16 0h8.24v8.24H112z"/><path d="M120 96h8.24v8.24H120z"/><path d="M128 96h8.24v8.24H128z"/><use xlink:href="#B" y="64"/><path d="M160 96h8.24v8.24H160zm16 0h8.24v8.24H176zm24 0h8.24v8.24H200z"/><path d="M208 96h8.24v8.24H208zm-184 8h8.24v8.24H24zm16 0h8.24v8.24H40zm32 0h8.24v8.24H72z"/><path d="M80 104h8.24v8.24H80zm16 0h8.24v8.24H96zm16 0h8.24v8.24H112z"/><use xlink:href="#B" y="72"/><path d="M144 104h8.24v8.24H144z"/><path d="M152 104h8.24v8.24H152zm16 0h8.24v8.24H168zm16 0h8.24v8.24H184zm16 0h8.24v8.24H200z"/><path d="M208 104h8.24v8.24H208z"/><path d="M216 104h8.24v8.24H216zm16 0h8.24v8.24H232z"/><path d="M240 104h8.24v8.24H240zm-224 8h8.24v8.24H16z"/><path d="M24 112h8.24v8.24H24z"/><path d="M32 112h8.24v8.24H32zm16 0h8.24v8.24H48zm16 0h8.24v8.24H64z"/><path d="M72 112h8.24v8.24H72zm40 0h8.24v8.24H112zm16 0h8.24v8.24H128zm16 0h8.24v8.24H144z"/><path d="M152 112h8.24v8.24H152z"/><path d="M160 112h8.24v8.24H160zm24 0h8.24v8.24H184zm40 0h8.24v8.24H224z"/><path d="M232 112h8.24v8.24H232zm-200 8h8.24v8.24H32zm24 0h8.24v8.24H56zm16 0h8.24v8.24H72zm96 0h8.24v8.24H168zm16 0h8.24v8.24H184z"/><path d="M192 120h8.24v8.24H192zm40 0h8.24v8.24H232z"/><path d="M240 120h8.24v8.24H240zm-208 8h8.24v8.24H32z"/><path d="M40 128h8.24v8.24H40z"/><path d="M48 128h8.24v8.24H48z"/><path d="M56 128h8.24v8.24H56z"/><path d="M64 128h8.24v8.24H64zm48 0h8.24v8.24H112z"/><use xlink:href="#B" y="96"/><path d="M144 128h8.24v8.24H144zm16 0h8.24v8.24H160zm24 0h8.24v8.24H184zm24 0h8.24v8.24H208zm16 0h8.24v8.24H224zm-208 8h8.24v8.24H16z"/><path d="M24 136h8.24v8.24H24zm16 0h8.24v8.24H40zm16 0h8.24v8.24H56zm32 0h8.24v8.24H88zm24 0h8.24v8.24H112zm32 0h8.24v8.24H144z"/><path d="M152 136h8.24v8.24H152zm16 0h8.24v8.24H168zm16 0h8.24v8.24H184zm24 0h8.24v8.24H208zm24 0h8.24v8.24H232zm-208 8h8.24v8.24H24zm24 0h8.24v8.24H48zm16 0h8.24v8.24H64z"/><path d="M72 144h8.24v8.24H72z"/><path d="M80 144h8.24v8.24H80zm16 0h8.24v8.24H96zm16 0h8.24v8.24H112z"/><use xlink:href="#B" y="112"/><path d="M160 144h8.24v8.24H160z"/><path d="M168 144h8.24v8.24H168z"/><path d="M176 144h8.24v8.24H176zm40 0h8.24v8.24H216z"/><path d="M224 144h8.24v8.24H224z"/><path d="M232 144h8.24v8.24H232z"/><path d="M240 144h8.24v8.24H240zm-224 8h8.24v8.24H16z"/><path d="M24 152h8.24v8.24H24zm24 0h8.24v8.24H48zm24 0h8.24v8.24H72zm24 0h8.24v8.24H96zm24 0h8.24v8.24H120zm40 0h8.24v8.24H160zm24 0h8.24v8.24H184z"/><path d="M192 152h8.24v8.24H192z"/><path d="M200 152h8.24v8.24H200zm16 0h8.24v8.24H216zm24 0h8.24v8.24H240zm-224 8h8.24v8.24H16zm16 0h8.24v8.24H32z"/><path d="M40 160h8.24v8.24H40z"/><path d="M48 160h8.24v8.24H48z"/><path d="M56 160h8.24v8.24H56z"/><path d="M64 160h8.24v8.24H64zm24 0h8.24v8.24H88zm16 0h8.24v8.24H104zm16 0h8.24v8.24H120z"/><path d="M128 160h8.24v8.24H128zm32 0h8.24v8.24H160zm24 0h8.24v8.24H184zm16 0h8.24v8.24H200zm24 0h8.24v8.24H224zm-208 8h8.24v8.24H16zm24 0h8.24v8.24H40z"/><path d="M48 168h8.24v8.24H48zm24 0h8.24v8.24H72z"/><path d="M80 168h8.24v8.24H80z"/><path d="M88 168h8.24v8.24H88z"/><path d="M96 168h8.24v8.24H96zm16 0h8.24v8.24H112z"/><path d="M120 168h8.24v8.24H120z"/><use xlink:href="#B" y="136"/><path d="M144 168h8.24v8.24H144zm24 0h8.24v8.24H168zm16 0h8.24v8.24H184z"/><path d="M192 168h8.24v8.24H192zm16 0h8.24v8.24H208zm24 0h8.24v8.24H232zm-216 8h8.24v8.24H16zm16 0h8.24v8.24H32zm24 0h8.24v8.24H56z"/><path d="M64 176h8.24v8.24H64zm32 0h8.24v8.24H96zm16 0h8.24v8.24H112zm16 0h8.24v8.24H128z"/><use xlink:href="#B" y="144"/><path d="M144 176h8.24v8.24H144zm16 0h8.24v8.24H160zm16 0h8.24v8.24H176z"/><path d="M184 176h8.24v8.24H184z"/><path d="M192 176h8.24v8.24H192z"/><path d="M200 176h8.24v8.24H200z"/><path d="M208 176h8.24v8.24H208zm16 0h8.24v8.24H224z"/><path d="M232 176h8.24v8.24H232zm-152 8h8.24v8.24H80z"/><path d="M88 184h8.24v8.24H88zm16 0h8.24v8.24H104z"/><use xlink:href="#B" y="152"/><path d="M144 184h8.24v8.24H144zm16 0h8.24v8.24H160z"/><path d="M168 184h8.24v8.24H168z"/><path d="M176 184h8.24v8.24H176zm32 0h8.24v8.24H208zm32 0h8.24v8.24H240zm-152 8h8.24v8.24H88zm16 0h8.24v8.24H104z"/><use xlink:href="#B" y="160"/><path d="M144 192h8.24v8.24H144zm24 0h8.24v8.24H168z"/><path d="M176 192h8.24v8.24H176zm16 0h8.24v8.24H192zm16 0h8.24v8.24H208zm24 0h8.24v8.24H232zm-152 8h8.24v8.24H80z"/><path d="M88 200h8.24v8.24H88zm24 0h8.24v8.24H112zm16 0h8.24v8.24H128zm32 0h8.24v8.24H160zm16 0h8.24v8.24H176zm32 0h8.24v8.24H208zm24 0h8.24v8.24H232z"/><path d="M240 200h8.24v8.24H240zm-160 8h8.24v8.24H80z"/><use xlink:href="#B" y="176"/><path d="M160 208h8.24v8.24H160zm16 0h8.24v8.24H176z"/><path d="M184 208h8.24v8.24H184z"/><path d="M192 208h8.24v8.24H192z"/><path d="M200 208h8.24v8.24H200z"/><path d="M208 208h8.24v8.24H208zm-128 8h8.24v8.24H80zm16 0h8.24v8.24H96zm24 0h8.24v8.24H120z"/><path d="M128 216h8.24v8.24H128z"/><use xlink:href="#B" y="184"/><path d="M144 216h8.24v8.24H144zm24 0h8.24v8.24H168z"/><path d="M176 216h8.24v8.24H176z"/><path d="M184 216h8.24v8.24H184zm24 0h8.24v8.24H208zm16 0h8.24v8.24H224z"/><path d="M232 216h8.24v8.24H232zm-152 8h8.24v8.24H80z"/><path d="M88 224h8.24v8.24H88z"/><use xlink:href="#B" y="192"/><path d="M144 224h8.24v8.24H144zm32 0h8.24v8.24H176zm16 0h8.24v8.24H192zm16 0h8.24v8.24H208z"/><path d="M216 224h8.24v8.24H216zm16 0h8.24v8.24H232zm-144 8h8.24v8.24H88z"/><path d="M96 232h8.24v8.24H96z"/><path d="M104 232h8.24v8.24H104z"/><path d="M112 232h8.24v8.24H112z"/><path d="M120 232h8.24v8.24H120z"/><path d="M128 232h8.24v8.24H128z"/><use xlink:href="#B" y="200"/><path d="M152 232h8.24v8.24H152zm16 0h8.24v8.24H168z"/><path d="M176 232h8.24v8.24H176z"/><path d="M184 232h8.24v8.24H184zm40 0h8.24v8.24H224z"/><path d="M232 232h8.24v8.24H232zm-152 8h8.24v8.24H80z"/><use xlink:href="#B" y="208"/><path d="M160 240h8.24v8.24H160zm16 0h8.24v8.24H176zm32 0h8.24v8.24H208zm16 0h8.24v8.24H224zM16 16v56h56V16H16zm48 48H24V24h40v40zm128-48v56h56V16h-56zm48 48h-40V24h40v40zM16 192v56h56v-56H16zm48 48H24v-40h40v40zM32 32h24v24H32zm176 0h24v24h-24zM32 208h24v24H32z"/><defs ><path id="B" d="M136 32h8.24v8.24H136z"/></defs></svg>
<p><code>0xbDb6D7731788F7fCDc526a60FD78F2AD023812E3</code></p>
</article>
<section class="footer">
<p>Disclaimer</p>
<p>Please use data at your own risk. Double check your transactions! It is up to the user to verify accuracy. Transactions are reported with best effort but errors are possible.</p>
<p>This website is provided for informational purposes only. It does not constitute financial, tax or legal advice. For financial or legal advice, please consult your own professional. It cannot guarantee lack of error nor tax compliance. As such, we will not be liable for any loss or damage of any nature.</p>
<p class="copyright">© <span class="year"></span> Binance Chain Staking Rewards. All rights reserved.</p>
</section>
</main>
</body>
</html>