ETH Price: $2,401.37 (-0.12%)

Contract

0xDD6242408D16a60C1cb5bf96c816daA0a8490773
 

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer153221972022-08-11 18:13:54755 days ago1660241634IN
0xDD624240...0a8490773
27.9995 ETH0.0007392931.9364658
0x2360f5e9151102352022-07-09 19:18:00788 days ago1657394280IN
0xDD624240...0a8490773
0 ETH0.001644750
Transfer148924142022-06-02 18:12:51825 days ago1654193571IN
0xDD624240...0a8490773
999 ETH0.0023149100
Transfer148842752022-06-01 10:26:41827 days ago1654079201IN
0xDD624240...0a8490773
1 ETH0.0011574550
0x1e3e95c3125346482021-05-30 8:31:381194 days ago1622363498IN
0xDD624240...0a8490773
0 ETH0.0009861930
Transfer125112352021-05-26 17:14:311197 days ago1622049271IN
0xDD624240...0a8490773
499 ETH0.0011574550
Transfer124971172021-05-24 12:57:301200 days ago1621861050IN
0xDD624240...0a8490773
0.24899975 ETH0.0021667493.6
Transfer124967582021-05-24 11:33:431200 days ago1621856023IN
0xDD624240...0a8490773
0.71899928 ETH0.0012338453.3
Transfer124657012021-05-19 15:40:441204 days ago1621438844IN
0xDD624240...0a8490773
1 ETH0.0105500

Latest 25 internal transactions (View All)

Advanced mode:
Parent Transaction Hash Block From To
201625042024-06-24 15:41:4772 days ago1719243707
0xDD624240...0a8490773
0.05714771 ETH
201625042024-06-24 15:41:4772 days ago1719243707
0xDD624240...0a8490773
11.37239618 ETH
201624852024-06-24 15:37:5972 days ago1719243479
0xDD624240...0a8490773
0.05747657 ETH
201624852024-06-24 15:37:5972 days ago1719243479
0xDD624240...0a8490773
11.4869466 ETH
199815392024-05-30 8:41:5998 days ago1717058519
0xDD624240...0a8490773
0.331 ETH
199559862024-05-26 18:57:23101 days ago1716749843
0xDD624240...0a8490773
0.00080318 ETH
199557682024-05-26 18:13:23101 days ago1716747203
0xDD624240...0a8490773
0.00114227 ETH
199557522024-05-26 18:10:11101 days ago1716747011
0xDD624240...0a8490773
0.33200531 ETH
199272642024-05-22 18:39:11105 days ago1716403151
0xDD624240...0a8490773
0.00315052 ETH
199272642024-05-22 18:39:11105 days ago1716403151
0xDD624240...0a8490773
11.52267922 ETH
199272462024-05-22 18:35:23105 days ago1716402923
0xDD624240...0a8490773
0.00735311 ETH
199272462024-05-22 18:35:23105 days ago1716402923
0xDD624240...0a8490773
0.05766953 ETH
199272462024-05-22 18:35:23105 days ago1716402923
0xDD624240...0a8490773
11.59186643 ETH
196683992024-04-16 13:39:59142 days ago1713274799
0xDD624240...0a8490773
0.07111743 ETH
196683992024-04-16 13:39:59142 days ago1713274799
0xDD624240...0a8490773
14.15237013 ETH
196683832024-04-16 13:36:47142 days ago1713274607
0xDD624240...0a8490773
0.07110854 ETH
196683832024-04-16 13:36:47142 days ago1713274607
0xDD624240...0a8490773
14.29317499 ETH
195171662024-03-26 7:35:47163 days ago1711438547
0xDD624240...0a8490773
0.00291041 ETH
195171662024-03-26 7:35:47163 days ago1711438547
0xDD624240...0a8490773
14.28713337 ETH
195171582024-03-26 7:34:11163 days ago1711438451
0xDD624240...0a8490773
0.00817363 ETH
195171582024-03-26 7:34:11163 days ago1711438451
0xDD624240...0a8490773
0.07149639 ETH
195171582024-03-26 7:34:11163 days ago1711438451
0xDD624240...0a8490773
14.37113494 ETH
194730392024-03-20 2:47:47169 days ago1710902867
0xDD624240...0a8490773
0.08248138 ETH
194730392024-03-20 2:47:47169 days ago1710902867
0xDD624240...0a8490773
16.4137951 ETH
194730152024-03-20 2:42:59169 days ago1710902579
0xDD624240...0a8490773
0.01511166 ETH
View All Internal Transactions
Loading...
Loading

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

Contract Name:
Proxy

Compiler Version
v0.8.3+commit.8d00100c

Optimization Enabled:
Yes with 999 runs

Other Settings:
default evmVersion, GNU GPLv3 license
/**
 *Submitted for verification at Etherscan.io on 2021-05-03
*/

// Copyright (C) 2018  Argent Labs Ltd. <https://argent.xyz>

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with this program.  If not, see <http://www.gnu.org/licenses/>.

// SPDX-License-Identifier: GPL-3.0-only
pragma solidity ^0.8.3;

/**
 * @title Proxy
 * @notice Basic proxy that delegates all calls to a fixed implementing contract.
 * The implementing contract cannot be upgraded.
 * @author Julien Niset - <[email protected]>
 */
contract Proxy {

    address immutable public implementation;

    event Received(uint indexed value, address indexed sender, bytes data);

    constructor(address _implementation) {
        implementation = _implementation;
    }

    fallback() external payable {
        address target = implementation;
        // solhint-disable-next-line no-inline-assembly
        assembly {
            calldatacopy(0, 0, calldatasize())
            let result := delegatecall(gas(), target, 0, calldatasize(), 0, 0)
            returndatacopy(0, 0, returndatasize())
            switch result
            case 0 {revert(0, returndatasize())}
            default {return (0, returndatasize())}
        }
    }

    receive() external payable {
        emit Received(msg.value, msg.sender, "");
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_implementation","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"value","type":"uint256"},{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":false,"internalType":"bytes","name":"data","type":"bytes"}],"name":"Received","type":"event"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"implementation","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

Deployed Bytecode

0x6080604052600436106100225760003560e01c80635c60da1b146100ac57610067565b3661006757604080516020808252600090820152339134917f606834f57405380c4fb88d1f4850326ad3885f014bab3b568dfbf7a041eef738910160405180910390a3005b7f000000000000000000000000ab00ea153c43575184ff11dd5e713c96be0055733660008037600080366000845af43d6000803e8080156100a7573d6000f35b3d6000fd5b3480156100b857600080fd5b506100e07f000000000000000000000000ab00ea153c43575184ff11dd5e713c96be00557381565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f3fea2646970667358221220b88a14f52e9d465328c9b3ab476e4b7fa40ed3615fd5409a6afc9885366e03a964736f6c63430008030033

Deployed Bytecode Sourcemap

996:819:0:-:0;;;;;;;;;;;;;;;;;;;;;;;1769:35;;;446:2:1;428:21;;;245:286;465:18;;;458:32;1789:10:0;;1778:9;;1769:35;;507:18:1;1769:35:0;;;;;;;996:819;;1299:14;1424;1282;;1405:34;1517:1;1514;1498:14;1495:1;1487:6;1480:5;1467:52;1554:16;1551:1;1548;1533:38;1592:6;1612:36;;;;1682:16;1679:1;1671:28;1612:36;1630:16;1627:1;1620:27;1020:39;;;;;;;;;;;;;;;;;;190:42:1;178:55;;;160:74;;148:2;133:18;1020:39:0;;;;;;

Swarm Source

ipfs://b88a14f52e9d465328c9b3ab476e4b7fa40ed3615fd5409a6afc9885366e03a9

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.