ETH Price: $3,284.69 (-1.94%)

Contract

0x67387Bd7bD720C998C092350229bA9a0b374f707
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
0x60806040125924742021-06-08 7:14:281263 days ago1623136468IN
 Contract Creation
0 ETH0.002263720

Advanced mode:
Parent Transaction Hash Block From To
View All Internal Transactions
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x402F40e2...785F7B843
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
MultiTransfer

Compiler Version
v0.4.25+commit.59dbf8f1

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at Etherscan.io on 2021-04-21
*/

pragma solidity ^0.4.25;
contract MultiTransfer {
    function multiTransfer(address[] _addresses, uint256 amount) payable {
        for (uint256 i = 0; i < _addresses.length; i++) {
            _addresses[i].call.value(amount).gas(21000)();
        }
    }
    function() payable {}
}

Contract Security Audit

Contract ABI

[{"constant":false,"inputs":[{"name":"_addresses","type":"address[]"},{"name":"amount","type":"uint256"}],"name":"multiTransfer","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"payable":true,"stateMutability":"payable","type":"fallback"}]

Deployed Bytecode

0x608060405260043610603e5763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663a16a317981146040575b005b60408051602060048035808201358381028086018501909652808552603e95369593946024949385019291829185019084908082843750949750509335945060889350505050565b60005b825181101560e557828181518110151560a057fe5b9060200190602002015173ffffffffffffffffffffffffffffffffffffffff168261520890604051600060405180830381858888f1505060019093019250608b915050565b5050505600a165627a7a7230582099b0f1d6e5ee6516583b5133b3f778cf17c6114378fcfc18b3e82544bfcc52130029

Deployed Bytecode Sourcemap

26:267:0:-;;;;;;;;;;;;;;;;;;;;;56:207;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;56:207:0;;-1:-1:-1;;56:207:0;;;-1:-1:-1;56:207:0;;-1:-1:-1;;;;56:207:0;;141:9;136:120;160:10;:17;156:1;:21;136:120;;;199:10;210:1;199:13;;;;;;;;;;;;;;;;;;:18;;224:6;236:5;199:43;:45;;;;;;;;;;;;;-1:-1:-1;;179:3:0;;;;;-1:-1:-1;136:120:0;;-1:-1:-1;;136:120:0;;56:207;;;:::o

Swarm Source

bzzr://99b0f1d6e5ee6516583b5133b3f778cf17c6114378fcfc18b3e82544bfcc5213

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
[ Download: CSV Export  ]

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.