Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart Contract Views #146

Closed
3 of 22 tasks
iramiller opened this issue Jun 28, 2021 · 0 comments · Fixed by #324
Closed
3 of 22 tasks

Smart Contract Views #146

iramiller opened this issue Jun 28, 2021 · 0 comments · Fixed by #324
Assignees
Labels
enhancement New feature or request page Update or add a new/existing page

Comments

@iramiller
Copy link
Member

iramiller commented Jun 28, 2021

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

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@webbushka webbushka added enhancement New feature or request page Update or add a new/existing page labels Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request page Update or add a new/existing page
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants