Skip to main content

Check if a contract has been validated

Returns whether this contract update passed the last emulated migration from the Flow CLI, validating the contained code.


_10
flow migrate is_validated <contract_name>

Example Usage​


_10
> flow migrate is_validated HelloWorld --network=testnet
_10
_10
Attempts to confirm if the contract has been validated on the Testnet network.

Arguments​

Contract Name​

  • Name: contract_name
  • Valid Input: Existing contract name in flow.json.