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
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
If I click on Transactions, I get this: https://www.confluxscan.io/address/0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98?accountAddress=0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98&page=1&pageSize=10&tab=transaction
If I click on Token Txns, I get this: https://www.confluxscan.io/address/0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98?accountAddress=0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98&page=1&pageSize=10&tab=transfers
If I click on Contract, I get this: https://www.confluxscan.io/address/0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98?accountAddress=0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98&page=1&pageSize=10&tab=transaction
You can see that tab=transaction for the contract tab. It should be tab=contract instead so that I can link directly to the contract source code.
What is the expected behavior?
When I open https://www.confluxscan.io/address/[ADDRESS]?tab=contract, it should take my to the Contract tab directly.
When I open a contract page and click on Contract, it should change the link to https://www.confluxscan.io/address/[ADDRESS]?tab=contract.
If this is a feature request, what is motivation or use case for changing the behavior?
I'd like to be able to link to the source code directly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Do you want to request a feature or report a bug?
Feature.
What is the current behavior?
When I open the FC contract, it gives me this link: https://www.confluxscan.io/address/0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98?accountAddress=0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98
If I click on Transactions, I get this:
https://www.confluxscan.io/address/0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98?accountAddress=0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98&page=1&pageSize=10&tab=transaction
If I click on Token Txns, I get this:
https://www.confluxscan.io/address/0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98?accountAddress=0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98&page=1&pageSize=10&tab=transfers
If I click on Contract, I get this:
https://www.confluxscan.io/address/0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98?accountAddress=0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98&page=1&pageSize=10&tab=transaction
You can see that
tab=transaction
for the contract tab. It should betab=contract
instead so that I can link directly to the contract source code.What is the expected behavior?
When I open
https://www.confluxscan.io/address/[ADDRESS]?tab=contract
, it should take my to the Contract tab directly.When I open a contract page and click on Contract, it should change the link to
https://www.confluxscan.io/address/[ADDRESS]?tab=contract
.If this is a feature request, what is motivation or use case for changing the behavior?
I'd like to be able to link to the source code directly.
The text was updated successfully, but these errors were encountered: