ETH Price: $2,330.21 (-4.76%)

Contract

0x1fc8c28Fa8a16f55aC14972c49bCEaC6aE550274
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Airdrop112134712020-11-08 0:18:571425 days ago1604794737IN
0x1fc8c28F...6aE550274
0 ETH0.1772927823
Airdrop112134202020-11-08 0:06:081425 days ago1604793968IN
0x1fc8c28F...6aE550274
0 ETH0.1717981122
Airdrop112133372020-11-07 23:44:531425 days ago1604792693IN
0x1fc8c28F...6aE550274
0 ETH0.1806819922
Airdrop112132872020-11-07 23:34:001425 days ago1604792040IN
0x1fc8c28F...6aE550274
0 ETH0.1180417117.1
Airdrop112132602020-11-07 23:29:241425 days ago1604791764IN
0x1fc8c28F...6aE550274
0 ETH0.149777920.3
Airdrop108425882020-09-11 19:48:301482 days ago1599853710IN
0x1fc8c28F...6aE550274
0 ETH0.877770688
Airdrop108425772020-09-11 19:45:381482 days ago1599853538IN
0x1fc8c28F...6aE550274
0 ETH0.7979732880
Airdrop108425342020-09-11 19:36:301482 days ago1599852990IN
0x1fc8c28F...6aE550274
0 ETH0.8502075782
Airdrop108424672020-09-11 19:25:141482 days ago1599852314IN
0x1fc8c28F...6aE550274
0 ETH0.8371401291
Airdrop108422302020-09-11 18:34:031482 days ago1599849243IN
0x1fc8c28F...6aE550274
0 ETH1.14503977119
Airdrop108422102020-09-11 18:29:471482 days ago1599848987IN
0x1fc8c28F...6aE550274
0 ETH0.84468027132
Airdrop108421782020-09-11 18:24:221482 days ago1599848662IN
0x1fc8c28F...6aE550274
0 ETH1.23467326145
Airdrop108420252020-09-11 17:51:311482 days ago1599846691IN
0x1fc8c28F...6aE550274
0 ETH0.85730112159
Airdrop108394622020-09-11 8:24:031483 days ago1599812643IN
0x1fc8c28F...6aE550274
0 ETH1.614813136
Airdrop108394332020-09-11 8:17:271483 days ago1599812247IN
0x1fc8c28F...6aE550274
0 ETH1.49319613126
Airdrop108367362020-09-10 22:26:311483 days ago1599776791IN
0x1fc8c28F...6aE550274
0 ETH0.01917062125
0x60806040107906962020-09-03 21:11:491490 days ago1599167509IN
 Create: Airdrop
0 ETH0.04683053230

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Airdrop

Compiler Version
v0.4.26+commit.4563c3fc

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity Multiple files format)

File 1 of 2: airdrop2.sol
pragma solidity ^0.4.26;


import "./IERC20.sol";

contract Airdrop{
  function airdrop(address[] memory toAirdrop,uint[] memory tokensToEach,address tokenAddress) public{
    require(toAirdrop.length==tokensToEach.length,"must have same number of addresses and payments");
    for(uint i=0;i<toAirdrop.length;i++){
      ERC20(tokenAddress).transferFrom(msg.sender,toAirdrop[i],tokensToEach[i]);
    }
  }
}

File 2 of 2: IERC20.sol
interface ERC20 {
  function totalSupply() external view returns (uint256);
  function balanceOf(address who) external view returns (uint256);
  function allowance(address owner, address spender) external view returns (uint256);
  function transfer(address to, uint256 value) external returns (bool);
  function approve(address spender, uint256 value) external returns (bool);
  function approveAndCall(address spender, uint tokens, bytes data) external returns (bool success);
  function transferFrom(address from, address to, uint256 value) external returns (bool);
  function burn(uint256 amount) external;

  event Transfer(address indexed from, address indexed to, uint256 value);
  event Approval(address indexed owner, address indexed spender, uint256 value);
}

Contract Security Audit

Contract ABI

[{"constant":false,"inputs":[{"name":"toAirdrop","type":"address[]"},{"name":"tokensToEach","type":"uint256[]"},{"name":"tokenAddress","type":"address"}],"name":"airdrop","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}]

608060405234801561001057600080fd5b506102bd806100206000396000f3006080604052600436106100405763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416637929854e8114610045575b600080fd5b34801561005157600080fd5b50604080516020600480358082013583810280860185019096528085526100eb95369593946024949385019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497505050923573ffffffffffffffffffffffffffffffffffffffff1693506100ed92505050565b005b815183516000911461018657604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602f60248201527f6d75737420686176652073616d65206e756d626572206f66206164647265737360448201527f657320616e64207061796d656e74730000000000000000000000000000000000606482015290519081900360840190fd5b5060005b835181101561028b578173ffffffffffffffffffffffffffffffffffffffff166323b872dd3386848151811015156101be57fe5b9060200190602002015186858151811015156101d657fe5b6020908102909101810151604080517c010000000000000000000000000000000000000000000000000000000063ffffffff881602815273ffffffffffffffffffffffffffffffffffffffff958616600482015293909416602484015260448301529151606480830193928290030181600087803b15801561025757600080fd5b505af115801561026b573d6000803e3d6000fd5b505050506040513d602081101561028157600080fd5b505060010161018a565b505050505600a165627a7a723058200508e8027da537c1e1dea515c0393e444a9347765007bdfc8670a9b84f1fc5aa0029

Deployed Bytecode

0x6080604052600436106100405763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416637929854e8114610045575b600080fd5b34801561005157600080fd5b50604080516020600480358082013583810280860185019096528085526100eb95369593946024949385019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497505050923573ffffffffffffffffffffffffffffffffffffffff1693506100ed92505050565b005b815183516000911461018657604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602f60248201527f6d75737420686176652073616d65206e756d626572206f66206164647265737360448201527f657320616e64207061796d656e74730000000000000000000000000000000000606482015290519081900360840190fd5b5060005b835181101561028b578173ffffffffffffffffffffffffffffffffffffffff166323b872dd3386848151811015156101be57fe5b9060200190602002015186858151811015156101d657fe5b6020908102909101810151604080517c010000000000000000000000000000000000000000000000000000000063ffffffff881602815273ffffffffffffffffffffffffffffffffffffffff958616600482015293909416602484015260448301529151606480830193928290030181600087803b15801561025757600080fd5b505af115801561026b573d6000803e3d6000fd5b505050506040513d602081101561028157600080fd5b505060010161018a565b505050505600a165627a7a723058200508e8027da537c1e1dea515c0393e444a9347765007bdfc8670a9b84f1fc5aa0029

Deployed Bytecode Sourcemap

51:357:1:-;;;;;;;;;;;;;;;;;;;;;;;71:335;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;71:335:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;71:335:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;71:335:1;;;;-1:-1:-1;71:335:1;-1:-1:-1;71:335:1;;-1:-1:-1;71:335:1;;;;;;;;;-1:-1:-1;71:335:1;;-1:-1:-1;;;71:335:1;;;;;-1:-1:-1;71:335:1;;-1:-1:-1;;;71:335:1;;;;202:19;;184:16;;282:6;;184:37;176:96;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;289:1:1;278:124;293:9;:16;291:1;:18;278:124;;;328:12;322:32;;;355:10;366:9;376:1;366:12;;;;;;;;;;;;;;;;;;379;392:1;379:15;;;;;;;;;;;;;;;;;;;;322:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;379:15;322:73;;;;;-1:-1:-1;322:73:1;;;;5:2:-1;;;;30:1;27;20:12;5:2;322:73:1;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;322:73:1;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;310:3:1;;278:124;;;71:335;;;;:::o

Swarm Source

bzzr://0508e8027da537c1e1dea515c0393e444a9347765007bdfc8670a9b84f1fc5aa

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.