Similar to wallet addresses, contract addresses in the EVM are also stored in a 20-byte hex format. Even if it doesn't need to be sliced by the Solidity address data type itself, address slicing issues can also arise during cross-contract calls. To maintain consistency with EVM behavior, the Veda application needs to directly input the pre-calculated Contract Address when constructing the execute instruction. The rule for calculating the Contract Address is to hash the deployer's hex address combined with the transaction nonce using keccak256.