Overview
ETH Balance
0 ETH
ETH Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 22 from a total of 22 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Set Approval For... | 12992180 | 261 days ago | IN | 0 ETH | 0.00000271 | ||||
Set Approval For... | 8853583 | 416 days ago | IN | 0 ETH | 0.0001498 | ||||
Safe Transfer Fr... | 8300870 | 446 days ago | IN | 0 ETH | 0.00014222 | ||||
Set Approval For... | 8280379 | 446 days ago | IN | 0 ETH | 0.00012252 | ||||
Set Approval For... | 8277826 | 446 days ago | IN | 0 ETH | 0.00010399 | ||||
Set Approval For... | 8251088 | 447 days ago | IN | 0 ETH | 0.00020592 | ||||
Safe Transfer Fr... | 8246169 | 447 days ago | IN | 0 ETH | 0.00012088 | ||||
Safe Transfer Fr... | 8244553 | 447 days ago | IN | 0 ETH | 0.00009837 | ||||
Set Approval For... | 8238563 | 447 days ago | IN | 0 ETH | 0.00010141 | ||||
Safe Transfer Fr... | 8236202 | 447 days ago | IN | 0 ETH | 0.0000963 | ||||
Safe Transfer Fr... | 8235966 | 447 days ago | IN | 0 ETH | 0.0001303 | ||||
Set Approval For... | 8233944 | 447 days ago | IN | 0 ETH | 0.00009523 | ||||
Set Approval For... | 8205183 | 448 days ago | IN | 0 ETH | 0.00012715 | ||||
Set Approval For... | 8204010 | 448 days ago | IN | 0 ETH | 0.00012715 | ||||
Set Approval For... | 8203437 | 448 days ago | IN | 0 ETH | 0.00012406 | ||||
Set Approval For... | 8186118 | 448 days ago | IN | 0 ETH | 0.00007374 | ||||
Pre Mint To Team | 8185489 | 448 days ago | IN | 0 ETH | 0.00225357 | ||||
Pre Mint To Team | 8185416 | 448 days ago | IN | 0 ETH | 0.0021062 | ||||
Pre Mint To Team | 8185378 | 448 days ago | IN | 0 ETH | 0.00211154 | ||||
Pre Mint To Team | 8185302 | 448 days ago | IN | 0 ETH | 0.00210716 | ||||
Pre Mint To Team | 8163952 | 449 days ago | IN | 0 ETH | 0.00142587 | ||||
Pre Mint To Team | 8163867 | 449 days ago | IN | 0 ETH | 0.0000657 |
Latest 1 internal transaction
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
8163850 | 449 days ago | Contract Creation | 0 ETH |
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0xE5860d9c...4DB9c37F7 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
OmniseaERC721PsiProxy
Compiler Version
v0.8.9+commit.e5eed63a
Optimization Enabled:
Yes with 1 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; 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) } } } }
{ "optimizer": { "enabled": true, "runs": 1 }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"proxy_","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"stateMutability":"payable","type":"receive"}]
Deployed Bytecode
0x608060405236601d57600054601b906001600160a01b0316602d565b005b600054601b906001600160a01b03165b60405136600082376000803683855af43d806000843e818015604d578184f35b8184fdfea2646970667358221220600f90c0e59ddffb769074d4cc74283ea59df1a89099816dd6169b248142b48764736f6c63430008090033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 31 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
[ 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.