Skip to content

ReadProxy

Description

The ReadProxy is a simple proxy for readonly views. If any mutative function is attempted on the underlying the EVM will revert.

Source: contracts/ReadProxy.sol

Variables

target

Source

Type: address

Constructor

constructor

Source

Details

Signature

constructor(address _owner)

Visibility

public

State Mutability

``

Restricted Functions

setTarget

Source

Details

Signature

setTarget(address _target)

Visibility

external

State Mutability

``

Modifiers

Emits

Events

TargetUpdated

Source

Signature: TargetUpdated(address newTarget)