ModifiersAndChecks
Inherits: Getters
This modifiers and checks contract has all the custom modifiers and checks for the SimpleSwap contract.
Functions
checkOwner
Modifier to check if the caller has the OWNER_ROLE
.
modifier checkOwner(address _owner);
Parameters
Name | Type | Description |
---|---|---|
_owner | address | The address to check if it has the OWNER_ROLE . |