INHERITANCE

INHERITANCE

Created using Figma
Технология блокчейна ERC20 Ethereum. Открытый исходный код. Сообщество Run.
  • рынок
    пара
    Цена
    Том 24Н
    24ч (цена)
    24 ч (объем)
  • BitRabbit
    IEI/CARROT 4 год назад
    $ 1.2E-7
    -
    -
    -
  • Worldcore
    IEI/BTC 4 год назад
    $ 0.0001
    -
    -
    -
  • BitRabbit
    IEI/ETH 4 год назад
    $ 2.4E-6
    $ 0.4498
    -
    -
  • Token.Store
    IEI/ETH 5 год назад
    $ 0.0002
    $ 42.86
    -
    -
CROWDSALE
10 окт. 2018 г.
10 нояб. 2018 г.
100% завершено
$500 000
701
cap
цель
100% cap завершено
Цель 500 000.00 USD
Cap 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

В жизни существует множество ценностей: ценность наследования, ценность для здоровья, эстетическая ценность, ценность счастья, ценность туризма, ценность родительско-деловой этики, ценность саморазвития, Значение финансовой свободы - свобода времени. Они тесно связаны. Мы всегда ищем, завоевывая все эти ценности, независимо от того, чувствуют они это или нет, эти ценности всегда существуют.

В глубине души люди всегда задаются вопросом: что за пожизненное усилие оставить, а что для следующего поколения?

Если вы знатный человек, ответ прост. Для многих людей, у которых нормальные условия?

Есть люди, которые испытали всю свою жизнь, не оставляя своих детей, своих внуков, к сожалению!

К счастью для тех, кто знает наследование, это простое решение, эффективное решение многих из вышеперечисленных проблем.

В частности, так: в этот день люди, которые не знают, опыт работы в Интернете, безусловно, отстали и могут его изменить. Наследование будет похоже на Интернет в мире цифровых денег. Многие люди не знают или не владеют им, но это может измениться.

К счастью для тех, кто знает, имеет опыт наследования сегодня с минимальными финансовыми возможностями.

Особенности

Почти 80% ICO - это мошенники, но они получают меньше
денег
Новое исследование показало, что первоначальные предложения монет (ICO) чаще всего используются теми, кто пытается быстро зарабатывать и исчезать под землей. В 2017 году 78% ICO были выявлены как мошенники, & rdquo; Исследование показало, что только около 15% пошли на торговлю на биржах.
Консультативная фирма 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.]

INHERITANCE Roadmap

  • 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 должна проверяться через его официальный веб-сайт или другие каналы связи.
  • Эта информация не является предложением или советом по инвестированию в финансирование ICO. Пожалуйста, тщательно изучите соответствующую информацию самостоятельно и примите решение об участии в ICO.
  • Если вы считаете, что существуют проблемы или проблемы, которые необходимо исправить в этом контенте, или если вы хотите представить свой собственный проект ICO для включения в список, напишите нам.
Пожалуйста, прочтите предупреждение об ответственности и предупреждение о рисках. Показать отказ от ответственности и предупреждение о рисках.