ETH Price: $3,136.50 (-8.74%)
Gas: 8 Gwei

Token

ADVERTISING TOKEN (ADT)
 

Overview

Max Total Supply

0 ADT

Holders

264

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Balance
0.777777777777777777 ADT

Value
$0.00
0xd57bb2cb35bc9a57f5cdd4f2b6a8a3bca0e1ad67
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
SimpleTokenCoin

Compiler Version
v0.4.23+commit.124ca40d

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
/**
 *Submitted for verification at Etherscan.io on 2018-05-11
*/

pragma solidity ^0.4.18;


contract SimpleTokenCoin {
    
    string public constant name = "ADVERTISING TOKEN";
    
    string public constant symbol = "ADT";
    
    uint32 public constant decimals = 18;
    
    uint public totalSupply = 0;
    
    mapping (address => uint) balances;
    
    function balanceOf(address _owner) public constant returns (uint balance) {
        return balances[_owner];
    }

    function transfer(address _to, uint _value) public returns (bool success) {
        return true;
    }
    
    function transferFrom(address _from, address _to, uint _value) public returns (bool success) {
        return true; 
    }
    
    function approve(address _spender, uint _value) public returns (bool success) {
        return false;
    }
    
    function allowance(address _owner, address _spender) public constant returns (uint remaining) {
        return 0;
    }
    
    function mint() public returns (bool success) {
        balances[msg.sender] += 1;
        return true;    
    }
    
    function airdrop(address[] _recepients) public returns (bool success) {
        var length = _recepients.length;
        for(uint i = 0; i < length; i++){
            balances[_recepients[i]] = 777777777777777777;
            Transfer(msg.sender, _recepients[i],777777777777777777);
        }
        return true;    
    }
 
    
    event Transfer(address indexed _from, address indexed _to, uint _value);
    
    event Approval(address indexed _owner, address indexed _spender, uint _value);
    
}

Contract Security Audit

Contract ABI

[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"mint","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint32"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_recepients","type":"address[]"}],"name":"airdrop","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"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"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}]

60806040526000805534801561001457600080fd5b5061078c806100246000396000f3006080604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b3146101445780631249c58b146101a957806318160ddd146101d857806323b872dd14610203578063313ce5671461028857806370a08231146102bf578063729ad39e1461031657806395d89b4114610394578063a9059cbb14610424578063dd62ed3e14610489575b600080fd5b3480156100c057600080fd5b506100c9610500565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156101095780820151818401526020810190506100ee565b50505050905090810190601f1680156101365780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561015057600080fd5b5061018f600480360381019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610539565b604051808215151515815260200191505060405180910390f35b3480156101b557600080fd5b506101be610544565b604051808215151515815260200191505060405180910390f35b3480156101e457600080fd5b506101ed61059a565b6040518082815260200191505060405180910390f35b34801561020f57600080fd5b5061026e600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506105a0565b604051808215151515815260200191505060405180910390f35b34801561029457600080fd5b5061029d6105ad565b604051808263ffffffff1663ffffffff16815260200191505060405180910390f35b3480156102cb57600080fd5b50610300600480360381019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506105b2565b6040518082815260200191505060405180910390f35b34801561032257600080fd5b5061037a600480360381019080803590602001908201803590602001908080602002602001604051908101604052809392919081815260200183836020028082843782019150505050505091929192905050506105fb565b604051808215151515815260200191505060405180910390f35b3480156103a057600080fd5b506103a9610710565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156103e95780820151818401526020810190506103ce565b50505050905090810190601f1680156104165780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561043057600080fd5b5061046f600480360381019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610749565b604051808215151515815260200191505060405180910390f35b34801561049557600080fd5b506104ea600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610755565b6040518082815260200191505060405180910390f35b6040805190810160405280601181526020017f4144564552544953494e4720544f4b454e00000000000000000000000000000081525081565b600080905092915050565b600060018060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055506001905090565b60005481565b6000600190509392505050565b601281565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b600080600083519150600090505b8181101561070557670acb38c49ea31c7160016000868481518110151561062c57fe5b9060200190602002015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550838181518110151561068257fe5b9060200190602002015173ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef670acb38c49ea31c716040518082815260200191505060405180910390a38080600101915050610609565b600192505050919050565b6040805190810160405280600381526020017f414454000000000000000000000000000000000000000000000000000000000081525081565b60006001905092915050565b6000809050929150505600a165627a7a72305820685ecd61063ae25fdd5617a767bfbbc318cccec8b8a9c849bce05191fee489c00029

Deployed Bytecode

0x6080604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b3146101445780631249c58b146101a957806318160ddd146101d857806323b872dd14610203578063313ce5671461028857806370a08231146102bf578063729ad39e1461031657806395d89b4114610394578063a9059cbb14610424578063dd62ed3e14610489575b600080fd5b3480156100c057600080fd5b506100c9610500565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156101095780820151818401526020810190506100ee565b50505050905090810190601f1680156101365780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561015057600080fd5b5061018f600480360381019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610539565b604051808215151515815260200191505060405180910390f35b3480156101b557600080fd5b506101be610544565b604051808215151515815260200191505060405180910390f35b3480156101e457600080fd5b506101ed61059a565b6040518082815260200191505060405180910390f35b34801561020f57600080fd5b5061026e600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506105a0565b604051808215151515815260200191505060405180910390f35b34801561029457600080fd5b5061029d6105ad565b604051808263ffffffff1663ffffffff16815260200191505060405180910390f35b3480156102cb57600080fd5b50610300600480360381019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506105b2565b6040518082815260200191505060405180910390f35b34801561032257600080fd5b5061037a600480360381019080803590602001908201803590602001908080602002602001604051908101604052809392919081815260200183836020028082843782019150505050505091929192905050506105fb565b604051808215151515815260200191505060405180910390f35b3480156103a057600080fd5b506103a9610710565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156103e95780820151818401526020810190506103ce565b50505050905090810190601f1680156104165780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561043057600080fd5b5061046f600480360381019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610749565b604051808215151515815260200191505060405180910390f35b34801561049557600080fd5b506104ea600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610755565b6040518082815260200191505060405180910390f35b6040805190810160405280601181526020017f4144564552544953494e4720544f4b454e00000000000000000000000000000081525081565b600080905092915050565b600060018060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055506001905090565b60005481565b6000600190509392505050565b601281565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b600080600083519150600090505b8181101561070557670acb38c49ea31c7160016000868481518110151561062c57fe5b9060200190602002015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550838181518110151561068257fe5b9060200190602002015173ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef670acb38c49ea31c716040518082815260200191505060405180910390a38080600101915050610609565b600192505050919050565b6040805190810160405280600381526020017f414454000000000000000000000000000000000000000000000000000000000081525081565b60006001905092915050565b6000809050929150505600a165627a7a72305820685ecd61063ae25fdd5617a767bfbbc318cccec8b8a9c849bce05191fee489c00029

Swarm Source

bzzr://685ecd61063ae25fdd5617a767bfbbc318cccec8b8a9c849bce05191fee489c0
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.