Sepolia Testnet

Contract

0x3B46C27CC1c13230e0F7336e09f1f261AE672066
Source Code Source Code

Overview

ETH Balance

0 ETH

More Info

Multichain Info

N/A
Transaction Hash
Method
Block
From
To
Amount

There are no matching entries

Please try again later

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

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:
EventEmitter

Compiler Version
v0.8.26+commit.8a97fa7a

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion

Contract Source Code (Solidity Standard Json-Input format)

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

contract EventEmitter {
    event Transfer(address indexed from, address indexed to, uint256 amount);

    function transfer(address to, uint256 amount) public {
        // Perform transfer logic here
        emit Transfer(msg.sender, to, amount);
    }
}

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

Contract ABI

API
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[],"stateMutability":"nonpayable","type":"function"}]

6080604052348015600e575f80fd5b506101df8061001c5f395ff3fe608060405234801561000f575f80fd5b5060043610610029575f3560e01c8063a9059cbb1461002d575b5f80fd5b61004760048036038101906100429190610143565b610049565b005b8173ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516100a69190610190565b60405180910390a35050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6100df826100b6565b9050919050565b6100ef816100d5565b81146100f9575f80fd5b50565b5f8135905061010a816100e6565b92915050565b5f819050919050565b61012281610110565b811461012c575f80fd5b50565b5f8135905061013d81610119565b92915050565b5f8060408385031215610159576101586100b2565b5b5f610166858286016100fc565b92505060206101778582860161012f565b9150509250929050565b61018a81610110565b82525050565b5f6020820190506101a35f830184610181565b9291505056fea2646970667358221220f05c79bb73110d926185cd650b86f11fb68595675eff54e130e4da531d4d4a6a64736f6c634300081a0033

Deployed Bytecode

0x608060405234801561000f575f80fd5b5060043610610029575f3560e01c8063a9059cbb1461002d575b5f80fd5b61004760048036038101906100429190610143565b610049565b005b8173ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516100a69190610190565b60405180910390a35050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6100df826100b6565b9050919050565b6100ef816100d5565b81146100f9575f80fd5b50565b5f8135905061010a816100e6565b92915050565b5f819050919050565b61012281610110565b811461012c575f80fd5b50565b5f8135905061013d81610119565b92915050565b5f8060408385031215610159576101586100b2565b5b5f610166858286016100fc565b92505060206101778582860161012f565b9150509250929050565b61018a81610110565b82525050565b5f6020820190506101a35f830184610181565b9291505056fea2646970667358221220f05c79bb73110d926185cd650b86f11fb68595675eff54e130e4da531d4d4a6a64736f6c634300081a0033

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

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.