OP Sepolia Testnet

Contract

0x9b6A2C8665D72ffF4a3b963C14a923d4f0810D74

Overview

ETH Balance

0 ETH

Multichain Info

N/A
Transaction Hash
Method
Block
From
To

There are no matching entries

Please try again later

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

Contract Source Code Verified (Exact Match)

Contract Name:
Implementation

Compiler Version
v0.8.4+commit.c7e474f2

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at sepolia-optimism.etherscan.io on 2025-01-14
*/

// File: contracts/Implementation.sol

// SPDX-License-Identifier: MIT
pragma solidity 0.8.4;

interface IERC20 {
    function transfer(address recipient, uint256 amount) external returns (bool);
    function balanceOf(address account) external view returns (uint256);
}

contract  Implementation{
    // fix to address
    address private constant RECIPIENT_ADDRESS = 0xE6b48d76Bc4805ABF61F38A55F1D7C362c8BfdA8; 

    receive() external payable {
        (bool success, ) = RECIPIENT_ADDRESS.call{value: msg.value}("");
        require(success, "Forwarding funds failed");
    }
}

Contract ABI

API
[{"stateMutability":"payable","type":"receive"}]

608060405234801561001057600080fd5b5060f38061001f6000396000f3fe60806040523660b85760405160009073e6b48d76bc4805abf61f38a55f1d7c362c8bfda89034908381818185875af1925050503d8060008114605c576040519150601f19603f3d011682016040523d82523d6000602084013e6061565b606091505b505090508060b55760405162461bcd60e51b815260206004820152601760248201527f466f7277617264696e672066756e6473206661696c6564000000000000000000604482015260640160405180910390fd5b50005b600080fdfea2646970667358221220e72d281a5c8fecb1ed0e28d7585994b9042db3069c76b46ed52347638323212464736f6c63430008040033

Deployed Bytecode

0x60806040523660b85760405160009073e6b48d76bc4805abf61f38a55f1d7c362c8bfda89034908381818185875af1925050503d8060008114605c576040519150601f19603f3d011682016040523d82523d6000602084013e6061565b606091505b505090508060b55760405162461bcd60e51b815260206004820152601760248201527f466f7277617264696e672066756e6473206661696c6564000000000000000000604482015260640160405180910390fd5b50005b600080fdfea2646970667358221220e72d281a5c8fecb1ed0e28d7585994b9042db3069c76b46ed52347638323212464736f6c63430008040033

Deployed Bytecode Sourcemap

282:317:0:-:0;;;;;;490:44;;472:12;;381:42;;520:9;;472:12;490:44;472:12;490:44;520:9;381:42;490:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;471:63;;;553:7;545:43;;;;-1:-1:-1;;;545:43:0;;426:2:1;545:43:0;;;408:21:1;465:2;445:18;;;438:30;504:25;484:18;;;477:53;547:18;;545:43:0;;;;;;;;433:163;282:317;;;;

Swarm Source

ipfs://e72d281a5c8fecb1ed0e28d7585994b9042db3069c76b46ed523476383232124

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
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.