IDeBridgeTokenDeployer
Functions
deployAsset
Deploy a deToken(DeBridgeTokenProxy) for an asset
Parameters:
Name | Type | Description |
---|---|---|
| bytes32 | Asset id, see DeBridgeGate.getDebridgeId |
| string | The asset's name |
| string | The asset's symbol |
| uint8 | The asset's decimals |
Events
DeBridgeTokenDeployed
Emitted when a deToken(DeBridgeTokenProxy) is deployed using this contract
Last updated