https://github.com/neo-vortex/erc20transactioninfo
An ERC20 token transaction explorer which decode and show erc20 transaction details using C# blazor
https://github.com/neo-vortex/erc20transactioninfo
Last synced: about 2 months ago
JSON representation
An ERC20 token transaction explorer which decode and show erc20 transaction details using C# blazor
- Host: GitHub
- URL: https://github.com/neo-vortex/erc20transactioninfo
- Owner: Neo-vortex
- Created: 2023-07-26T16:05:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T19:16:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T12:43:54.823Z (3 months ago)
- Language: CSS
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ERC20TransactionInfo
An ERC20 token transaction explorer which decode and show erc20 transaction details using C# blazoruse like this:
```
http://[serveraddress]/[Tx hash]/[base64 encoded rpc node url]
```
it supports transfer transaction as of now, but i have plan to extend it more to support all common erc20 transactions
