Errors/Chain errors

CreateOriginNotAllowed

Sign with the key or origin that owns the target object, then retry

View as Markdown

A CREATE, or a CALL that performs a nested CREATE, was attempted from an EVM address not permitted to deploy contracts. Check whether the deploying address is in the chain's allowed-deployers list.

Declared by the EVM pallet; it classifies to the semantic code not_authorized.

Remediation

Sign with the key or origin that owns the target object, then retry

The same explanation is available in the terminal: btcli explain CreateOriginNotAllowed.