Skip to content

Conversation

Andrei-Dolgolev
Copy link
Contributor

@Andrei-Dolgolev Andrei-Dolgolev commented Dec 21, 2023

Command example:

mnstr moonworm-tasks manage --action view --blockchain mumbai --addresses 0x2fEE994E914F6E6f590952B43d82824CFB0fc804

output

Managing moonworm tasks with action: view, blockchain: mumbai, addresses: ['0x2fEE994E914F6E6f590952B43d82824CFB0fc804'], task type: None
#subscription_type:mumbai_smartcontract #moonworm_task_pickedup:True #address:0x2fEE994E914F6E6f590952B43d82824CFB0fc804
Found 36 moonworm tasks
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 Approval 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 DelegateChanged 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 DelegateVotesChanged 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 FlatPlatformFeeUpdated 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 Initialized 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 PlatformFeeInfoUpdated 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 PlatformFeeTypeUpdated 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 PrimarySaleRecipientUpdated 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 RoleAdminChanged 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 RoleGranted 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 RoleRevoked 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 TokensMinted 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 TokensMintedWithSignature 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 Transfer 100.0% HC statuses:finished in_progress moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 approve 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 burn 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 burnFrom 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 contractType 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 contractVersion 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 decreaseAllowance 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 delegate 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 delegateBySig 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 grantRole 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 increaseAllowance 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 initialize 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 mintTo 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 mintWithSignature 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 multicall 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 permit 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 renounceRole 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 revokeRole 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 setContractURI 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 setPlatformFeeInfo 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 setPrimarySaleRecipient 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 transfer 0% HC statuses:pending moonworm:True
  0x2fEE994E914F6E6f590952B43d82824CFB0fc804 transferFrom 0% HC statuses:pending moonworm:True

Available actions:

    DELETE = "delete"
    RESTART = "restart"
    MARK_AS_FINISHED = "mark_as_finished"
    VIEW = "view"

All bisides view required user input confirmation.

Copy link
Contributor

@zomglings zomglings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@zomglings zomglings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants