mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 23:47:55 -05:00
* added new tests covering TokenBridge.initialise() changes * ran npx hardhat docgen * update TokenBridge dynamic artifact * test verified commit * reverse verified commit test * added nonZeroChainId modifier * Update contracts/contracts/tokenBridge/interfaces/ITokenBridge.sol Co-authored-by: The Dark Jester <thedarkjester@users.noreply.github.com> Signed-off-by: kyzooghost <73516204+kyzooghost@users.noreply.github.com> * update ITokenBridge doc * add initialization check for default admin --------- Signed-off-by: kyzooghost <73516204+kyzooghost@users.noreply.github.com> Co-authored-by: The Dark Jester <thedarkjester@users.noreply.github.com> Co-authored-by: thedarkjester <grant.southey@consensys.net>
320 B
320 B
Solidity API
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.