Information über ICO
Plattform
Ethereum
Akzeptiert
ETH, BTC, LTC, USD
Startdatum
15.01.2018
Enddatum
15.02.2018
Token Preis
1 DGTX =
Freigelassen Tokens
1 000 000 000
Weiche Mütze
Harte Kappe
Angehoben
Minimaler Betrag
5 DGTX
Token
DGTX - 0.0044340442$
Handel
Perioden
15.01.2018
15.02.2018
100.00%

Digitex Futures (DGTX)
Token
Ethereum
Utility
ERC-223
Platform: Ethereum
Handel -
Digitex - Tokenverteilung
Intelligenter Vertrag - Digitex
pragma solidity ^0.4.19;
/* ERC223 additions to ERC20 */
import "./ERC223.sol";
import "./ERC223Receiver.sol";
//import "github.com/OpenZeppelin/zeppelin-solidity/contracts/token/StandardToken.sol";
import "./StandardToken.sol";
contract Standard223Token is ERC223, StandardToken {
//function that is called when a user or another contract wants to transfer funds
function transfer(address _to, uint _value, bytes _data) returns (bool success) {
//filtering if the target is a contract with bytecode inside it
if (!super.transfer(_to, _value)) throw; // do a normal token transfer
if (isContract(_to)) contractFallback(msg.sender, _to, _value, _data);
Transfer(msg.sender, _to, _value, _data);
return true;
}
function transferFrom(address _from, address _to, uint _value, bytes _data) returns (bool success) {
if (!super.transferFrom(_from, _to, _value)) throw; // do a normal token transfer
if (isContract(_to)) contractFallback(_from, _to, _value, _data);
Transfer(_from, _to, _value, _data);
return true;
}
function transfer(address _to, uint _value) returns (bool success) {
return transfer(_to, _value, new bytes(0));
}
function transferFrom(address _from, address _to, uint _value) returns (bool success) {
return transferFrom(_from, _to, _value, new bytes(0));
}
//function that is called when transaction target is a contract
function contractFallback(address _origin, address _to, uint _value, bytes _data) private {
ERC223Receiver reciever = ERC223Receiver(_to);
reciever.tokenFallback(_origin, _value, _data);
}
//assemble the given address bytecode. If bytecode exists then the _addr is a contract.
function isContract(address _addr) private returns (bool is_contract) {
// retrieve the size of the code on target address, this needs assembly
uint length;
assembly { length := extcodesize(_addr) }
return length > 0;
}
}
Kopfgeldprogramme - Digitex - Ico - Digitex
Startdatum:
27.12.2017
Enddatum:
15.02.2018
Verteilung von Jetons : 19.02.2018
Verfügbar Kopfgeld