ETH Price: $2,064.32 (+7.93%)
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Bulk Airdrop ERC...155205122022-09-12 10:59:331263 days ago1662980373IN
0xA8ee5252...6d8EFCECF
0 ETH0.067902055
Bulk Airdrop ERC...155205032022-09-12 10:57:451263 days ago1662980265IN
0xA8ee5252...6d8EFCECF
0 ETH0.084128175
Bulk Airdrop ERC...155204862022-09-12 10:54:361263 days ago1662980076IN
0xA8ee5252...6d8EFCECF
0 ETH0.085347995
Bulk Airdrop ERC...155204542022-09-12 10:47:031263 days ago1662979623IN
0xA8ee5252...6d8EFCECF
0 ETH0.086396575
Bulk Airdrop ERC...155204452022-09-12 10:45:151263 days ago1662979515IN
0xA8ee5252...6d8EFCECF
0 ETH0.087656015
Bulk Airdrop ERC...155203652022-09-12 10:27:521263 days ago1662978472IN
0xA8ee5252...6d8EFCECF
0 ETH0.095102695

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
BulkAirdrop

Compiler Version
v0.8.4+commit.c7e474f2

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;

interface IERC721 {
  function safeTransferFrom(address from, address to, uint256 tokenId) external;
}

contract BulkAirdrop {
  function bulkAirdropERC721(IERC721 _token, address[] calldata _to, uint256[] calldata _id) public {
    require(_to.length == _id.length, "Receivers and IDs are different length");
    for (uint256 i = 0; i < _to.length; i++) {
      _token.safeTransferFrom(msg.sender, _to[i], _id[i]);
    }
  }
}

Settings
{
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "libraries": {}
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"contract IERC721","name":"_token","type":"address"},{"internalType":"address[]","name":"_to","type":"address[]"},{"internalType":"uint256[]","name":"_id","type":"uint256[]"}],"name":"bulkAirdropERC721","outputs":[],"stateMutability":"nonpayable","type":"function"}]

608060405234801561001057600080fd5b50610303806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063cdb970d314610030575b600080fd5b61004361003e36600461020e565b610045565b005b8281146100a75760405162461bcd60e51b815260206004820152602660248201527f52656365697665727320616e64204944732061726520646966666572656e74206044820152650d8cadccee8d60d31b606482015260840160405180910390fd5b60005b8381101561019957856001600160a01b03166342842e0e338787858181106100e257634e487b7160e01b600052603260045260246000fd5b90506020020160208101906100f791906101eb565b86868681811061011757634e487b7160e01b600052603260045260246000fd5b6040516001600160e01b031960e088901b1681526001600160a01b03958616600482015294909316602485015250602090910201356044820152606401600060405180830381600087803b15801561016e57600080fd5b505af1158015610182573d6000803e3d6000fd5b5050505080806101919061028e565b9150506100aa565b505050505050565b60008083601f8401126101b2578182fd5b50813567ffffffffffffffff8111156101c9578182fd5b6020830191508360208260051b85010111156101e457600080fd5b9250929050565b6000602082840312156101fc578081fd5b8135610207816102b5565b9392505050565b600080600080600060608688031215610225578081fd5b8535610230816102b5565b9450602086013567ffffffffffffffff8082111561024c578283fd5b61025889838a016101a1565b90965094506040880135915080821115610270578283fd5b5061027d888289016101a1565b969995985093965092949392505050565b60006000198214156102ae57634e487b7160e01b81526011600452602481fd5b5060010190565b6001600160a01b03811681146102ca57600080fd5b5056fea26469706673582212201e1549f8abf6f193f1de614310e20de2a3a5f21da7022c0263d143978aa82fea64736f6c63430008040033

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063cdb970d314610030575b600080fd5b61004361003e36600461020e565b610045565b005b8281146100a75760405162461bcd60e51b815260206004820152602660248201527f52656365697665727320616e64204944732061726520646966666572656e74206044820152650d8cadccee8d60d31b606482015260840160405180910390fd5b60005b8381101561019957856001600160a01b03166342842e0e338787858181106100e257634e487b7160e01b600052603260045260246000fd5b90506020020160208101906100f791906101eb565b86868681811061011757634e487b7160e01b600052603260045260246000fd5b6040516001600160e01b031960e088901b1681526001600160a01b03958616600482015294909316602485015250602090910201356044820152606401600060405180830381600087803b15801561016e57600080fd5b505af1158015610182573d6000803e3d6000fd5b5050505080806101919061028e565b9150506100aa565b505050505050565b60008083601f8401126101b2578182fd5b50813567ffffffffffffffff8111156101c9578182fd5b6020830191508360208260051b85010111156101e457600080fd5b9250929050565b6000602082840312156101fc578081fd5b8135610207816102b5565b9392505050565b600080600080600060608688031215610225578081fd5b8535610230816102b5565b9450602086013567ffffffffffffffff8082111561024c578283fd5b61025889838a016101a1565b90965094506040880135915080821115610270578283fd5b5061027d888289016101a1565b969995985093965092949392505050565b60006000198214156102ae57634e487b7160e01b81526011600452602481fd5b5060010190565b6001600160a01b03811681146102ca57600080fd5b5056fea26469706673582212201e1549f8abf6f193f1de614310e20de2a3a5f21da7022c0263d143978aa82fea64736f6c63430008040033

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
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.