Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

AccessManagedHarness

Inherits: AccessManaged

State Variables

SOME_FUNCTION_CALLDATA

bytes internal SOME_FUNCTION_CALLDATA = abi.encodeCall(this.someFunction, ());

Functions

constructor

constructor(address initialAuthority) AccessManaged(initialAuthority);

someFunction

function someFunction() public restricted;

authority_canCall_immediate

function authority_canCall_immediate(address caller) public view returns (bool result);

authority_canCall_delay

function authority_canCall_delay(address caller) public view returns (uint32 result);

authority_getSchedule

function authority_getSchedule(address caller) public view returns (uint48);