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

feat: admin part of the tips contract #94

Open
7 tasks
hermannleboss opened this issue May 10, 2024 · 2 comments
Open
7 tasks

feat: admin part of the tips contract #94

hermannleboss opened this issue May 10, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@hermannleboss
Copy link
Contributor

Description

Is your feature request related to a problem? Please describe.
There a some function that can be call only by the owner (the admin)

I think we should have an interface to manage these contract.
In the future we have this interface to manage all contracts

Acceptance Criteria

  • Admin interface
  • Get Contract Balance
  • Get contract Owner
  • Paused status
  • Pause & unPause the contract function
  • Transfer Ownership
  • Update push limit
@hermannleboss hermannleboss added this to the CNC Team Tips V2 milestone May 16, 2024
@farrellh1
Copy link
Contributor

do we need some kind of login for admin page? or we can just do verify if the address is the owner of the contract?

@hermannleboss hermannleboss added the enhancement New feature or request label May 17, 2024
@hermannleboss
Copy link
Contributor Author

I think it is simple with je address is the owner address

@hermannleboss hermannleboss removed this from the CNC Sprint Goal 2 milestone Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants