solidity
function transferFrom(address _from, address _to, uint256 _tokenId) external payable;The token's owner calls transferFrom with his address as the _from parameter, the address he wants to transfer to as the _to parameter, and the _tokenId of the token he wants to transfer.