What it means
A transaction that reverts with the raw data 0x5274afe7 hit the custom error SafeERC20FailedOperation, defined in OpenZeppelin 5. The explorer shows the hex because it does not have the contract's ABI to translate it.
A token call made through the SafeERC20 wrapper failed: the token at the address in the error data refused or misbehaved. Common with non-standard, restricted, or fake tokens.
How to fix it
Verify the token address is the genuine token, then check approval and balance. Lookalike scam tokens fail exactly here.