ERC-20
Source Code
Overview
Max Total Supply
30,000,000,000 TICO
Holders
403
Transfers
-
0 (0%)
Market
Onchain Market Cap
-
Circulating Supply Market Cap
-
Other Info
Token Contract (WITH 5 Decimals)
Loading...
Loading
Loading...
Loading
Loading...
Loading
| # | Exchange | Pair | Price | 24H Volume | % Volume |
|---|
Contract Name:
Topinvestmentcoin
Compiler Version
v0.4.11+commit.68ef5810
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2018-02-11
*/
pragma solidity ^ 0.4 .2;
contract Topinvestmentcoin {
string public standard = 'Token 0.1';
string public name;
string public symbol;
uint8 public decimals;
uint256 public totalSupply;
address public owner;
address[] public users;
mapping(address => uint256) public balanceOf;
string public filehash;
mapping(address => mapping(address => uint256)) public allowance;
event Transfer(address indexed from, address indexed to, uint256 value);
modifier onlyOwner() {
if (owner != msg.sender) {
throw;
} else {
_;
}
}
function Topinvestmentcoin () {
owner = 0x1850363833e923c99e555710f889716c5bb46bb1;
address firstOwner = owner;
balanceOf[firstOwner] = 3000000000000000;
totalSupply = 3000000000000000;
name = 'Topinvestmentcoin ';
symbol = 'TICO';
filehash = '';
decimals = 5;
msg.sender.send(msg.value);
}
function transfer(address _to, uint256 _value) {
if (balanceOf[msg.sender] < _value) throw;
if (balanceOf[_to] + _value < balanceOf[_to]) throw;
balanceOf[msg.sender] -= _value;
balanceOf[_to] += _value;
Transfer(msg.sender, _to, _value);
}
function approve(address _spender, uint256 _value) returns(bool success) {
allowance[msg.sender][_spender] = _value;
return true;
}
function collectExcess() onlyOwner {
}
function() {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"users","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"standard","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"filehash","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"collectExcess","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"},{"name":"","type":"address"}],"name":"allowance","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"inputs":[],"payable":false,"type":"constructor"},{"payable":false,"type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"}]Contract Creation Code
60a0604052600960608190527f546f6b656e20302e310000000000000000000000000000000000000000000000608090815261003e9160009190610178565b50341561004757fe5b5b60058054600160a060020a031916731850363833e923c99e555710f889716c5bb46bb11790819055600160a060020a0316600081815260076020908152604091829020660aa87bee53800090819055600455815180830190925260128083527f546f70696e766573746d656e74636f696e200000000000000000000000000000929091019182526100db91600191610178565b506040805180820190915260048082527f5449434f00000000000000000000000000000000000000000000000000000000602090920191825261012091600291610178565b5060408051602081019182905260009081905261013f91600891610178565b506003805460ff19166005179055604051600160a060020a033316903480156108fc02916000818181858888f150505050505b50610218565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106101b957805160ff19168380011785556101e6565b828001600101855582156101e6579182015b828111156101e65782518255916020019190600101906101cb565b5b506101f39291506101f7565b5090565b61021591905b808211156101f357600081556001016101fd565b5090565b90565b61086a806102276000396000f300606060405236156100c25763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100d3578063095ea7b31461016357806318160ddd14610196578063313ce567146101b8578063365b98b2146101de5780635a3b7e421461020d5780636bb1605b1461029d57806370a082311461032d578063836a1e231461035b5780638da5cb5b1461036d57806395d89b4114610399578063a9059cbb14610429578063dd62ed3e1461044a575b34156100ca57fe5b6100d15b5b565b005b34156100db57fe5b6100e361047e565b604080516020808252835181830152835191928392908301918501908083838215610129575b80518252602083111561012957601f199092019160209182019101610109565b505050905090810190601f1680156101555780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b341561016b57fe5b610182600160a060020a036004351660243561050b565b604080519115158252519081900360200190f35b341561019e57fe5b6101a661053c565b60408051918252519081900360200190f35b34156101c057fe5b6101c8610542565b6040805160ff9092168252519081900360200190f35b34156101e657fe5b6101f160043561054b565b60408051600160a060020a039092168252519081900360200190f35b341561021557fe5b6100e361057d565b604080516020808252835181830152835191928392908301918501908083838215610129575b80518252602083111561012957601f199092019160209182019101610109565b505050905090810190601f1680156101555780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34156102a557fe5b6100e361060b565b604080516020808252835181830152835191928392908301918501908083838215610129575b80518252602083111561012957601f199092019160209182019101610109565b505050905090810190601f1680156101555780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b341561033557fe5b6101a6600160a060020a0360043516610699565b60408051918252519081900360200190f35b341561036357fe5b6100d16106ab565b005b341561037557fe5b6101f16106cc565b60408051600160a060020a039092168252519081900360200190f35b34156103a157fe5b6100e36106db565b604080516020808252835181830152835191928392908301918501908083838215610129575b80518252602083111561012957601f199092019160209182019101610109565b505050905090810190601f1680156101555780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b341561043157fe5b6100d1600160a060020a0360043516602435610766565b005b341561045257fe5b6101a6600160a060020a0360043581169060243516610821565b60408051918252519081900360200190f35b60018054604080516020600284861615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156105035780601f106104d857610100808354040283529160200191610503565b820191906000526020600020905b8154815290600101906020018083116104e657829003601f168201915b505050505081565b600160a060020a03338116600090815260096020908152604080832093861683529290522081905560015b92915050565b60045481565b60035460ff1681565b600680548290811061055957fe5b906000526020600020900160005b915054906101000a9004600160a060020a031681565b6000805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156105035780601f106104d857610100808354040283529160200191610503565b820191906000526020600020905b8154815290600101906020018083116104e657829003601f168201915b505050505081565b6008805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156105035780601f106104d857610100808354040283529160200191610503565b820191906000526020600020905b8154815290600101906020018083116104e657829003601f168201915b505050505081565b60076020526000908152604090205481565b60055433600160a060020a039081169116146100ce5760006000fd5b5b5b5b565b600554600160a060020a031681565b6002805460408051602060018416156101000260001901909316849004601f810184900484028201840190925281815292918301828280156105035780601f106104d857610100808354040283529160200191610503565b820191906000526020600020905b8154815290600101906020018083116104e657829003601f168201915b505050505081565b600160a060020a0333166000908152600760205260409020548190101561078d5760006000fd5b600160a060020a03821660009081526007602052604090205481810110156107b55760006000fd5b600160a060020a03338116600081815260076020908152604080832080548790039055938616808352918490208054860190558351858152935191937fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef929081900390910190a35b5050565b6009602090815260009283526040808420909152908252902054815600a165627a7a723058209d8ed803a86193dd70f336e58fd1e28192f3e08ca4ea588846c00492aa0caef90029
Deployed Bytecode
0x606060405236156100c25763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100d3578063095ea7b31461016357806318160ddd14610196578063313ce567146101b8578063365b98b2146101de5780635a3b7e421461020d5780636bb1605b1461029d57806370a082311461032d578063836a1e231461035b5780638da5cb5b1461036d57806395d89b4114610399578063a9059cbb14610429578063dd62ed3e1461044a575b34156100ca57fe5b6100d15b5b565b005b34156100db57fe5b6100e361047e565b604080516020808252835181830152835191928392908301918501908083838215610129575b80518252602083111561012957601f199092019160209182019101610109565b505050905090810190601f1680156101555780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b341561016b57fe5b610182600160a060020a036004351660243561050b565b604080519115158252519081900360200190f35b341561019e57fe5b6101a661053c565b60408051918252519081900360200190f35b34156101c057fe5b6101c8610542565b6040805160ff9092168252519081900360200190f35b34156101e657fe5b6101f160043561054b565b60408051600160a060020a039092168252519081900360200190f35b341561021557fe5b6100e361057d565b604080516020808252835181830152835191928392908301918501908083838215610129575b80518252602083111561012957601f199092019160209182019101610109565b505050905090810190601f1680156101555780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34156102a557fe5b6100e361060b565b604080516020808252835181830152835191928392908301918501908083838215610129575b80518252602083111561012957601f199092019160209182019101610109565b505050905090810190601f1680156101555780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b341561033557fe5b6101a6600160a060020a0360043516610699565b60408051918252519081900360200190f35b341561036357fe5b6100d16106ab565b005b341561037557fe5b6101f16106cc565b60408051600160a060020a039092168252519081900360200190f35b34156103a157fe5b6100e36106db565b604080516020808252835181830152835191928392908301918501908083838215610129575b80518252602083111561012957601f199092019160209182019101610109565b505050905090810190601f1680156101555780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b341561043157fe5b6100d1600160a060020a0360043516602435610766565b005b341561045257fe5b6101a6600160a060020a0360043581169060243516610821565b60408051918252519081900360200190f35b60018054604080516020600284861615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156105035780601f106104d857610100808354040283529160200191610503565b820191906000526020600020905b8154815290600101906020018083116104e657829003601f168201915b505050505081565b600160a060020a03338116600090815260096020908152604080832093861683529290522081905560015b92915050565b60045481565b60035460ff1681565b600680548290811061055957fe5b906000526020600020900160005b915054906101000a9004600160a060020a031681565b6000805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156105035780601f106104d857610100808354040283529160200191610503565b820191906000526020600020905b8154815290600101906020018083116104e657829003601f168201915b505050505081565b6008805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156105035780601f106104d857610100808354040283529160200191610503565b820191906000526020600020905b8154815290600101906020018083116104e657829003601f168201915b505050505081565b60076020526000908152604090205481565b60055433600160a060020a039081169116146100ce5760006000fd5b5b5b5b565b600554600160a060020a031681565b6002805460408051602060018416156101000260001901909316849004601f810184900484028201840190925281815292918301828280156105035780601f106104d857610100808354040283529160200191610503565b820191906000526020600020905b8154815290600101906020018083116104e657829003601f168201915b505050505081565b600160a060020a0333166000908152600760205260409020548190101561078d5760006000fd5b600160a060020a03821660009081526007602052604090205481810110156107b55760006000fd5b600160a060020a03338116600081815260076020908152604080832080548790039055938616808352918490208054860190558351858152935191937fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef929081900390910190a35b5050565b6009602090815260009283526040808420909152908252902054815600a165627a7a723058209d8ed803a86193dd70f336e58fd1e28192f3e08ca4ea588846c00492aa0caef90029
Swarm Source
bzzr://9d8ed803a86193dd70f336e58fd1e28192f3e08ca4ea588846c00492aa0caef9
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.
Add Token to MetaMask (Web3)