ETH Price: $2,273.21 (-8.39%)

Contract

0x890052c095f362FAa7A7aF2C5375E2859fC5E5Cc
 
Transaction Hash
Method
Block
From
To
Transfer197108142024-04-22 12:03:11315 days ago1713787391IN
0x890052c0...59fC5E5Cc
0.02 ETH0.0002493810.73624452
Transfer182319082023-09-28 4:37:35522 days ago1695875855IN
0x890052c0...59fC5E5Cc
1.73363416 ETH0.000200488.63132127
Transfer173109472023-05-21 23:20:11651 days ago1684711211IN
0x890052c0...59fC5E5Cc
0.0057 ETH0.0006192126.65792638
Transfer171436612023-04-28 9:13:35675 days ago1682673215IN
0x890052c0...59fC5E5Cc
1 ETH0.0007849333.79259073
Transfer135505702021-11-04 13:46:361215 days ago1636033596IN
0x890052c0...59fC5E5Cc
0.0766995 ETH0.00357761154.02170435
Transfer123142822021-04-26 6:22:041407 days ago1619418124IN
0x890052c0...59fC5E5Cc
0.48126 ETH0.00123959

Latest 25 internal transactions (View All)

Advanced mode:
Parent Transaction Hash Block
From
To
208335082024-09-26 8:11:35158 days ago1727338295
0x890052c0...59fC5E5Cc
0.00197494 ETH
206761192024-09-04 8:47:47180 days ago1725439667
0x890052c0...59fC5E5Cc
0.00018621 ETH
206297632024-08-28 21:26:23186 days ago1724880383
0x890052c0...59fC5E5Cc
0.00018132 ETH
205329112024-08-15 8:43:11200 days ago1723711391
0x890052c0...59fC5E5Cc
0.00031612 ETH
203846732024-07-25 16:11:11221 days ago1721923871
0x890052c0...59fC5E5Cc
0.00078364 ETH
203846202024-07-25 16:00:35221 days ago1721923235
0x890052c0...59fC5E5Cc
0.00088637 ETH
202103392024-07-01 8:00:59245 days ago1719820859
0x890052c0...59fC5E5Cc
0.000379 ETH
198897892024-05-17 12:48:11290 days ago1715950091
0x890052c0...59fC5E5Cc
0.00171681 ETH
197108452024-04-22 12:09:23315 days ago1713787763
0x890052c0...59fC5E5Cc
0.00163145 ETH
197108362024-04-22 12:07:35315 days ago1713787655
0x890052c0...59fC5E5Cc
0.00162627 ETH
186264262023-11-22 9:36:35467 days ago1700645795
0x890052c0...59fC5E5Cc
0.00975136 ETH
185126732023-11-06 11:34:35483 days ago1699270475
0x890052c0...59fC5E5Cc
0.00443166 ETH
185123172023-11-06 10:22:11483 days ago1699266131
0x890052c0...59fC5E5Cc
0.00251576 ETH
185122962023-11-06 10:17:59483 days ago1699265879
0x890052c0...59fC5E5Cc
0.00274236 ETH
183407922023-10-13 10:11:35507 days ago1697191895
0x890052c0...59fC5E5Cc
0.0025737 ETH
183406312023-10-13 9:38:59507 days ago1697189939
0x890052c0...59fC5E5Cc
0.00099017 ETH
183405402023-10-13 9:20:47507 days ago1697188847
0x890052c0...59fC5E5Cc
0.0007094 ETH
182630502023-10-02 13:08:59518 days ago1696252139
0x890052c0...59fC5E5Cc
0.00269417 ETH
182630502023-10-02 13:08:59518 days ago1696252139
0x890052c0...59fC5E5Cc
3 ETH
182618242023-10-02 9:02:47518 days ago1696237367
0x890052c0...59fC5E5Cc
0.0023 ETH
178261602023-08-02 8:36:23579 days ago1690965383
0x890052c0...59fC5E5Cc
0.00184116 ETH
178261422023-08-02 8:32:35579 days ago1690965155
0x890052c0...59fC5E5Cc
0.00295823 ETH
178082082023-07-30 20:24:23581 days ago1690748663
0x890052c0...59fC5E5Cc
0.02320928 ETH
175720402023-06-27 17:02:11615 days ago1687885331
0x890052c0...59fC5E5Cc
0.00328491 ETH
170735602023-04-18 12:27:11685 days ago1681820831
0x890052c0...59fC5E5Cc
0.01741621 ETH
View All Internal Transactions
Loading...
Loading

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

Contract Name:
Proxy

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
Yes with 999 runs

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

// 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.6.12;

/**
 * @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 implementation;

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

    constructor(address _implementation) public {
        implementation = _implementation;
    }

    fallback() external payable {
        // solhint-disable-next-line no-inline-assembly
        assembly {
            let target := sload(0)
            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, msg.data);
    }
}

Contract Security Audit

Contract ABI

API
[{"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"},{"stateMutability":"payable","type":"receive"}]

Deployed Bytecode

0x6080604052366083573373ffffffffffffffffffffffffffffffffffffffff16347f606834f57405380c4fb88d1f4850326ad3885f014bab3b568dfbf7a041eef73860003660405180806020018281038252848482818152602001925080828437600083820152604051601f909101601f19169092018290039550909350505050a3005b600080543682833781823684845af490503d82833e80801560a2573d83f35b3d83fdfea2646970667358221220be24b93190906d77639a34f833222a884fa6380809e0cf98eb798a254b62846964736f6c634300060c0033

Deployed Bytecode Sourcemap

997:809:0:-:0;;;;;;1774:10;1754:41;;1763:9;1754:41;1786:8;;1754:41;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;1754:41:0;;;;;;;;-1:-1:-1;1754:41:0;;-1:-1:-1;;;;1754:41:0;997:809;;1374:1;;1368:8;1409:14;1374:1;;1390:34;1374:1;;1409:14;1374:1;1472:6;1465:5;1452:52;1438:66;;1539:16;1374:1;;1518:38;1577:6;1597:36;;;;1667:16;1374:1;1656:28;1597:36;1615:16;1374:1;1605:27

Swarm Source

ipfs://be24b93190906d77639a34f833222a884fa6380809e0cf98eb798a254b628469

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.