DelegateRegistry
State Variables
DELEGATION_TYPEHASH
bytes32 public constant DELEGATION_TYPEHASH = keccak256("Delegation(address delegatee,uint256 nonce,uint256 expiry)");DelegateRegistryStorageLocation
bytes32 private constant DelegateRegistryStorageLocation =
0xa90ac951d12c63c63be62b72ff9c8457724b4d380ebdd06ffdd610ee98f70300;Functions
constructor
constructor(address _mezzHub, address _mezzMigrator) StateAware(_mezzHub) Patchable(_mezzMigrator);_getDelegateRegistryStorage
init
__DelegateRegisitry_init
selfDelegate
delegate
delegateBySig
_delegate
delegates
version
coreId
getDelegationTransactionHash
_getDelegationStructHash
supportsInterface
upgradeToNewerVersion
Name
Type
Description
_authorizePatch
Structs
DelegateRegistryStorage
Last updated
