ETH Price: $3,692.82 (+3.46%)

Contract

0x36e43902F6FbEfbB825F4F6E39281902438D95ce
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer212389822024-11-21 22:05:478 days ago1732226747IN
0x36e43902...2438D95ce
0.011 ETH0.0004791614.98235104
Transfer211794662024-11-13 14:47:5916 days ago1731509279IN
0x36e43902...2438D95ce
42.09 ETH0.0028796990.04118709
Transfer211665842024-11-11 19:39:2318 days ago1731353963IN
0x36e43902...2438D95ce
4.7080057 ETH0.0024945978
Transfer210080292024-10-20 16:37:4740 days ago1729442267IN
0x36e43902...2438D95ce
2 ETH0.000389312.1725662
Transfer208800062024-10-02 19:48:3558 days ago1727898515IN
0x36e43902...2438D95ce
2.065 ETH0.0008221725.70751422
Transfer201256172024-06-19 11:54:23163 days ago1718798063IN
0x36e43902...2438D95ce
0.38 ETH0.000140094.38055021
Transfer198346462024-05-09 19:42:35204 days ago1715283755IN
0x36e43902...2438D95ce
20 ETH0.000157544.92610447
Transfer196386972024-04-12 9:41:11232 days ago1712914871IN
0x36e43902...2438D95ce
11.26543 ETH0.0006632620.73859133
Transfer196260402024-04-10 15:11:59233 days ago1712761919IN
0x36e43902...2438D95ce
1 ETH0.0008987828.10279222
Transfer196113822024-04-08 13:55:11235 days ago1712584511IN
0x36e43902...2438D95ce
2 ETH0.000994631.09881342
Transfer195819562024-04-04 10:58:11239 days ago1712228291IN
0x36e43902...2438D95ce
0.02 ETH0.0005851718.29694997
Transfer195423892024-03-29 21:41:47245 days ago1711748507IN
0x36e43902...2438D95ce
1.12 ETH0.0007246122.65697594
Transfer195273312024-03-27 18:16:47247 days ago1711563407IN
0x36e43902...2438D95ce
10.2916097 ETH0.0017503354.72882759
Transfer195135762024-03-25 19:31:47249 days ago1711395107IN
0x36e43902...2438D95ce
0.25 ETH0.0011119534.76815825
Transfer194830542024-03-21 12:31:23253 days ago1711024283IN
0x36e43902...2438D95ce
5 ETH0.0010862333.96402105
Transfer193925082024-03-08 19:22:47266 days ago1709925767IN
0x36e43902...2438D95ce
0.5 ETH0.0019640561.41124123
Transfer193656022024-03-05 1:12:11270 days ago1709601131IN
0x36e43902...2438D95ce
0.56 ETH0.0019249491.66419748

Latest 18 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
212389822024-11-21 22:05:478 days ago1732226747
0x36e43902...2438D95ce
0.011 ETH
211794662024-11-13 14:47:5916 days ago1731509279
0x36e43902...2438D95ce
42.09 ETH
211665842024-11-11 19:39:2318 days ago1731353963
0x36e43902...2438D95ce
4.7080057 ETH
210080292024-10-20 16:37:4740 days ago1729442267
0x36e43902...2438D95ce
2 ETH
208800062024-10-02 19:48:3558 days ago1727898515
0x36e43902...2438D95ce
2.065 ETH
201256172024-06-19 11:54:23163 days ago1718798063
0x36e43902...2438D95ce
0.38 ETH
198346462024-05-09 19:42:35204 days ago1715283755
0x36e43902...2438D95ce
20 ETH
196386972024-04-12 9:41:11232 days ago1712914871
0x36e43902...2438D95ce
11.26543 ETH
196260402024-04-10 15:11:59233 days ago1712761919
0x36e43902...2438D95ce
1 ETH
196113822024-04-08 13:55:11235 days ago1712584511
0x36e43902...2438D95ce
2 ETH
195819562024-04-04 10:58:11239 days ago1712228291
0x36e43902...2438D95ce
0.02 ETH
195423892024-03-29 21:41:47245 days ago1711748507
0x36e43902...2438D95ce
1.12 ETH
195273312024-03-27 18:16:47247 days ago1711563407
0x36e43902...2438D95ce
10.2916097 ETH
195135762024-03-25 19:31:47249 days ago1711395107
0x36e43902...2438D95ce
0.25 ETH
194830542024-03-21 12:31:23253 days ago1711024283
0x36e43902...2438D95ce
5 ETH
193925082024-03-08 19:22:47266 days ago1709925767
0x36e43902...2438D95ce
0.5 ETH
193656182024-03-05 1:15:35270 days ago1709601335
0x36e43902...2438D95ce
0.56 ETH
193656182024-03-05 1:15:35270 days ago1709601335  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.