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
Currently there is very little information about the smart contracts loaded on chain. This request is for expanded views to the information stored with a smart contract
Add support for viewing the source code of contracts, the compilation/verification, balances locked, and account addresses that control the contracts. As the information stored in the chain is of compiled form determining if the source code referenced matches the code loaded will require an offline compilation/comparison.
Summary
Currently there is very little information about the smart contracts loaded on chain. This request is for expanded views to the information stored with a smart contract
Problem Definition
It is important to have visibility into smart contracts, information such as the code itself, the balances locked, and the accounts that control the contract should be viewable. An example of the types of information that could be shown is here: https://explorer.celo.org/address/0x765DE816845861e75A25fCA122bb6898B8B1282a/contracts
Proposal
Add support for viewing the source code of contracts, the compilation/verification, balances locked, and account addresses that control the contracts. As the information stored in the chain is of compiled form determining if the source code referenced matches the code loaded will require an offline compilation/comparison.
For Admin Use
The text was updated successfully, but these errors were encountered: