Integrations
Guide to connect your smart contracts and application to Owy contracts.
function transferFromWithSlippage(
address from,
address to,
uint256 value,
uint256 maxTax
) external returns (bool);function transferFromFixedAmouunt(
address from,
address to,
uint256 value,
uint256 taxOffer
) external returns (bool, uint256);Events
Errors
Last updated