TradingBeaconProxy
This is only useful for a very limited context, which is a limited run "blessed" deployment that's inaccessible using the normal path of addressing trading deployments. This could be useful for experimental releases that need upgradeability. The beacon also has a custom feature to disable the running, useful for an experimental release.
State Variables
BEACON
ITradingBeacon immutable BEACON;
Functions
constructor
constructor(ITradingBeacon _impl);
indicateProxy
indicateProxy is an optional function to indicate the beacon address.
Let's hope we don't have a signature collision here.
function indicateProxy() external;
fallback
fallback() external;