// If receiver is address(0), default to the owner of the token
receiver = receiver == address(0) ? owner : receiver;
