Cryo Explorer Ethereum Mainnet

Address Contract Partially Verified

Address 0x1B926fBB24A9F78DCDd3272f2d86F5D0660E59c0
Balance 0 ETH
Nonce 18
Code Size 153 bytes
Indexed Transactions 0
External Etherscan · Sourcify

Contract Bytecode

153 bytes
0x60a06020601f369081018290049091028201604052608081815260009260609284918190838280828437600092018290525084519495509392505060208401905034f5604080516001600160a01b0383168152905191935081900360200190a0505000fea26469706673582212205a310755225e3c740b2f013fb6343f4c205e7141fcdf15947f5f0e0e818727fb64736f6c634300060a0033

Verified Source Code Partial Match

Compiler: v0.6.10+commit.00c0fcaf EVM: istanbul Optimization: Yes (200 runs)
NanoUniversalDeployer.sol 13 lines
//
// by Agustin Aguilar <[email protected]>
//
contract NanoUniversalDeployer {
    event Deploy(address _addr) anonymous;

    fallback() external payable {
        address addr;
        bytes memory code = msg.data;
        assembly { addr := create2(callvalue(), add(code, 32), mload(code), 0) }
        emit Deploy(addr);
    }
}

Recent Transactions

No transactions found for this address