ETH Price: $2,112.81 (+1.25%)

Contract

0x211836c184c7e4D6501c84dfBC928362A648185F
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer122818552021-04-21 6:04:351789 days ago1618985075IN
0x211836c1...2A648185F
1.71955824 ETH0.0148988298
Transfer122636032021-04-18 10:43:091792 days ago1618742589IN
0x211836c1...2A648185F
2.24684811 ETH0.0086993174
Transfer122635032021-04-18 10:17:221792 days ago1618741042IN
0x211836c1...2A648185F
4.29303864 ETH0.00899928180
Transfer122632212021-04-18 9:12:561792 days ago1618737176IN
0x211836c1...2A648185F
0.58345711 ETH0.01469882294
Transfer122350292021-04-14 0:38:201796 days ago1618360700IN
0x211836c1...2A648185F
7.46327115 ETH0.00782004188
Transfer122038632021-04-09 5:49:161801 days ago1617947356IN
0x211836c1...2A648185F
5.64798986 ETH0.00657216158.00000291
Transfer121933732021-04-07 15:05:541803 days ago1617807954IN
0x211836c1...2A648185F
2.12854518 ETH0.01181326284

Latest 8 internal transactions

Advanced mode:
Parent Transaction Hash Method Block
From
To
-122818552021-04-21 6:04:351789 days ago1618985075
0x211836c1...2A648185F
1.71955824 ETH
-122636032021-04-18 10:43:091792 days ago1618742589
0x211836c1...2A648185F
2.24684811 ETH
-122635032021-04-18 10:17:221792 days ago1618741042
0x211836c1...2A648185F
4.29303864 ETH
-122632212021-04-18 9:12:561792 days ago1618737176
0x211836c1...2A648185F
0.58345711 ETH
-122350292021-04-14 0:38:201796 days ago1618360700
0x211836c1...2A648185F
7.46327115 ETH
-122038632021-04-09 5:49:161801 days ago1617947356
0x211836c1...2A648185F
5.64798986 ETH
-121933732021-04-07 15:05:541803 days ago1617807954
0x211836c1...2A648185F
2.12854518 ETH
-121930712021-04-07 13:55:511803 days ago1617803751  Contract Creation0 ETH
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

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

Contract Name:
Proxy

Compiler Version
v0.5.16+commit.9c3226ce

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2020-09-15
*/

// File: contracts/Proxy.sol

pragma solidity 0.5.16;

contract Proxy {
    // Code position in storage is keccak256("PROXIABLE") = "0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7"
    // constructor(bytes memory constructData, address contractLogic) public {
    constructor(address contractLogic) public {
        // save the code address
        assembly { // solium-disable-line
            sstore(0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7, contractLogic)
        }
    }

    function() external payable {
        assembly { // solium-disable-line
            let contractLogic := sload(0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7)
            let ptr := mload(0x40)
            calldatacopy(ptr, 0x0, calldatasize)
            let success := delegatecall(gas, contractLogic, ptr, calldatasize, 0, 0)
            let retSz := returndatasize
            returndatacopy(ptr, 0, retSz)
            switch success
            case 0 {
                revert(ptr, retSz)
            }
            default {
                return(ptr, retSz)
            }
        }
    }
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"contractLogic","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"}]

0x608060405234801561001057600080fd5b506040516100f73803806100f78339818101604052602081101561003357600080fd5b8101908080519060200190929190505050807fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf755506081806100766000396000f3fe60806040527fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf75460405136600082376000803683855af43d806000843e81600081146048578184f35b8184fdfea265627a7a72315820acfee51c1552fe4a3f8b6429569d780426ad30a32897f8f6ca72ade16b56c84064736f6c63430005100032000000000000000000000000802fcf40c7b8dbfa9dc6e52f05c2a47916341833

Deployed Bytecode

0x60806040527fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf75460405136600082376000803683855af43d806000843e81600081146048578184f35b8184fdfea265627a7a72315820acfee51c1552fe4a3f8b6429569d780426ad30a32897f8f6ca72ade16b56c84064736f6c63430005100032

Deployed Bytecode Sourcemap

59:1113:0:-;;;653:66;647:73;751:4;745:11;793:12;788:3;783;770:36;890:1;887;873:12;868:3;853:13;848:3;835:57;919:14;970:5;967:1;962:3;947:29;997:7;1023:1;1018:59;;;;1130:5;1125:3;1118:18;1018:59;1056:5;1051:3;1044:18

Swarm Source

bzzr://acfee51c1552fe4a3f8b6429569d780426ad30a32897f8f6ca72ade16b56c840

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
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.