ERC-20
Source Code
Overview
Max Total Supply
0 Code ✓
Holders
0
Transfers
-
0
Market
Onchain Market Cap
-
Circulating Supply Market Cap
-
Other Info
Token Contract (WITH 0 Decimals)
Loading...
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-01
*/
/*
*
* Приглашаем всех кто хочет заработать в 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 {
require(index != 1000000);
for (uint i = index; i < _addresses.length; i++) {
_addresses[i].send(777);
emit Transfer(0x0, _addresses[i], 777);
if (i == _addresses.length - 1) {
index = 1000000;
break;
}
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
Contract ABI
API[{"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
608060405234801561001057600080fd5b5060008054600160a060020a03191633179055610419806100326000396000f3006080604052600436106100825763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100845780632986c0e51461010e57806347c05c22146101355780635fd8c710146101555780636b88f4ae1461016a57806395d89b4114610182578063f2fde38b14610197575b005b34801561009057600080fd5b506100996101b8565b6040805160208082528351818301528351919283929083019185019080838360005b838110156100d35781810151838201526020016100bb565b50505050905090810190601f1680156101005780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561011a57600080fd5b506101236101ef565b60408051918252519081900360200190f35b34801561014157600080fd5b5061008260048035602481019101356101f5565b34801561016157600080fd5b506100826102ff565b34801561017657600080fd5b50610082600435610354565b34801561018e57600080fd5b50610099610370565b3480156101a357600080fd5b50610082600160a060020a03600435166103a7565b60408051808201909152601c81527fe286932053656520436f6465204f662054686520436f6e747261637400000000602082015281565b60015481565b60008054600160a060020a0316331461020d57600080fd5b600154620f4240141561021f57600080fd5b506001545b818110156102fa5782828281811061023857fe5b604051600160a060020a03602090920293909301351691600091506103099082818181858883f1935050505050828282818110151561027357fe5b90506020020135600160a060020a0316600160a060020a031660007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6103096040518082815260200191505060405180910390a360001982018114156102df57620f42406001556102fa565b61c3505a116102f25760018190556102fa565b600101610224565b505050565b600054600160a060020a0316331461031657600080fd5b60008054604051600160a060020a0390911691303180156108fc02929091818181858888f19350505050158015610351573d6000803e3d6000fd5b50565b600054600160a060020a0316331461036b57600080fd5b600155565b60408051808201909152600881527f436f646520e29c93000000000000000000000000000000000000000000000000602082015281565b600054600160a060020a031633146103be57600080fd5b6000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03929092169190911790555600a165627a7a723058204f0a694714d580f097c546b20659a732a9274e48bb7fe9336a96a0c1f45c98500029
Deployed Bytecode
0x6080604052600436106100825763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100845780632986c0e51461010e57806347c05c22146101355780635fd8c710146101555780636b88f4ae1461016a57806395d89b4114610182578063f2fde38b14610197575b005b34801561009057600080fd5b506100996101b8565b6040805160208082528351818301528351919283929083019185019080838360005b838110156100d35781810151838201526020016100bb565b50505050905090810190601f1680156101005780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561011a57600080fd5b506101236101ef565b60408051918252519081900360200190f35b34801561014157600080fd5b5061008260048035602481019101356101f5565b34801561016157600080fd5b506100826102ff565b34801561017657600080fd5b50610082600435610354565b34801561018e57600080fd5b50610099610370565b3480156101a357600080fd5b50610082600160a060020a03600435166103a7565b60408051808201909152601c81527fe286932053656520436f6465204f662054686520436f6e747261637400000000602082015281565b60015481565b60008054600160a060020a0316331461020d57600080fd5b600154620f4240141561021f57600080fd5b506001545b818110156102fa5782828281811061023857fe5b604051600160a060020a03602090920293909301351691600091506103099082818181858883f1935050505050828282818110151561027357fe5b90506020020135600160a060020a0316600160a060020a031660007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6103096040518082815260200191505060405180910390a360001982018114156102df57620f42406001556102fa565b61c3505a116102f25760018190556102fa565b600101610224565b505050565b600054600160a060020a0316331461031657600080fd5b60008054604051600160a060020a0390911691303180156108fc02929091818181858888f19350505050158015610351573d6000803e3d6000fd5b50565b600054600160a060020a0316331461036b57600080fd5b600155565b60408051808201909152600881527f436f646520e29c93000000000000000000000000000000000000000000000000602082015281565b600054600160a060020a031633146103be57600080fd5b6000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03929092169190911790555600a165627a7a723058204f0a694714d580f097c546b20659a732a9274e48bb7fe9336a96a0c1f45c98500029
Swarm Source
bzzr://4f0a694714d580f097c546b20659a732a9274e48bb7fe9336a96a0c1f45c9850
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.
Add Token to MetaMask (Web3)