📍Beacon Manager

This contract manages the upgradeable beacons that EthSign uses to seamlessly upgrade TokenTableUnlocker, TTFutureToken, and TTTrackerToken on behalf of TokenTable users in the future.

All instances of TokenTable Unlocker, FutureToken, and TrackerToken are automatically upgraded to the latest version unless disableAutoUpgrade is set to true, in which case a Clone instead of a BeaconProxy would be deployed.

We take contract security extremely seriously and all upgraded contracts will be released with multiple audit reports.

Functions

unlockerBeacon

UpgradeableBeacon public immutable unlockerBeacon;

futureTokenBeacon

UpgradeableBeacon public immutable futureTokenBeacon;

trackerTokenBeacon

UpgradeableBeacon public immutable trackerTokenBeacon;

Last updated