Feature Tip: Add private address tag to any address under My Name Tag !
ERC-20
Overview
Max Total Supply
0 Code ✓
Holders
0
Market
Onchain Market Cap
$0.00
Circulating Supply Market Cap
-
Other Info
Token Contract (WITH 0 Decimals)
Balance
0 Code ✓Value
$0.00Loading...
Loading
Loading...
Loading
Loading...
Loading
# | Exchange | Pair | Price | 24H Volume | % Volume |
---|
Contract Name:
GreenEthereusPromo
Compiler Version
v0.4.25+commit.59dbf8f1
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2018-11-02 */ /* * * Приглашаем всех кто хочет заработать в green-ethereus.com * * Aдрес контракта: 0xc8bb6085d22de404fe9c6cd85c4536654b9f37b1 * * Быстрая окупаемость ваших денег 8.2% в день, * аудит пройден у профессионалов (не у ютуберов). * Конкурсы и призы активным участникам. * * ======================================================= * * We invite everyone who wants to make money in green-ethereus.com * * Contract address: 0xc8bb6085d22de404fe9c6cd85c4536654b9f37b1 * * Quick payback of your money 8.2% per day, * The audit was carried out by professionals (not by YouTube). * Contests and prizes for active participants. * * */ contract GreenEthereusPromo { string public constant name = "↓ See Code Of The Contract"; string public constant symbol = "Code ✓"; event Transfer(address indexed from, address indexed to, uint256 value); address owner; uint public index; constructor() public { owner = msg.sender; } function() public payable {} modifier onlyOwner() { require(msg.sender == owner); _; } function transferOwnership(address _new) public onlyOwner { owner = _new; } function resetIndex(uint _n) public onlyOwner { index = _n; } function massSending(address[] _addresses) external onlyOwner { for (uint i = 0; i < _addresses.length; i++) { _addresses[i].send(777); emit Transfer(0x0, _addresses[i], 777); if (gasleft() <= 50000) { index = i; break; } } } function withdrawBalance() public onlyOwner { owner.transfer(address(this).balance); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"index","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_addresses","type":"address[]"}],"name":"massSending","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"withdrawBalance","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_n","type":"uint256"}],"name":"resetIndex","outputs":[],"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":"_new","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","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
608060405234801561001057600080fd5b5060008054600160a060020a031916331790556103ee806100326000396000f3006080604052600436106100825763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100845780632986c0e51461010e57806347c05c22146101355780635fd8c710146101555780636b88f4ae1461016a57806395d89b4114610182578063f2fde38b14610197575b005b34801561009057600080fd5b506100996101b8565b6040805160208082528351818301528351919283929083019185019080838360005b838110156100d35781810151838201526020016100bb565b50505050905090810190601f1680156101005780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561011a57600080fd5b506101236101ef565b60408051918252519081900360200190f35b34801561014157600080fd5b5061008260048035602481019101356101f5565b34801561016157600080fd5b506100826102d4565b34801561017657600080fd5b50610082600435610329565b34801561018e57600080fd5b50610099610345565b3480156101a357600080fd5b50610082600160a060020a036004351661037c565b60408051808201909152601c81527fe286932053656520436f6465204f662054686520436f6e747261637400000000602082015281565b60015481565b60008054600160a060020a0316331461020d57600080fd5b5060005b818110156102cf5782828281811061022557fe5b604051600160a060020a03602090920293909301351691600091506103099082818181858883f1935050505050828282818110151561026057fe5b90506020020135600160a060020a0316600160a060020a031660007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6103096040518082815260200191505060405180910390a361c3505a116102c75760018190556102cf565b600101610211565b505050565b600054600160a060020a031633146102eb57600080fd5b60008054604051600160a060020a0390911691303180156108fc02929091818181858888f19350505050158015610326573d6000803e3d6000fd5b50565b600054600160a060020a0316331461034057600080fd5b600155565b60408051808201909152600881527f436f646520e29c93000000000000000000000000000000000000000000000000602082015281565b600054600160a060020a0316331461039357600080fd5b6000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03929092169190911790555600a165627a7a723058201e6bed25f2dc8859e070f52fbc27a4629e4574305c4089b58cbcd0b0e78825100029
Deployed Bytecode
0x6080604052600436106100825763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100845780632986c0e51461010e57806347c05c22146101355780635fd8c710146101555780636b88f4ae1461016a57806395d89b4114610182578063f2fde38b14610197575b005b34801561009057600080fd5b506100996101b8565b6040805160208082528351818301528351919283929083019185019080838360005b838110156100d35781810151838201526020016100bb565b50505050905090810190601f1680156101005780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561011a57600080fd5b506101236101ef565b60408051918252519081900360200190f35b34801561014157600080fd5b5061008260048035602481019101356101f5565b34801561016157600080fd5b506100826102d4565b34801561017657600080fd5b50610082600435610329565b34801561018e57600080fd5b50610099610345565b3480156101a357600080fd5b50610082600160a060020a036004351661037c565b60408051808201909152601c81527fe286932053656520436f6465204f662054686520436f6e747261637400000000602082015281565b60015481565b60008054600160a060020a0316331461020d57600080fd5b5060005b818110156102cf5782828281811061022557fe5b604051600160a060020a03602090920293909301351691600091506103099082818181858883f1935050505050828282818110151561026057fe5b90506020020135600160a060020a0316600160a060020a031660007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6103096040518082815260200191505060405180910390a361c3505a116102c75760018190556102cf565b600101610211565b505050565b600054600160a060020a031633146102eb57600080fd5b60008054604051600160a060020a0390911691303180156108fc02929091818181858888f19350505050158015610326573d6000803e3d6000fd5b50565b600054600160a060020a0316331461034057600080fd5b600155565b60408051808201909152600881527f436f646520e29c93000000000000000000000000000000000000000000000000602082015281565b600054600160a060020a0316331461039357600080fd5b6000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03929092169190911790555600a165627a7a723058201e6bed25f2dc8859e070f52fbc27a4629e4574305c4089b58cbcd0b0e78825100029
Swarm Source
bzzr://1e6bed25f2dc8859e070f52fbc27a4629e4574305c4089b58cbcd0b0e7882510
Loading...
Loading
Loading...
Loading
[ 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.