Last updated 6 hours ago
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();