teloscan
teloscan copied to clipboard
Telos EVM block explorer for viewing blocks, transactions, contracts, staking, and more
Filter block transactions correctly to show ONLY transactions within the specified block on testnet
Currently when viewing a block, and then the transactions in a block ALL transactions are displayed. We only should show transactions within the block.
The /tx route needs to be updated to better reflect transaction details specific to our blockchain, which does not implement EIP-1559. The update should focus on enhancing user comprehension and...
# Description Currently, we are displaying the input as it comes with no pre-processing. We need to enhance the user experience by providing a readable function declaration (function name and...
TODO discuss adding CSV export endpoint / hcaptcha validation endpoint # Fixes #380 ## Description This PR adds the ability to export transactions and token transfers as CSV ## Test...
Add USD prices to token transactions, on the day of the transaction. We'll need a discussion on where historic data is available. CoinGecko? Blocked by implementation of historical pricing on...
# Fixes #739 ## Description The TransactionAction component was re-implemented into several cases to display differently according to each case. ## Test scenarios - Function call ([0x2bb80b11259c18abbefb22a49fd3cde1a1b455819b72ce719da5c53b912b761d](https://deploy-preview-742--dev-mainnet-teloscan.netlify.app/tx/0x2bb80b11259c18abbefb22a49fd3cde1a1b455819b72ce719da5c53b912b761d))  - TLOS...
Issue: On Transaction Details Overview Transaction Action field for a TLOS transfer it appears as a function call on the receiving address. Instead we should display: Transfer [Full Amount Display]...
**Temp blocked, waiting for API update per Tom** **Being addressed in [this PR](https://github.com/telosnetwork/teloscan/pull/517)** **Description** Add ability to download transaction history for a given account in csv format: # Acceptance Criteria...
Subtasks: - [x] #751 - [ ] #752 - [ ] #753 - [ ] #754
**Describe the bug** When attempting to connect with Metamask on Teloscan, if the user cancels the connection request instead of confirming it, Metamask will continue to ask for a connection...