Delegation

Contract instantiated via CREATE2 to handle a Delegation by a delegator to a delegatee. A Delegation allows his owner to execute calls on behalf of the contract. This contract is intended to be counterfactually instantiated via CREATE2 through the LowLevelDelegator contract. This contract will hold tickets that will be delegated to a chosen delegatee.

Write methods description

initialize()

Initializes the delegation.

Parameters:

executeCalls()

Executes calls on behalf of this contract.

Parameters:

Return:

setLockUntil()

Set the timestamp until which the delegation is locked.

Parameters:

Read methods description

lockUntil()

Timestamp until which the delegation is locked.

Last updated