IPermissions

Functions

createRole

function createRole(
    bytes32 role,
    bytes32 adminRole
) external

Parameters

Name
Type
Description

role

bytes32

adminRole

bytes32

grantMinter

function grantMinter(
    address minter
) external

Parameters

Name
Type
Description

minter

address

grantBurner

Parameters

Name
Type
Description

burner

address

grantPCVController

Parameters

Name
Type
Description

pcvController

address

grantGovernor

Parameters

Name
Type
Description

governor

address

grantGuardian

Parameters

Name
Type
Description

guardian

address

revokeMinter

Parameters

Name
Type
Description

minter

address

revokeBurner

Parameters

Name
Type
Description

burner

address

revokePCVController

Parameters

Name
Type
Description

pcvController

address

revokeGovernor

Parameters

Name
Type
Description

governor

address

revokeGuardian

Parameters

Name
Type
Description

guardian

address

revokeOverride

Parameters

Name
Type
Description

role

bytes32

account

address

GUARDIAN_ROLE

GOVERN_ROLE

BURNER_ROLE

MINTER_ROLE

PCV_CONTROLLER_ROLE

Last updated