Viterbo Rodriguez

Results 82 issues of Viterbo Rodriguez

**Fixed here:** https://github.com/telosnetwork/teloscan/pull/998 The contract was not verified on [sourcify.dev](https://sourcify.dev/), therefore the contract metadata was unavailable to be shown in the contract section. However, I found several "copies" of the...

## Overview Add the four range checks that the indexer performs for the export endpoint and prevent the user from exporting if they are not met. **Fixed here:** https://github.com/telosnetwork/teloscan/pull/1001 Indexer...

## Overview When a response from the read function is a simple value, do not show JSON format. Only use it for complex responses like tuples or arrays. **Fixed here:**...

## Overview Currently, on the transaction page, the transaction hash is displayed as a clickable link, but clicking it does nothing. To improve the user experience and clarity, the transaction...

## Overview The current contract metadata request includes deprecated parameters that should be removed to maintain API clarity and prevent unnecessary processing. **Fixed here:** https://github.com/telosnetwork/teloscan/pull/990 ### **Current Request URL:** `/v1/contract/${address}?full=true&includeAbi=true`...

**Fixed here:** https://github.com/telosnetwork/teloscan/pull/988 **Describe the bug** If the user accidentally introduces a space after the string to search, the query returns no results. However, if you remove that space it...

## Description We always display the address although we know the contract's name perfectly. We need to redesign these title parts to show the name somehow at first view. Currently:...

### Issue Type New Content ### Location is not in docs site: https://github.com/telosnetwork/teloscan/ ### Details I'm just requesting adding an icon to the only option that does not have one:...

✨ Enhancement

## Description The Address page works perfectly for all addresses except for this one. The info about the first transaction is loading forever. Maybe the fact that no transaction is...

🐛 Bug

## Overview The current search API does not allow the search for native account names associated with any EVM address. We want that feature in the search bar. ## Acceptance...