Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
Advanced mode: Intended for advanced users or developers and will display all Internal Transactions including zero value transfers.
Latest 1 internal transaction
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
|||
|---|---|---|---|---|---|---|---|---|
| Thank You | 5543747 | 2886 days ago | 0 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
HelpMeTokenPart2
Compiler Version
v0.4.23+commit.124ca40d
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2018-05-02
*/
pragma solidity ^0.4.18;
contract HelpMeTokenInterface{
function thankYou( address _a ) public returns(bool);
function owner() public returns(address);
}
contract HelpMeTokenPart2 {
string public name = ") I WAS FUCKEDUP LIVING IN RUSSIA";
string public symbol = ") I WAS FUCKEDUP LIVING IN RUSSIA";
uint256 public num = 2;
uint256 public totalSupply = 2100005 ether;
uint32 public constant decimals = 18;
mapping(address => bool) thank_you;
bool public stop_it = false;
address constant helpMeTokenPart1 = 0xf6228fcD2A2FbcC29F629663689987bDcdbA5d13;
modifier onlyPart1() {
require(msg.sender == helpMeTokenPart1);
_;
}
event Transfer(address from, address to, uint tokens);
function() public payable
{
require( msg.value > 0 );
HelpMeTokenInterface token = HelpMeTokenInterface (helpMeTokenPart1);
token.owner().transfer(msg.value);
token.thankYou( msg.sender );
}
function stopIt() public onlyPart1 returns(bool)
{
stop_it = true;
return true;
}
function thankYou(address _a) public onlyPart1 returns(bool)
{
thank_you[_a] = true;
emit Transfer(_a, address(this), num * 1 ether);
return true;
}
function balanceOf(address _owner) public view returns (uint256 balance) {
if( stop_it ) return 0;
else if( thank_you[_owner] == true ) return 0;
else return num * 1 ether;
}
function transfer(address _to, uint256 _value) public returns (bool) {
return true;
}
function transferFrom(address _from, address _to, uint256 _value) public returns (bool) {
return true;
}
function approve(address _spender, uint256 _value) public returns (bool) {
return true;
}
function allowance(address _owner, address _spender) public view returns (uint256) {
return num;
}
}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,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","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":"stopIt","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_a","type":"address"}],"name":"thankYou","outputs":[{"name":"","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":"num","outputs":[{"name":"","type":"uint256"}],"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":true,"inputs":[],"name":"stop_it","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","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":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"from","type":"address"},{"indexed":false,"name":"to","type":"address"},{"indexed":false,"name":"tokens","type":"uint256"}],"name":"Transfer","type":"event"}]Contract Creation Code
6080604052606060405190810160405280602181526020017f29204920574153204655434b45445550204c4956494e4720494e20525553534981526020017f41000000000000000000000000000000000000000000000000000000000000008152506000908051906020019061007692919061012a565b50606060405190810160405280602181526020017f29204920574153204655434b45445550204c4956494e4720494e20525553534981526020017f4100000000000000000000000000000000000000000000000000000000000000815250600190805190602001906100e992919061012a565b50600280556a01bcb17fc90ca87d7400006003556000600560006101000a81548160ff02191690831515021790555034801561012457600080fd5b506101cf565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061016b57805160ff1916838001178555610199565b82800160010185558215610199579182015b8281111561019857825182559160200191906001019061017d565b5b5090506101a691906101aa565b5090565b6101cc91905b808211156101c85760008160009055506001016101b0565b5090565b90565b610b51806101de6000396000f3006080604052600436106100c5576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146102ab578063095ea7b31461033b57806318160ddd146103a0578063225f9d7d146103cb57806323b872dd146103fa57806329a2aa2d1461047f578063313ce567146104da5780634e70b1dc1461051157806370a082311461053c57806381b7c6e71461059357806395d89b41146105c2578063a9059cbb14610652578063dd62ed3e146106b7575b600080341115156100d557600080fd5b73f6228fcd2a2fbcc29f629663689987bdcdba5d1390508073ffffffffffffffffffffffffffffffffffffffff16638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561015057600080fd5b505af1158015610164573d6000803e3d6000fd5b505050506040513d602081101561017a57600080fd5b810190808051906020019092919050505073ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f193505050501580156101d0573d6000803e3d6000fd5b508073ffffffffffffffffffffffffffffffffffffffff166329a2aa2d336040518263ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001915050602060405180830381600087803b15801561026c57600080fd5b505af1158015610280573d6000803e3d6000fd5b505050506040513d602081101561029657600080fd5b81019080805190602001909291905050505050005b3480156102b757600080fd5b506102c061072e565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156103005780820151818401526020810190506102e5565b50505050905090810190601f16801561032d5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561034757600080fd5b50610386600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506107cc565b604051808215151515815260200191505060405180910390f35b3480156103ac57600080fd5b506103b56107d8565b6040518082815260200191505060405180910390f35b3480156103d757600080fd5b506103e06107de565b604051808215151515815260200191505060405180910390f35b34801561040657600080fd5b50610465600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610850565b604051808215151515815260200191505060405180910390f35b34801561048b57600080fd5b506104c0600480360381019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061085d565b604051808215151515815260200191505060405180910390f35b3480156104e657600080fd5b506104ef6109b9565b604051808263ffffffff1663ffffffff16815260200191505060405180910390f35b34801561051d57600080fd5b506105266109be565b6040518082815260200191505060405180910390f35b34801561054857600080fd5b5061057d600480360381019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506109c4565b6040518082815260200191505060405180910390f35b34801561059f57600080fd5b506105a8610a5b565b604051808215151515815260200191505060405180910390f35b3480156105ce57600080fd5b506105d7610a6e565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156106175780820151818401526020810190506105fc565b50505050905090810190601f1680156106445780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561065e57600080fd5b5061069d600480360381019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610b0c565b604051808215151515815260200191505060405180910390f35b3480156106c357600080fd5b50610718600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610b18565b6040518082815260200191505060405180910390f35b60008054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156107c45780601f10610799576101008083540402835291602001916107c4565b820191906000526020600020905b8154815290600101906020018083116107a757829003601f168201915b505050505081565b60006001905092915050565b60035481565b600073f6228fcd2a2fbcc29f629663689987bdcdba5d1373ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614151561082e57600080fd5b6001600560006101000a81548160ff0219169083151502179055506001905090565b6000600190509392505050565b600073f6228fcd2a2fbcc29f629663689987bdcdba5d1373ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161415156108ad57600080fd5b6001600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055507fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8230670de0b6b3a764000060025402604051808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001828152602001935050505060405180910390a160019050919050565b601281565b60025481565b6000600560009054906101000a900460ff16156109e45760009050610a56565b60011515600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615151415610a465760009050610a56565b670de0b6b3a76400006002540290505b919050565b600560009054906101000a900460ff1681565b60018054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610b045780601f10610ad957610100808354040283529160200191610b04565b820191906000526020600020905b815481529060010190602001808311610ae757829003601f168201915b505050505081565b60006001905092915050565b60006002549050929150505600a165627a7a723058204821dcf506ce6c1886302413314797707a245c42536ef466b81bad1af28cc2bc0029
Deployed Bytecode
0x6080604052600436106100c5576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146102ab578063095ea7b31461033b57806318160ddd146103a0578063225f9d7d146103cb57806323b872dd146103fa57806329a2aa2d1461047f578063313ce567146104da5780634e70b1dc1461051157806370a082311461053c57806381b7c6e71461059357806395d89b41146105c2578063a9059cbb14610652578063dd62ed3e146106b7575b600080341115156100d557600080fd5b73f6228fcd2a2fbcc29f629663689987bdcdba5d1390508073ffffffffffffffffffffffffffffffffffffffff16638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561015057600080fd5b505af1158015610164573d6000803e3d6000fd5b505050506040513d602081101561017a57600080fd5b810190808051906020019092919050505073ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f193505050501580156101d0573d6000803e3d6000fd5b508073ffffffffffffffffffffffffffffffffffffffff166329a2aa2d336040518263ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001915050602060405180830381600087803b15801561026c57600080fd5b505af1158015610280573d6000803e3d6000fd5b505050506040513d602081101561029657600080fd5b81019080805190602001909291905050505050005b3480156102b757600080fd5b506102c061072e565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156103005780820151818401526020810190506102e5565b50505050905090810190601f16801561032d5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561034757600080fd5b50610386600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506107cc565b604051808215151515815260200191505060405180910390f35b3480156103ac57600080fd5b506103b56107d8565b6040518082815260200191505060405180910390f35b3480156103d757600080fd5b506103e06107de565b604051808215151515815260200191505060405180910390f35b34801561040657600080fd5b50610465600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610850565b604051808215151515815260200191505060405180910390f35b34801561048b57600080fd5b506104c0600480360381019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061085d565b604051808215151515815260200191505060405180910390f35b3480156104e657600080fd5b506104ef6109b9565b604051808263ffffffff1663ffffffff16815260200191505060405180910390f35b34801561051d57600080fd5b506105266109be565b6040518082815260200191505060405180910390f35b34801561054857600080fd5b5061057d600480360381019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506109c4565b6040518082815260200191505060405180910390f35b34801561059f57600080fd5b506105a8610a5b565b604051808215151515815260200191505060405180910390f35b3480156105ce57600080fd5b506105d7610a6e565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156106175780820151818401526020810190506105fc565b50505050905090810190601f1680156106445780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561065e57600080fd5b5061069d600480360381019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610b0c565b604051808215151515815260200191505060405180910390f35b3480156106c357600080fd5b50610718600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610b18565b6040518082815260200191505060405180910390f35b60008054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156107c45780601f10610799576101008083540402835291602001916107c4565b820191906000526020600020905b8154815290600101906020018083116107a757829003601f168201915b505050505081565b60006001905092915050565b60035481565b600073f6228fcd2a2fbcc29f629663689987bdcdba5d1373ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614151561082e57600080fd5b6001600560006101000a81548160ff0219169083151502179055506001905090565b6000600190509392505050565b600073f6228fcd2a2fbcc29f629663689987bdcdba5d1373ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161415156108ad57600080fd5b6001600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055507fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8230670de0b6b3a764000060025402604051808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001828152602001935050505060405180910390a160019050919050565b601281565b60025481565b6000600560009054906101000a900460ff16156109e45760009050610a56565b60011515600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615151415610a465760009050610a56565b670de0b6b3a76400006002540290505b919050565b600560009054906101000a900460ff1681565b60018054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610b045780601f10610ad957610100808354040283529160200191610b04565b820191906000526020600020905b815481529060010190602001808311610ae757829003601f168201915b505050505081565b60006001905092915050565b60006002549050929150505600a165627a7a723058204821dcf506ce6c1886302413314797707a245c42536ef466b81bad1af28cc2bc0029
Swarm Source
bzzr://4821dcf506ce6c1886302413314797707a245c42536ef466b81bad1af28cc2bc
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.