Skip to main content

library_has_safe_transfer_from

Function library_has_safe_transfer_from 

Source
fn library_has_safe_transfer_from(gcx: Gcx<'_>, cid: ContractId) -> bool
Expand description

4-arg safeTransferFrom(token, address, address, uint256) where token is address (Solady) or an ERC20 contract type (OpenZeppelin SafeERC20); ERC721/1155 helpers are excluded since their transferFrom has no return value.