Settings.sol

Defines the rules for the Teller Protocol.

Contract code can be found here.

Settings within this contract broadly describe how the Teller Protocol can be used.

Privileged Roles and Ownership

This contract is fully controlled by the Teller team by adding accounts with the Pauser role. Only these addresses have the ability to change any settings.

By default, the account that deployed the contract is the only one added with the Pauser role. Anyone with this role is able to modify which accounts have access to this role. If an account with this role is compromised, they can inherently take over control of the contract and remove all other accounts from access.

Last updated