DeBridgeTokenProxy

This contract implements a proxy that gets the implementation address for each call from DeBridgeTokenDeployer. It's deployed by DeBridgeTokenDeployer. Implementation is DeBridgeToken.

Functions

constructor

  function constructor(
            address beacon,
            bytes data
  ) public

Last updated