Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bokkypoobah/tokenexplorer
ERC-20, ERC-721 and ERC-1155 Token Explorer
https://github.com/bokkypoobah/tokenexplorer
erc-1155 erc-20 erc-721 ethereum explorer token
Last synced: about 1 month ago
JSON representation
ERC-20, ERC-721 and ERC-1155 Token Explorer
- Host: GitHub
- URL: https://github.com/bokkypoobah/tokenexplorer
- Owner: bokkypoobah
- License: mit
- Created: 2024-08-15T05:59:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T08:32:47.000Z (3 months ago)
- Last Synced: 2024-09-23T07:03:59.801Z (about 2 months ago)
- Topics: erc-1155, erc-20, erc-721, ethereum, explorer, token
- Homepage: https://bokkypoobah.github.io/TokenExplorer/
- Size: 9.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ERC-20, ERC-721 and ERC-1155 Token Explorer
https://bokkypoobah.github.io/TokenExplorer/
##### Requirements
* Web browser, with the MetaMask https://metamask.io/, or Rabby https://rabby.io/ browser plug-in
---
#### Screenshots
##### Opening Page
##### Select Contracts
Enter an ERC-20, ERC-721 or ERC-1155 token contract address, or select one from the sample list.
##### ERC-20 Events
All `Transfer(from, to, tokens)` and `Approval(owner, spender, tokens)` events.
Using the `0x2823589Ae095D99bD64dEeA80B4690313e2fB519` WEENUS contract.
##### ERC-20 Tokens
Token balances
##### ERC-20 Approvals
Latest `tokens` approved for each (`owner`, `spender`) pair
##### ERC-721 Events
All `Transfer(from, to, tokenId)`, `Approval(owner, spender, tokenId)` and `ApprovalForAll(owner, operator, approved)` events.
Using the `0x42069ABFE407C60cf4ae4112bEDEaD391dBa1cdB` CryptoDickButts contract.
##### ERC-721 Tokens
All tokens
##### ERC-721 Approvals
Latest spender for each (`owner`, `tokenId`) pair
##### ERC-721 ApprovalForAlls
Latest `approved` for each (`owner`, `operator`) pair
##### ERC-1155 Events
All `TransferSingle(operator, from, to, tokenId, value)`,
`TransferBatch(operator, from, to, tokenIds, values)` and
`ApprovalForAll(owner, operator, approved)` events.Using the `0xB32979486938AA9694BFC898f35DBED459F44424` Nyan Cats contract.
##### ERC-1155 Tokens
All tokens
##### ERC-1155 ApprovalForAlls
Latest `approved` for each (`owner`, `operator`) pair
##### ERC-721 and ERC-1155 Token Details
##### Token Id Filter
##### Address Filter
Enjoy!
(c) BokkyPooBah / Bok Consulting Pty Ltd 2024. The MIT Licence.