HasNumeraire
Last updated
Last updated
Inherits: IHasNumeraire
Abstract contract for contracts with an immutable numeraire token to be used for pricing
Address of the numeraire token
address public immutable NUMERAIRE;
constructor(address numeraire_);
Get the numeraire address
function _getNumeraire() internal view virtual returns (address);
Returns
<none>
address
The address of the numeraire token