You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can you please add the name for the contract that we interacted?
let say i swap using Syncswap ETH > USDC.
instead of smart contract code, we will see the name from/to contract name that we interacted
🤔 Rationale
just like etherscan explorer, it would be much better for us to read the transaction goes to
📋 Additional Context
The text was updated successfully, but these errors were encountered:
I dug into this feature request a little further, and it appears that other Block Explorers are able to do this because they have custom "name" tags that they manually apply to certain contracts (that's the names that show in the screenshot above).
Without this name tag, we would need to make a lot of API requests to fetch the possibly verified contract's name whenever a transaction address is displayed, and that's a lot of resource overhead for just loading the landing page. There might be another way to display this information, but wanted to at least capture this deep-dive of investigation if anyone else wants to try and implement this feature.
🌟 Feature Request
📝 Description
can you please add the name for the contract that we interacted?
let say i swap using Syncswap ETH > USDC.
instead of smart contract code, we will see the name from/to contract name that we interacted
🤔 Rationale
just like etherscan explorer, it would be much better for us to read the transaction goes to
📋 Additional Context
The text was updated successfully, but these errors were encountered: