Skip to content

Latest commit

 

History

History
169 lines (149 loc) · 5.4 KB

MinterRoleMock.md

File metadata and controls

169 lines (149 loc) · 5.4 KB

MinterRoleMock.sol

View Source: contracts/mocks/MinterRoleMock.sol

↗ Extends: MinterRole ↘ Derived Contracts: ERC20MintableMock

MinterRoleMock

Functions

removeMinter

function removeMinter(address account) public undefined

Arguments

Name Type Description
account address

onlyMinterMock

function onlyMinterMock() public onlyMinter 

Arguments

Name Type Description

_removeMinter

⤾ overrides MinterRole._removeMinter

function _removeMinter(address account) internal undefined

Arguments

Name Type Description
account address

Contracts