0x0900f010?0x0900f010 is the function selector for upgrade(address). Replaces the contract implementation.
When a transaction's data begins with 0x0900f010, it is calling upgrade. The selector is the first four bytes of the keccak-256 hash of the signature upgrade(address), which is how wallets and explorers work out which function a payload is for.