After a smart contract is deployed, only its name can be changed. Here’s how to rename a contract.
Once a smart contract has been created, the only detail you can change is its name. The contract type, on-chain address, token, chain, admin wallet, and any on-chain parameters are fixed for the life of the contract — there’s no way to change them after creation.
If your project runs both the Vesting and Airdrop products, the Edit Contract panel may also show a Contract Usage option (Vesting or Airdrop). This only controls which plan the contract’s allocations count toward — it isn’t an on-chain change. For most admins, the name is the only editable field.
If you need a contract with a different type (for example, you created a Claim contract but need Direct Transfer), you can’t convert it. Create a new contract with the correct type instead — see How to add and deploy a contract.