tokensale diagram
This commit is contained in:
parent
dc58ebbaba
commit
e7ce0e1ba6
|
@ -6,14 +6,14 @@
|
|||
|
||||
- Right-side bridge contract `ForeignBridge` is deployed to the network. Parameters of the constructor:
|
||||
|
||||
| param | type | Description | Value |
|
||||
| Param | Type | Description | Value |
|
||||
|-------|-----------|-------------------------------------------------|-----------------------------------------|
|
||||
| n | uint256 | Number of authorities to approve deposit tokens | 1 |
|
||||
| a | address[] | Array of authorities' addresses | [addr_will_send_deposit_tx_to_contract] |
|
||||
|
||||
- ERC20 compatible token `OraclesToken` contract is deployed to the network. Parameters of the token constructor:
|
||||
|
||||
| param | type | Description | Value |
|
||||
| Param | Type | Description | Value |
|
||||
|-------------------|---------|------------------------------------|------------|
|
||||
| _bridgeAddress | address | Right-side bridge contract address | |
|
||||
| _totalSupplyItems | uint256 | Token total supply for crowdsale | 176722560 |
|
||||
|
@ -25,6 +25,8 @@ Token total supply is transfered to the right-side bridge contract address balan
|
|||
|
||||
## Tokensale
|
||||
|
||||
![](./docs/Tokensale-right.png)
|
||||
|
||||
## After tokensale
|
||||
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
Loading…
Reference in New Issue