0xa9059cbb?0xa9059cbb is the function selector for transfer(address,uint256). Sends tokens to another address.
When a transaction's data begins with 0xa9059cbb, it is calling transfer. The selector is the first four bytes of the keccak-256 hash of the signature transfer(address,uint256), which is how wallets and explorers work out which function a payload is for.