Last updated 1 month ago
Was this helpful?
Minimal ERC20 interface required for token transfers.
function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);