0x18cbafe5?0x18cbafe5 is the function selector for swapExactTokensForETH(uint256,uint256,address[],address,uint256). Swaps tokens for ETH.
When a transaction's data begins with 0x18cbafe5, it is calling swapExactTokensForETH. The selector is the first four bytes of the keccak-256 hash of the signature swapExactTokensForETH(uint256,uint256,address[],address,uint256), which is how wallets and explorers work out which function a payload is for.