Skip to main content

celocli lockedgold

View and manage locked CELO

celocli lockedgold:delegate

Delegate locked celo.

USAGE
$ celocli lockedgold:delegate --from <value> --to <value> --percent <value>
[--globalHelp]

FLAGS
--from=<value> (required)
--globalHelp View all available global flags
--percent=<value> (required) 1-100% of locked celo to be delegated
--to=<value> (required)

DESCRIPTION
Delegate locked celo.

EXAMPLES
delegate --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 --to 0xc0ffee254729296a45a3885639AC7E10F9d54979 --percent 100

See code: src/commands/lockedgold/delegate.ts

celocli lockedgold:delegate-info

Delegate info about account.

USAGE
$ celocli lockedgold:delegate-info --account <value> [--globalHelp]

FLAGS
--account=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d (required) Account Address
--globalHelp View all available global flags

DESCRIPTION
Delegate info about account.

EXAMPLES
delegate-info --account 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95

See code: src/commands/lockedgold/delegate-info.ts

celocli lockedgold:lock

Locks CELO to be used in governance and validator elections.

USAGE
$ celocli lockedgold:lock --from <value> --value <value> [--globalHelp]

FLAGS
--from=<value> (required)
--globalHelp View all available global flags
--value=<value> (required) The unit amount of CELO

DESCRIPTION
Locks CELO to be used in governance and validator elections.

EXAMPLES
lock --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 --value 10000000000000000000000

See code: src/commands/lockedgold/lock.ts

celocli lockedgold:max-delegatees-count

Returns the maximum number of delegates allowed per account.

USAGE
$ celocli lockedgold:max-delegatees-count [--globalHelp]

FLAGS
--globalHelp View all available global flags

DESCRIPTION
Returns the maximum number of delegates allowed per account.

EXAMPLES
max-delegatees-count

See code: src/commands/lockedgold/max-delegatees-count.ts

celocli lockedgold:revoke-delegate

Revoke delegated locked celo.

USAGE
$ celocli lockedgold:revoke-delegate --from <value> --to <value> --percent <value>
[--globalHelp]

FLAGS
--from=<value> (required)
--globalHelp View all available global flags
--percent=<value> (required) 1-100% of locked celo to be revoked from currently
delegated amount
--to=<value> (required)

DESCRIPTION
Revoke delegated locked celo.

EXAMPLES
revoke-delegate --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 --to 0xc0ffee254729296a45a3885639AC7E10F9d54979 --percent 100

See code: src/commands/lockedgold/revoke-delegate.ts

celocli lockedgold:show ARG1

Show Locked Gold information for a given account. This includes the total amount of locked celo, the amount being used for voting in Validator Elections, the Locked Gold balance this account is required to maintain due to a registered Validator or Validator Group, and any pending withdrawals that have been initiated via "lockedgold:unlock".

USAGE
$ celocli lockedgold:show ARG1 [--globalHelp]

FLAGS
--globalHelp View all available global flags

DESCRIPTION
Show Locked Gold information for a given account. This includes the total amount of
locked celo, the amount being used for voting in Validator Elections, the Locked Gold
balance this account is required to maintain due to a registered Validator or
Validator Group, and any pending withdrawals that have been initiated via
"lockedgold:unlock".

EXAMPLES
show 0x5409ed021d9299bf6814279a6a1411a7e866a631

See code: src/commands/lockedgold/show.ts

celocli lockedgold:unlock

Unlocks CELO, which can be withdrawn after the unlocking period. Unlocked celo will appear as a "pending withdrawal" until the unlocking period is over, after which it can be withdrawn via "lockedgold:withdraw".

USAGE
$ celocli lockedgold:unlock --from <value> --value <value> [--globalHelp]

FLAGS
--from=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d (required) Account Address
--globalHelp View all available global flags
--value=<value> (required) The unit amount of CELO

DESCRIPTION
Unlocks CELO, which can be withdrawn after the unlocking period. Unlocked celo will
appear as a "pending withdrawal" until the unlocking period is over, after which it
can be withdrawn via "lockedgold:withdraw".

EXAMPLES
unlock --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 --value 500000000

See code: src/commands/lockedgold/unlock.ts

celocli lockedgold:update-delegated-amount

Updates the amount of delegated locked celo. There might be discrepancy between the amount of locked celo and the amount of delegated locked celo because of received rewards.

USAGE
$ celocli lockedgold:update-delegated-amount --from <value> --to <value>
[--globalHelp]

FLAGS
--from=<value> (required)
--globalHelp View all available global flags
--to=<value> (required)

DESCRIPTION
Updates the amount of delegated locked celo. There might be discrepancy between the
amount of locked celo and the amount of delegated locked celo because of received
rewards.

EXAMPLES
update-delegated-amount --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95 --to 0xc0ffee254729296a45a3885639AC7E10F9d54979

See code: src/commands/lockedgold/update-delegated-amount.ts

celocli lockedgold:withdraw

Withdraw any pending withdrawals created via "lockedgold:unlock" that have become available.

USAGE
$ celocli lockedgold:withdraw --from <value> [--globalHelp]

FLAGS
--from=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d (required) Account Address
--globalHelp View all available global flags

DESCRIPTION
Withdraw any pending withdrawals created via "lockedgold:unlock" that have become
available.

EXAMPLES
withdraw --from 0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95

See code: src/commands/lockedgold/withdraw.ts