Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
Latest 1 from a total of 1 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
0x60806040 | 12592474 | 1263 days ago | IN | 0 ETH | 0.0022637 |
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
Contract Source Code (Solidity)
/** *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
- No Contract Security Audit Submitted- Submit Audit Here
[{"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
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.