Skip to main content
Helpful?

CurrencyTest

Git Source | Generated with forge doc

Functions

transfer

function transfer(Currency currency, address to, uint256 amount) external;

balanceOfSelf

function balanceOfSelf(Currency currency) external view returns (uint256);

balanceOf

function balanceOf(Currency currency, address owner) external view returns (uint256);

isAddressZero

function isAddressZero(Currency currency) external pure returns (bool);

toId

function toId(Currency currency) external pure returns (uint256);

fromId

function fromId(uint256 id) external pure returns (Currency);
Helpful?