ETH Price: $3,239.05 (-1.46%)

Contract

0x5Cfe2C69451ebdA721795a39cEeC630427a148CB
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer210301202024-10-23 18:35:5981 days ago1729708559IN
0x5Cfe2C69...427a148CB
1.694 ETH0.0006855521.43568656
Transfer209793302024-10-16 16:31:1188 days ago1729096271IN
0x5Cfe2C69...427a148CB
14 ETH0.0008578926.82423056
Transfer209645572024-10-14 15:00:1190 days ago1728918011IN
0x5Cfe2C69...427a148CB
11.68 ETH0.0015345947.98318868
Transfer199204492024-05-21 19:44:23236 days ago1716320663IN
0x5Cfe2C69...427a148CB
0.02 ETH0.0004736714.81052268
Transfer196832822024-04-18 15:37:23269 days ago1713454643IN
0x5Cfe2C69...427a148CB
0.012 ETH0.0006433520.11614572
Transfer196024772024-04-07 7:57:59280 days ago1712476679IN
0x5Cfe2C69...427a148CB
0.14 ETH0.0004486114.02712862
Transfer195867552024-04-05 3:06:35282 days ago1712286395IN
0x5Cfe2C69...427a148CB
0.063 ETH0.0004845715.15159263
Transfer195554132024-03-31 17:40:59287 days ago1711906859IN
0x5Cfe2C69...427a148CB
9.75 ETH0.0006821921.33067362
Transfer194912102024-03-22 15:58:59296 days ago1711123139IN
0x5Cfe2C69...427a148CB
3.93 ETH0.0009009428.17037249
Transfer194596552024-03-18 5:39:11300 days ago1710740351IN
0x5Cfe2C69...427a148CB
6.3816172 ETH0.000707222.11246345
Transfer194427292024-03-15 20:28:59303 days ago1710534539IN
0x5Cfe2C69...427a148CB
32 ETH0.0011151534.86811127
Transfer194133252024-03-11 17:25:11307 days ago1710177911IN
0x5Cfe2C69...427a148CB
10 ETH0.002822588.25289346
Transfer193058402024-02-25 16:38:11322 days ago1708879091IN
0x5Cfe2C69...427a148CB
4.4 ETH0.0011141434.83667288
Transfer192636382024-02-19 18:44:47328 days ago1708368287IN
0x5Cfe2C69...427a148CB
0.01 ETH0.0011750836.74218963
Transfer192341522024-02-15 15:14:11332 days ago1708010051IN
0x5Cfe2C69...427a148CB
0.02 ETH0.0027008484.44884787
Transfer190916922024-01-26 15:32:11352 days ago1706283131IN
0x5Cfe2C69...427a148CB
2.77 ETH0.0007158522.38300223

Latest 17 internal transactions

Advanced mode:
Parent Transaction Hash Block
From
To
210301202024-10-23 18:35:5981 days ago1729708559
0x5Cfe2C69...427a148CB
1.694 ETH
209793302024-10-16 16:31:1188 days ago1729096271
0x5Cfe2C69...427a148CB
14 ETH
209645572024-10-14 15:00:1190 days ago1728918011
0x5Cfe2C69...427a148CB
11.68 ETH
199204492024-05-21 19:44:23236 days ago1716320663
0x5Cfe2C69...427a148CB
0.02 ETH
196832822024-04-18 15:37:23269 days ago1713454643
0x5Cfe2C69...427a148CB
0.012 ETH
196024772024-04-07 7:57:59280 days ago1712476679
0x5Cfe2C69...427a148CB
0.14 ETH
195867552024-04-05 3:06:35282 days ago1712286395
0x5Cfe2C69...427a148CB
0.063 ETH
195554132024-03-31 17:40:59287 days ago1711906859
0x5Cfe2C69...427a148CB
9.75 ETH
194912102024-03-22 15:58:59296 days ago1711123139
0x5Cfe2C69...427a148CB
3.93 ETH
194596552024-03-18 5:39:11300 days ago1710740351
0x5Cfe2C69...427a148CB
6.3816172 ETH
194427292024-03-15 20:28:59303 days ago1710534539
0x5Cfe2C69...427a148CB
32 ETH
194133252024-03-11 17:25:11307 days ago1710177911
0x5Cfe2C69...427a148CB
10 ETH
193058402024-02-25 16:38:11322 days ago1708879091
0x5Cfe2C69...427a148CB
4.4 ETH
192636382024-02-19 18:44:47328 days ago1708368287
0x5Cfe2C69...427a148CB
0.01 ETH
192341522024-02-15 15:14:11332 days ago1708010051
0x5Cfe2C69...427a148CB
0.02 ETH
190916922024-01-26 15:32:11352 days ago1706283131
0x5Cfe2C69...427a148CB
2.77 ETH
188311542023-12-21 2:04:35388 days ago1703124275  Contract Creation0 ETH
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x8770c4e5...413038178
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
Deposit

Compiler Version
v0.8.20+commit.a1b79de6

Optimization Enabled:
Yes with 800 runs

Other Settings:
paris EvmVersion, MIT license
File 1 of 2 : Deposit.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

import "IERC20Lite.sol";

/**
 * @title    Deposit contract
 * @notice   Creates a contract with a known address and withdraws tokens from it.
 *           After deployment, the Vault will call fetch() to withdraw tokens.
 * @dev      Any change in this contract, including comments, will affect the final
 *           bytecode and therefore will affect the create2 derived addresses.
 *           Do NOT modify unless the consequences of doing so are fully understood.
 */
contract Deposit {
    address payable private immutable vault;

    /**
     * @notice  Upon deployment it fetches the tokens (native or ERC20) to the Vault.
     * @param token  The address of the token to fetch
     */
    constructor(address token) {
        vault = payable(msg.sender);
        // Slightly cheaper to use msg.sender instead of Vault.
        if (token == 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE) {
            // solhint-disable-next-line avoid-low-level-calls
            (bool success, ) = msg.sender.call{value: address(this).balance}("");
            require(success);
        } else {
            // IERC20Lite.transfer doesn't have a return bool to avoid reverts on non-standard ERC20s
            IERC20Lite(token).transfer(msg.sender, IERC20Lite(token).balanceOf(address(this)));
        }
    }

    /**
     * @notice  Allows the Vault to fetch ERC20 tokens from this contract.
     * @param token  The address of the token to fetch
     */
    function fetch(address token) external {
        require(msg.sender == vault);
        // IERC20Lite.transfer doesn't have a return bool to avoid reverts on non-standard ERC20s
        IERC20Lite(token).transfer(msg.sender, IERC20Lite(token).balanceOf(address(this)));
    }

    /// @notice Receives native tokens, emits an event and sends them to the Vault. Note that this
    // requires the sender to forward some more gas than for a simple transfer.
    receive() external payable {
        // solhint-disable-next-line avoid-low-level-calls
        (bool success, ) = vault.call{value: address(this).balance}("");
        require(success);
    }
}

File 2 of 2 : IERC20Lite.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

/**
 * @title    ERC20 Lite Interface
 * @notice   The interface for functions ERC20Lite implements. This is intended to
 *           be used only in the Deposit contract.
 * @dev      Any change in this contract, including comments, will affect the final
 *           bytecode and therefore will affect the create2 derived addresses.
 *           Do NOT modify unless the consequences of doing so are fully understood.
 */
interface IERC20Lite {
    /// @dev Removed the return bool to avoid reverts on non-standard ERC20s.
    function transfer(address, uint256) external;

    function balanceOf(address) external view returns (uint256);
}

Settings
{
  "evmVersion": "paris",
  "optimizer": {
    "enabled": true,
    "runs": 800
  },
  "libraries": {
    "Deposit.sol": {}
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"token","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"fetch","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

Deployed Bytecode

0x6080604052600436106100225760003560e01c8063f109a0be146100ae57600080fd5b366100a95760007f000000000000000000000000f5e10380213880111522dd0efd3dbb45b9f62bcc6001600160a01b03164760405160006040518083038185875af1925050503d8060008114610094576040519150601f19603f3d011682016040523d82523d6000602084013e610099565b606091505b50509050806100a757600080fd5b005b600080fd5b3480156100ba57600080fd5b506100a76100c93660046101e9565b336001600160a01b037f000000000000000000000000f5e10380213880111522dd0efd3dbb45b9f62bcc16146100fe57600080fd5b6040516370a0823160e01b81523060048201526001600160a01b0382169063a9059cbb90339083906370a0823190602401602060405180830381865afa15801561014c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101709190610219565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e085901b1681526001600160a01b0390921660048301526024820152604401600060405180830381600087803b1580156101ce57600080fd5b505af11580156101e2573d6000803e3d6000fd5b5050505050565b6000602082840312156101fb57600080fd5b81356001600160a01b038116811461021257600080fd5b9392505050565b60006020828403121561022b57600080fd5b505191905056fea26469706673582212207a3063a75755b8b3364bcf7137526722a9ac4adcc81866e63e0a9dfb44df3a3e64736f6c63430008140033

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