INHERITANCE

INHERITANCE

Created using Figma
ERC20 Ethereumブロックチェーン技術。オープンソース。コミュニティラン
  • 市場
    ペア
    価格
    ボリューム24H
    24H(価格)
    24時間(ボリューム)
  • BitRabbit
    IEI/CARROT ] 1、Inf [%count%1年前
    $ 1.2E-7
    -
    -
    -
  • Worldcore
    IEI/BTC ] 1、Inf [%count%1年前
    $ 0.0001
    -
    -
    -
  • BitRabbit
    IEI/ETH ] 1、Inf [%count%1年前
    $ 2.4E-6
    $ 0.4498
    -
    -
  • Token.Store
    IEI/ETH ] 1、Inf [%count%1年前
    $ 0.0002
    $ 42.86
    -
    -
CROWDSALE
2018/10/10
2018/11/10
100% 完成した
$500 000
701
キャップ
ゴール
100% キャップ 完成した
ゴール 500 000.00 USD
キャップ 500 000.00 USD
past
  • 1 IEI
    =
    0.0002 USD
トークンの詳細
ティッカー
IEI
許容通貨
ETH
最小の貢献
0.1
ETH
会社の詳細
登録国
Singapore
ボーナス構成
BONUS I: For those who buy fast specific as follows:

Add 30 % to the first 10 Million IEI

Add 20 % to the next 50 million IEi

Add the remaining 10 % to the remaining 190 million IEI

BONUS II: For those who buy more IEI specific as follows:

Add 15 % when you buy from 1 - 1,9 ETH

Add 40 % when you buy from 2 - 3,9 ETH

Add 100 % when you buy from 4 - 9,9 ETH
追加の詳細
カテゴリー
プラットフォーム

約 INHERITANCE

人生には多くの価値観があります:相続価値、健康価値、美的価値、幸福価値、観光価値、親の価値 - 経営倫理、開発自己の価値、経済的自由の価値 - 時間の自由。彼らは密接に関係しています。私たちは常に、これらの価値観を感じているかどうかにかかわらず、これらすべての価値観を征服し、常に存在しているのを探しています。

人々の心の奥深くには、常に次のような疑問があります。次世代に何を残すために、どのような努力が必要ですか?

あなたが貴族なら、答えは簡単です。通常の状態にある多くの人々のために?

悲しいことに、彼らの子供たち、彼らの孫たちを残さずに一生懸命に生きてきた人々がいます!

継承を知っている人にとって幸いなことに、これは上記の問題の多くに対する簡単な解決策、効果的な解決策です。

具体的には次のとおりです。この日を知らない人々は、インターネットの経験を確実に逆にすることができます。継承はデジタルマネーの世界ではインターネットのようになるでしょう。多くの人はそれを知らないし所有していませんが、それは変わる可能性があります。

幸いなことに、今日自分自身の最低限の経済的能力で継承を経験し、握っている人々のために。

特徴

ICOの80%近くが詐欺です - しかし、彼らはより少なくなります
お金
初期のコインオファリング(ICO)が最も頻繁に採用されているということが判明しました素早く利益を上げ、地下に消えます。 2017年のICOの合計78%が「詐欺」とされていました。
最近この研究を発表したICOアドバイザリー企業のSatis Groupは、残りの割合がどちらかになったことを明らかにした。死んだか失敗した。

技術情報

ERC-20 is a technical standard used for smart contracts on the Ethereum blockchain for
implementing tokens . ERC stands for Ethereum Request for Comment, and 20 is the number
that was assigned to this request. The clear majority of tokens issued on the Ethereum
blockchain are ERC-20 compliant. As of 2018-07-26, a total of 103621 of ERC-20 compatible
tokens are found on Ethereum main network, according to Etherscan.io.
ERC-20 defines a common list of rules for Ethereum tokens to follow within the larger Ethereum
ecosystem, allowing developers to accurately predict interaction between tokens. These rules
include how the tokens are transferred between addresses and how data within each token is
accessed.
Currently Ether does not conform to the ERC-20 standard. Protocols which require ERC-20
compliance for trading have created Wrapped Ether tokens as a place holder for ETH.
ERC-20 was proposed on November 19, 2015 by Fabian Vogelsteller. It defines a common list of
rules that an Ethereum token has to implement, giving developers the ability to program how new
tokens will function within the Ethereum ecosystem. The ERC-20 token standard became
popular with crowdfunding companies working on initial coin offering(ICO) cases due to the
simplicity of deployment, together with its potential for interoperability with other Ethereum token
standards.
As of July 26 2018, there were more than 103,621 ERC-20 token contracts.

Functions
The ERC-20 token has the following method-related functions:
The specific wording of the function is followed by a clarification of what it does, in [brackets]
1. totalSupply() public view returns (uint256 totalSupply) [Get the total
token supply]
2. balanceOf(address _owner) public view returns (uint256 balance) [Get
the account balance of another account with address _owner]
3. transfer(address _to, uint256 _value) public returns (bool success)
[Send _value amount of tokens to address _to]
4. transferFrom(address _from, address _to, uint256 _value) public
returns (bool success)[Send _value amount of tokens from address _from to
address _to]
5. approve(address _spender, uint256 _value) public returns (bool
success) [Allow _spender to withdraw from your account, multiple times, up to
the _valueamount. If this function is called again it overwrites the current
allowance with _value]
6. allowance(address _owner, address _spender) public view returns
(uint256 remaining) [Returns the amount which _spender is still allowed to
withdraw from _owner]

Events format:

1. Transfer(address indexed _from, address indexed _to, uint256 _value).
[Triggered when tokens are transferred.]
2. Approval(address indexed _owner, address indexed _spender, uint256
_value)[Triggered whenever approve(address _spender, uint256 _value) is
called.]

%name%ロードマップ

  • May 2018

  • ✔ Idea ✔ Respect ✔Preparation
  • From July to August 2018

  • ✔Partner ✔ IEI Wallet ✔Smart Contract
  • September 2018

  • Live now Airdrop & Bounty, ICO Exchange
  • Q4 2018

  • List On Coinmarketcap or similar One Exchange Top 10
  • 続きを読む
  • Q1-Q2-Q3-Q4 2019 Year

  • SECRET

INHERITANCE チーム

検証済み 100%

Nguyen Phu Nho
CEO & FOUNDER
検証済み
Huynh Dinh Huy
CO-FOUNDER & CTO,
検証済み

元メンバー

Huyen Victoria
CO-FOUNDER & COO,
Viethung Nguyen
ADVISER

INHERITANCE インタビュー

NGUYEN PHU NHO
As a team member, сan you tell us about your role in the ICO project?
CEO & Co-Founder of the INHERITANCE project. I like business, passionate investing,
politically sensitive interest. I have10 years in the field of FINANCE, BLOCKCHAIN, AI,...
Always try to help people achieve their financialfreedom.
What do you think about idea?
In life there are many values: inheritance value, health value, aesthetic value, happiness value, tourism
value, the value of parental - business ethics, value of development self, the value of financial freedom
- freedom of time. They are intimately connected. We are always looking for, conquering all of these
values ​whether they feel it or not, these values ​always exist.
In the depths of the people always ask themselves: what a lifetime effort to leave what for the next
generation ?
If you are a noble, the answer is simple. For many people who have normal conditions ?
There are people who have tried their whole lives without leaving their children, their grandchildren,
sadly!
Fortunately for those who know the inheritance, this is a simple solution, effective solution to many of
the above problems.
Specifically as follows: This day people who do not know, Internet experience is certainly backward
who can change it. Inheritance will be like the Internet in the digital money world. Many people do not
know or own it but that can change.
Luckily for those who know, experience, hold Inheritance today with minimal financial ability of
myself.
Huynh Dinh Huy
As a team member, сan you tell us about your role in the ICO project?
Iam Co -Founder project and CTO ,SVPbusiness development
Iam graduated Culicut University of economic international .I have worked on a lot of blockchain technology .Iam so Trader pro at Exness company
What do you think about idea?
In life are many valuse : inheritance value ,health value ...
They are intimately connect .We are al

INHERITANCE 最後のニュース

  • 情報の更新には時差がある可能性があるため、各ICOプロジェクトに関する正確な情報は、公式Webサイトまたはその他の通信チャネルを通じて検証する必要があります。
  • この情報は、ICO資金への投資に関する提案やアドバイスではありません。関連情報を自分で徹底的に調査し、ICOの参加を決定してください。
  • このコンテンツに関して修正すべき問題や問題があると思われる場合、またはご自身のICOプロジェクトをリストに載せたい場合は、電子メールでご連絡ください。
免責事項とリスクに関する警告をお読みください。 免責事項とリスクの警告を表示します。
    

免責事項&リスクの警告     

このオファーは、オファーと他の一般に公開されている情報によってのみ提供される情報に基づいています。トークンの販売または交換のイベントは、ICOholderとは全く無関係であり、ICOholderはそれに関与していません(技術サポートやプロモーションを含む)。 ICOholderとの関係がない人物からのトークンの売り上げは、顧客が全体のトークンセクター内で行われている活動を追跡するのを助けるためにのみ表示されます。この情報は、あなたが頼りにするべきアドバイスにはなりません。弊社サイトのコンテンツに基づいて、行動を取る、または控える前に、プロフェッショナルまたはスペシャリストの助言を得るか、またはお客様のデューデリジェンスを実施する必要があります。トークンの取得に関してコントリビュータによって入力された条件は、トークンの発行者とトークンの発行者であり、ICOholderはそのようなトークンの販売者ではありません。 ICOholderは、トークンの販売に関して第三者が行ったいかなる表明についても法的責任を負いません。また、契約違反の申し立ては、ここに記載されたトークン発行会社に対して直接行われなければなりません。     

このトークン販売の性質、妥当性または合法性について懸念がある場合は、 info@icoholder.com までご連絡ください。あなたの懸念事項に関する詳細情報と一緒に。