0x313ce567?0x313ce567 is the function selector for decimals(). Reads the token decimals. Read-only.
When a transaction's data begins with 0x313ce567, it is calling decimals. The selector is the first four bytes of the keccak-256 hash of the signature decimals(), which is how wallets and explorers work out which function a payload is for.