Interface for a contract with a numeraire token
Get the vault's numeraire token
function NUMERAIRE() external view returns (address);
Returns
<none>
address
The address of the numeraire token
error Aera__ZeroAddressNumeraire();
Last updated 11 months ago