ModifiersAndChecks

Git Source

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

NameTypeDescription
_owneraddressThe address to check if it has the OWNER_ROLE.