acl:cancel-scheduled
Cancel a scheduled AccessManager operation. Callable by its scheduler, a guardian of the required role, or an admin.
Syntax
Section titled “Syntax”acl:cancel-scheduled <manager> <caller> <target> <signature> [...params]Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
manager | address | AccessManager address |
caller | address | Account that scheduled the operation |
target | address | Managed contract address |
signature | write-abi | Function of the scheduled call |
[...params] | any | Arguments matching the signature types |
Examples
Section titled “Examples”load acl
set $manager 0xc0dbDcA66a0636236fAbe1B3C16B1bD4C84bB1E1set $token 0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb
acl:cancel-scheduled $manager @me $token "setDuration(uint256)" 1y- Callable by the account that scheduled the operation, a guardian of the required role, or an ADMIN_ROLE member.
See Also
Section titled “See Also”- acl:schedule
- acl:set-role-guardian — configure who can cancel