ETH Price: $1,998.85 (+0.29%)

Contract

0xA634e5D1cC1a87eAB9ff93ECdcd0B1D62dCeef8B
 

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
Cast212375072024-11-21 17:10:23492 days ago1732209023IN
0xA634e5D1...62dCeef8B
0 ETH0.0017946616.68154413
Cast212375042024-11-21 17:09:47492 days ago1732208987IN
0xA634e5D1...62dCeef8B
0 ETH0.0022843216.80060232
Cast198600622024-05-13 9:00:35684 days ago1715590835IN
0xA634e5D1...62dCeef8B
0 ETH0.000819125.59132095
Cast195935172024-04-06 1:50:35722 days ago1712368235IN
0xA634e5D1...62dCeef8B
0 ETH0.00131412
Cast195935142024-04-06 1:49:59722 days ago1712368199IN
0xA634e5D1...62dCeef8B
0 ETH0.0011526711.40052754
Cast195935062024-04-06 1:48:11722 days ago1712368091IN
0xA634e5D1...62dCeef8B
0 ETH0.0113924112
Cast195935012024-04-06 1:47:11722 days ago1712368031IN
0xA634e5D1...62dCeef8B
0 ETH0.0194150712
Cast190498572024-01-20 18:26:11798 days ago1705775171IN
0xA634e5D1...62dCeef8B
0 ETH0.0257692115.87479041
Cast189198162024-01-02 12:52:11816 days ago1704199931IN
0xA634e5D1...62dCeef8B
0 ETH0.0014147518.91103784
Cast189197892024-01-02 12:46:47816 days ago1704199607IN
0xA634e5D1...62dCeef8B
0 ETH0.0202615617.78091833
Cast189197842024-01-02 12:45:47816 days ago1704199547IN
0xA634e5D1...62dCeef8B
0 ETH0.0018061818.31666408
Cast188926962023-12-29 17:23:59820 days ago1703870639IN
0xA634e5D1...62dCeef8B
0 ETH0.007211925
Cast181904232023-09-22 9:13:35918 days ago1695374015IN
0xA634e5D1...62dCeef8B
0 ETH0.0013099811.60909012
Cast181904202023-09-22 9:12:59918 days ago1695373979IN
0xA634e5D1...62dCeef8B
0 ETH0.0184913511.83880775
Cast178624142023-08-07 10:18:59964 days ago1691403539IN
0xA634e5D1...62dCeef8B
0 ETH0.002482522
Cast178624112023-08-07 10:18:23964 days ago1691403503IN
0xA634e5D1...62dCeef8B
0 ETH0.0299335923.92922893
Cast167190502023-02-27 10:51:111125 days ago1677495071IN
0xA634e5D1...62dCeef8B
0 ETH0.003901118
Cast167122202023-02-26 11:49:471126 days ago1677412187IN
0xA634e5D1...62dCeef8B
0 ETH0.0069898919.5636514
Cast167121782023-02-26 11:41:231126 days ago1677411683IN
0xA634e5D1...62dCeef8B
0 ETH0.0078170219.39814454
Cast167121742023-02-26 11:40:351126 days ago1677411635IN
0xA634e5D1...62dCeef8B
0 ETH0.0235974420.92927611
Cast167050872023-02-25 11:45:231127 days ago1677325523IN
0xA634e5D1...62dCeef8B
0 ETH0.0096495821
Cast166994812023-02-24 16:49:351128 days ago1677257375IN
0xA634e5D1...62dCeef8B
0 ETH0.0068007857
Cast166994732023-02-24 16:47:591128 days ago1677257279IN
0xA634e5D1...62dCeef8B
0 ETH0.0118278560.63045921
Cast160964152022-12-02 10:05:591212 days ago1669975559IN
0xA634e5D1...62dCeef8B
0 ETH0.0087095615.40967715
Transfer160964072022-12-02 10:04:231212 days ago1669975463IN
0xA634e5D1...62dCeef8B
0.05 ETH0.0003230713.59789954

Latest 4 internal transactions

Advanced mode:
Parent Transaction Hash Method Block
From
To
Transfer189198162024-01-02 12:52:11816 days ago1704199931
0xA634e5D1...62dCeef8B
0.05140623 ETH
Transfer189197892024-01-02 12:46:47816 days ago1704199607
0xA634e5D1...62dCeef8B
0.05140623 ETH
Deposit160964152022-12-02 10:05:591212 days ago1669975559
0xA634e5D1...62dCeef8B
0.05 ETH
0x3d602d80160769282022-11-29 16:46:231215 days ago1669740383  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

Minimal Proxy Contract for 0xfe02a32cbe0cb9ad9a945576a5bb53a3c123a3a3

Contract Name:
InstaAccountV2

Compiler Version
v0.7.0+commit.9e61f92b

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion

Contract Source Code (Solidity Standard Json-Input format)

// SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;

interface AccountImplementations {
    function getImplementation(bytes4 _sig) external view returns (address);
}

/**
 * @dev This abstract contract provides a fallback function that delegates all calls to another contract using the EVM
 * instruction `delegatecall`.
 */
contract InstaAccountV2 {

    AccountImplementations public immutable implementations;

    constructor(address _implementations) {
        implementations = AccountImplementations(_implementations);
    }

    /**
     * @dev Delegates the current call to `implementation`.
     * 
     * This function does not return to its internall call site, it will return directly to the external caller.
     */
    function _delegate(address implementation) internal {
        // solhint-disable-next-line no-inline-assembly
        assembly {
            // Copy msg.data. We take full control of memory in this inline assembly
            // block because it will not return to Solidity code. We overwrite the
            // Solidity scratch pad at memory position 0.
            calldatacopy(0, 0, calldatasize())

            // Call the implementation.
            // out and outsize are 0 because we don't know the size yet.
            let result := delegatecall(gas(), implementation, 0, calldatasize(), 0, 0)

            // Copy the returned data.
            returndatacopy(0, 0, returndatasize())

            switch result
            // delegatecall returns 0 on error.
            case 0 { revert(0, returndatasize()) }
            default { return(0, returndatasize()) }
        }
    }

    /**
     * @dev Delegates the current call to the address returned by Implementations registry.
     * 
     * This function does not return to its internall call site, it will return directly to the external caller.
     */
    function _fallback(bytes4 _sig) internal {
        address _implementation = implementations.getImplementation(_sig);
        require(_implementation != address(0), "InstaAccountV2: Not able to find _implementation");
        _delegate(_implementation);
    }

    /**
     * @dev Fallback function that delegates calls to the address returned by Implementations registry.
     */
    fallback () external payable {
        _fallback(msg.sig);
    }

    /**
     * @dev Fallback function that delegates calls to the address returned by Implementations registry.
     */
    receive () external payable {
        if (msg.sig != 0x00000000) {
            _fallback(msg.sig);
        }
    }
}

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

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"_implementations","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"implementations","outputs":[{"internalType":"contract AccountImplementations","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

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.