# `Ethers.Contracts.CcipRead`
[🔗](https://github.com/ExWeb3/elixir_ethers/blob/v0.7.0/lib/ethers/contracts/ccip_read.ex#L1)

CCIP Read ([EIP-3668](https://eips.ethereum.org/EIPS/eip-3668)) contract

# `__default_address__`

```elixir
@spec __default_address__() :: nil
```

Default address of the contract. Returns `nil` if not specified.

To specify a default address see `Ethers.Contract`

# `constructor`

```elixir
@spec constructor() :: binary()
```

Prepares contract constructor values for deployment.

To deploy a contracts use `Ethers.deploy/2` and pass the result of this function as
`:encoded_constructor` option.

## Parameters

---

*Consult [api-reference.md](api-reference.md) for complete listing*
