USX
The following describes relevant, public functions on the USX Token smart contract.
Description
Write Methods
sendFrom
function sendFrom(
address _bridgeAddress,
address payable _from,
uint16 _dstChainId,
bytes memory _toAddress,
uint256 _amount
) public payable virtual override returns (uint64 sequence) {}Parameter Name
Type
Description
Transaction Property
Currency
Description
transfer
Parameter Name
Type
Description
approve
Parameter Name
Type
Description
transferFrom
Parameter Name
Type
Description
View Methods
allowance
Parameter Name
Type
Description
Return Value
Type
Description
balanceOf
Parameter Name
Type
Description
Return Value
Type
Description
Last updated