CallForwardingProxy
target
address target
The underlying target address that is called.
constructor
constructor(address _target) public
fallback
fallback() external payable
Defaults to, and forwards all calls to the target address.