Skip to content

acl:cancel-scheduled

Cancel a scheduled AccessManager operation. Callable by its scheduler, a guardian of the required role, or an admin.

acl:cancel-scheduled <manager> <caller> <target> <signature> [...params]
NameTypeDescription
manageraddressAccessManager address
calleraddressAccount that scheduled the operation
targetaddressManaged contract address
signaturewrite-abiFunction of the scheduled call
[...params]anyArguments matching the signature types
load acl
set $manager 0xc0dbDcA66a0636236fAbe1B3C16B1bD4C84bB1E1
set $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.