DualMiningProxy

Git Source

Inherits: Proxy

State Variables

MANAGER

IProxyManager private immutable MANAGER;

Functions

constructor

constructor(IProxyManager manager, address vault, address rewardToken, UD60x18 rewardsPerYear);

_getImplementation

get logic implementation address

function _getImplementation() internal view override returns (address);

Returns

NameTypeDescription
<none>addressimplementation address

getImplementation

get address of implementation contract

function getImplementation() external view returns (address);

Returns

NameTypeDescription
<none>addressimplementation address