- It allows you to create tokens with the right amount. - Reserve/Freeze tokens on specific addresses. - If you want to create a Crowdsale contract, then the created token can be added to it without creating a new one. - Pause/Unpause - TransferOwnership - Burning your own tokens - You can distribute the token by your own.
Service MyWish accepts payment in WISH tokens, ETH, BTC. Go to the "Buy tokens" tab, choose your preferred payment method and follow the instructions.
Token owner - ETH address which manages the contract and has the full control to a token.
Yes, the token can be placed on any exchange that supports the ERC20 / ERC223 protocols
Additional information for placing ERC20 token on the exchange Algorithm: Ethash Network Type: POW
This feature allows you to create additional tokens by increasing Token Supply. If you create a token without the function "Future minting" then you can not create more tokens.
On etherdelta, you can start trading immediately after creating a token. To do this, follow the instructions. Place the Token address instead of the word "HERE" https://etherdelta.com/#HERE-ETH
The Finalize function on the token contract disables the ability of the contract to create an additional number of tokens and also reuse this token in the crowdsale contract.
- Eliminates the problem of lost tokens which happens during the transfer of ERC20 tokens to a contract (when people mistakenly use the instructions for sending tokens to a wallet). ERC223 allows users to send their tokens to either wallet or contract with the same function transfer, thereby eliminating the potential for confusion and lost tokens. - Allows developers to handle incoming token transactions, and reject non-supported tokens (not possible with ERC20) - Energy savings. The transfer of ERC223 tokens to a contract is a one-step process rather than 2 step process (for ERC20), and this means 2 times less gas and no extra blockchain bloating.
Do not worry, this is an alert. Your address is correct, just some characters do not match the register.
For example 0x7a2d87f5db7b0825264cc6329d95fd660952dec7 - Address is not checksummed 0x7A2D87F5DB7B0825264CC6329D95FD660952DEc7 - Address with the correct register
MyWish platform has created contracts for more than 100 projects since 2017, we have open source code, we check the contract code for etherscan, we have been tested many times - this is an example of an audit.
Technically, there is no difference, they work the same way. In the test network, ETH is free. Therefore, in order to conduct a STO in order to raise funds for a project, it is necessary to create a contract in the main net.
The cost of contracts is fixed at ETH for the convenience of users, we also need ETH to pay for the deploy contract in the blockchain.