ETH Price: $2,626.25 (+1.21%)
Gas: 1.67 Gwei

Contract

0x746de9838BB3D14f1aC1b78Bd855E48201F221a6
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Vault Call On Co...198604792024-05-13 10:24:23101 days ago1715595863IN
0x746de983...201F221a6
0 ETH0.000306244.07794101
Vault Call On Co...198604742024-05-13 10:23:23101 days ago1715595803IN
0x746de983...201F221a6
0 ETH0.00048893.6328684
Call On Extensio...198603492024-05-13 9:58:23101 days ago1715594303IN
0x746de983...201F221a6
0 ETH0.002996745.80149825
Call On Extensio...198480522024-05-11 16:42:35102 days ago1715445755IN
0x746de983...201F221a6
0 ETH0.001629734.33936586
Call On Extensio...198480432024-05-11 16:40:47102 days ago1715445647IN
0x746de983...201F221a6
0 ETH0.001217644.56165981
Call On Extensio...198480042024-05-11 16:32:59102 days ago1715445179IN
0x746de983...201F221a6
0 ETH0.003741264.99716168
Call On Extensio...198479972024-05-11 16:31:35102 days ago1715445095IN
0x746de983...201F221a6
0 ETH0.002011945.01019393
Call On Extensio...198320212024-05-09 10:54:59105 days ago1715252099IN
0x746de983...201F221a6
0 ETH0.005009334.8049053
Vault Call On Co...198171482024-05-07 8:58:59107 days ago1715072339IN
0x746de983...201F221a6
0 ETH0.001087397.90234388
Call On Extensio...184779672023-11-01 14:51:47294 days ago1698850307IN
0x746de983...201F221a6
0 ETH0.0027711927.92559672
Call On Extensio...170938512023-04-21 9:22:23489 days ago1682068943IN
0x746de983...201F221a6
0 ETH0.0079519436.88900237
Call On Extensio...170883002023-04-20 14:28:59489 days ago1682000939IN
0x746de983...201F221a6
0 ETH0.0135227473.77341684
Call On Extensio...170882452023-04-20 14:17:35489 days ago1682000255IN
0x746de983...201F221a6
0 ETH0.0166019957.18456573
Call On Extensio...170879202023-04-20 13:11:23490 days ago1681996283IN
0x746de983...201F221a6
0 ETH0.0224073655.85044956
Call On Extensio...164900992023-01-26 9:29:35574 days ago1674725375IN
0x746de983...201F221a6
0 ETH0.0120496914.75855312
Deploy Gas Relay...164858742023-01-25 19:18:35574 days ago1674674315IN
0x746de983...201F221a6
0 ETH0.0069445227.64242045
Call On Extensio...164838442023-01-25 12:30:11575 days ago1674649811IN
0x746de983...201F221a6
0 ETH0.017038817.05459867
Call On Extensio...162749432022-12-27 8:39:11604 days ago1672130351IN
0x746de983...201F221a6
0 ETH0.0033342113.47657188
Call On Extensio...162749372022-12-27 8:37:59604 days ago1672130279IN
0x746de983...201F221a6
0 ETH0.0045238914.42840888
Call On Extensio...162392792022-12-22 9:14:47609 days ago1671700487IN
0x746de983...201F221a6
0 ETH0.0037494711.74721701
Call On Extensio...162389732022-12-22 8:13:23609 days ago1671696803IN
0x746de983...201F221a6
0 ETH0.0036973312.35586589
Call On Extensio...162389622022-12-22 8:11:11609 days ago1671696671IN
0x746de983...201F221a6
0 ETH0.0038255812.63328782
Call On Extensio...161907622022-12-15 14:42:35615 days ago1671115355IN
0x746de983...201F221a6
0 ETH0.0052263318.8446986
Call On Extensio...161905252022-12-15 13:54:59615 days ago1671112499IN
0x746de983...201F221a6
0 ETH0.0052257318.51963095
Call On Extensio...161251352022-12-06 10:24:23625 days ago1670322263IN
0x746de983...201F221a6
0 ETH0.0024981213.83357106
View all transactions

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
141730702022-02-09 16:53:20924 days ago1644425600  Contract Creation0 ETH
Loading...
Loading

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

Contract Name:
ComptrollerProxy

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion
File 1 of 2 : ComptrollerProxy.sol
// SPDX-License-Identifier: GPL-3.0

/*
    This file is part of the Enzyme Protocol.

    (c) Enzyme Council <[email protected]>

    For the full license information, please view the LICENSE
    file that was distributed with this source code.
*/

pragma solidity 0.6.12;

import "../../../utils/NonUpgradableProxy.sol";

/// @title ComptrollerProxy Contract
/// @author Enzyme Council <[email protected]>
/// @notice A proxy contract for all ComptrollerProxy instances
contract ComptrollerProxy is NonUpgradableProxy {
    constructor(bytes memory _constructData, address _comptrollerLib)
        public
        NonUpgradableProxy(_constructData, _comptrollerLib)
    {}
}

File 2 of 2 : NonUpgradableProxy.sol
// SPDX-License-Identifier: GPL-3.0

/*
    This file is part of the Enzyme Protocol.

    (c) Enzyme Council <[email protected]>

    For the full license information, please view the LICENSE
    file that was distributed with this source code.
*/

pragma solidity 0.6.12;

/// @title NonUpgradableProxy Contract
/// @author Enzyme Council <[email protected]>
/// @notice A proxy contract for use with non-upgradable libs
/// @dev The recommended constructor-fallback pattern of a proxy in EIP-1822, updated for solc 0.6.12,
/// and using an immutable lib value to save on gas (since not upgradable).
/// The EIP-1967 storage slot for the lib is still assigned,
/// for ease of referring to UIs that understand the pattern, i.e., Etherscan.
abstract contract NonUpgradableProxy {
    address private immutable CONTRACT_LOGIC;

    constructor(bytes memory _constructData, address _contractLogic) public {
        CONTRACT_LOGIC = _contractLogic;

        assembly {
            // EIP-1967 slot: `bytes32(uint256(keccak256('eip1967.proxy.implementation')) - 1)`
            sstore(
                0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc,
                _contractLogic
            )
        }
        (bool success, bytes memory returnData) = _contractLogic.delegatecall(_constructData);
        require(success, string(returnData));
    }

    // solhint-disable-next-line no-complex-fallback
    fallback() external payable {
        address contractLogic = CONTRACT_LOGIC;

        assembly {
            calldatacopy(0x0, 0x0, calldatasize())
            let success := delegatecall(
                sub(gas(), 10000),
                contractLogic,
                0x0,
                calldatasize(),
                0,
                0
            )
            let retSz := returndatasize()
            returndatacopy(0, 0, retSz)
            switch success
                case 0 {
                    revert(0, retSz)
                }
                default {
                    return(0, retSz)
                }
        }
    }
}

Settings
{
  "optimizer": {
    "enabled": true,
    "runs": 200,
    "details": {
      "yul": false
    }
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "metadata": {
    "useLiteralContent": true
  },
  "libraries": {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"bytes","name":"_constructData","type":"bytes"},{"internalType":"address","name":"_comptrollerLib","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]

Deployed Bytecode

0x60806040527f00000000000000000000000003f7f3b8da875881206655d8099b9dacf721f1ef3660008037600080366000846127105a03f43d806000803e818015604857816000f35b816000fdfea2646970667358221220af3fa506b4585d3105feda3d44f2fc3c9f0ebf4c6a5e5924e3a86b53bce8828564736f6c634300060c0033

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.