ETH Price: $3,991.10 (+2.44%)

Contract

0x3EB094735a8B1A14C2D013D5942F5d8d000F7304

Overview

ETH Balance

0 ETH

ETH Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Send Batch From1078706252023-08-06 16:40:27488 days ago1691340027IN
0x3EB09473...d000F7304
0.000715119029182 ETH0.0000867575970.0037227
Send Batch From1078705942023-08-06 16:39:25488 days ago1691339965IN
0x3EB09473...d000F7304
0.006586372512616 ETH0.0000862727490.00401965
Set Approval For...1078705872023-08-06 16:39:11488 days ago1691339951IN
0x3EB09473...d000F7304
0 ETH0.0000420922520.00418283
Set Phase1078653132023-08-06 13:43:23488 days ago1691329403IN
0x3EB09473...d000F7304
0 ETH0.0000347893310.00011163

Latest 3 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
1078706252023-08-06 16:40:27488 days ago1691340027
0x3EB09473...d000F7304
0.000715119029182 ETH
1078705942023-08-06 16:39:25488 days ago1691339965
0x3EB09473...d000F7304
0.006586372512616 ETH
1078652932023-08-06 13:42:43488 days ago1691329363  Contract Creation0 ETH

Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
OmniseaERC721PsiProxy

Compiler Version
v0.8.9+commit.e5eed63a

Optimization Enabled:
Yes with 1 runs

Other Settings:
default evmVersion
File 1 of 1 : OmniseaERC721PsiProxy.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

contract OmniseaERC721PsiProxy {
    address private _proxy;

    constructor(address proxy_) {
        _proxy = proxy_;
    }

    fallback() external payable {
        _delegate(_proxy);
    }

    receive() external payable {
        _delegate(_proxy);
    }

    function _delegate(address _proxyTo) internal {
        assembly {
            let ptr := mload(0x40)
            calldatacopy(ptr, 0, calldatasize())
            let result := delegatecall(gas(), _proxyTo, ptr, calldatasize(), 0, 0)
            let size := returndatasize()
            returndatacopy(ptr, 0, size)

            switch result
            case 0 { revert(ptr, size) }
            default { return(ptr, size) }
        }
    }
}

Settings
{
  "optimizer": {
    "enabled": true,
    "runs": 1
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "libraries": {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"proxy_","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"stateMutability":"payable","type":"receive"}]

608060405234801561001057600080fd5b5060405161011938038061011983398101604081905261002f91610054565b600080546001600160a01b0319166001600160a01b0392909216919091179055610084565b60006020828403121561006657600080fd5b81516001600160a01b038116811461007d57600080fd5b9392505050565b6087806100926000396000f3fe608060405236601d57600054601b906001600160a01b0316602d565b005b600054601b906001600160a01b03165b60405136600082376000803683855af43d806000843e818015604d578184f35b8184fdfea2646970667358221220fa8eabba1ac43a598649c5fe28ee08745f26f609c3dca50b8fc2e0a40f4ae5ef64736f6c63430008090033000000000000000000000000e58494aab1da7824a1e05cf73596e9b072f60295

Deployed Bytecode

0x608060405236601d57600054601b906001600160a01b0316602d565b005b600054601b906001600160a01b03165b60405136600082376000803683855af43d806000843e818015604d578184f35b8184fdfea2646970667358221220fa8eabba1ac43a598649c5fe28ee08745f26f609c3dca50b8fc2e0a40f4ae5ef64736f6c63430008090033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

000000000000000000000000e58494aab1da7824a1e05cf73596e9b072f60295

-----Decoded View---------------
Arg [0] : proxy_ (address): 0xe58494aAB1da7824A1e05cF73596e9b072F60295

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000e58494aab1da7824a1e05cf73596e9b072f60295


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
[ 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.