-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (16 loc) · 969 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Easy Decode - decode smart contract's error、event、function-data and function-result easily</title>
<meta name="description" content="decode smart contract's error,event,function data and function result. with this tool, your can decode custom error, event, function data and function result easily." />
<meta name="keywords" content="Ethereum,Polygon,ZKSync,Smart Contract,Contract,Custom Error,Event,Function,decode,decode hex,decode custom error,decode event,decode function data and result" />
<script defer src="https://cloud.umami.is/script.js" data-website-id="5543063e-57e9-4560-ab71-86aee7764ea0"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>