Source Code (Proxy)
More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 1,057 transactions
| Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Set Approval For... | 144350684 | 18 days ago | IN | 0 ETH | 0.000000003387 | ||||
| Set Approval For... | 143419605 | 39 days ago | IN | 0 ETH | 0.000000068575 | ||||
| Set Approval For... | 143404757 | 39 days ago | IN | 0 ETH | 0.00000000473 | ||||
| Set Approval For... | 143404199 | 39 days ago | IN | 0 ETH | 0.0000000039 | ||||
| Set Approval For... | 142130966 | 69 days ago | IN | 0 ETH | 0.000000057959 | ||||
| Set Approval For... | 141998748 | 72 days ago | IN | 0 ETH | 0.000000001611 | ||||
| Set Approval For... | 141943546 | 73 days ago | IN | 0 ETH | 0.00000000469 | ||||
| Set Approval For... | 141943544 | 73 days ago | IN | 0 ETH | 0.000000004682 | ||||
| Set Approval For... | 141709477 | 79 days ago | IN | 0 ETH | 0.000000020656 | ||||
| Set Approval For... | 141166860 | 91 days ago | IN | 0 ETH | 0.000000008492 | ||||
| Set Approval For... | 140053433 | 117 days ago | IN | 0 ETH | 0.000000042987 | ||||
| Set Approval For... | 140015845 | 118 days ago | IN | 0 ETH | 0.000000039421 | ||||
| Set Approval For... | 136632412 | 196 days ago | IN | 0 ETH | 0.000000055496 | ||||
| Set Approval For... | 136590514 | 197 days ago | IN | 0 ETH | 0.000000037509 | ||||
| Set Approval For... | 136586645 | 197 days ago | IN | 0 ETH | 0.000000065123 | ||||
| Transfer From | 136465154 | 200 days ago | IN | 0 ETH | 0.000000055432 | ||||
| Set Approval For... | 136335765 | 203 days ago | IN | 0 ETH | 0.00000006915 | ||||
| Set Approval For... | 136335763 | 203 days ago | IN | 0 ETH | 0.000000070849 | ||||
| Set Approval For... | 135577369 | 221 days ago | IN | 0 ETH | 0.000000046084 | ||||
| Safe Transfer Fr... | 135009044 | 234 days ago | IN | 0 ETH | 0.000000099937 | ||||
| Set Approval For... | 134830312 | 238 days ago | IN | 0 ETH | 0.000000258932 | ||||
| Set Approval For... | 134383231 | 248 days ago | IN | 0 ETH | 0.000000149646 | ||||
| Set Approval For... | 133836000 | 261 days ago | IN | 0 ETH | 0.000000182056 | ||||
| Set Approval For... | 133630347 | 266 days ago | IN | 0 ETH | 0.000000014597 | ||||
| Set Approval For... | 133630343 | 266 days ago | IN | 0 ETH | 0.00000001458 |
Latest 1 internal transaction
Advanced mode:
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 113185478 | 739 days ago | Contract Creation | 0 ETH |
Cross-Chain Transactions
Loading...
Loading
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x05b32DA8...3bf25843E 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
Contract ABI
API[{"inputs":[{"internalType":"address","name":"proxy_","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
0x608060405234801561001057600080fd5b5060405161011938038061011983398101604081905261002f91610054565b600080546001600160a01b0319166001600160a01b0392909216919091179055610084565b60006020828403121561006657600080fd5b81516001600160a01b038116811461007d57600080fd5b9392505050565b6087806100926000396000f3fe608060405236601d57600054601b906001600160a01b0316602d565b005b600054601b906001600160a01b03165b60405136600082376000803683855af43d806000843e818015604d578184f35b8184fdfea2646970667358221220600f90c0e59ddffb769074d4cc74283ea59df1a89099816dd6169b248142b48764736f6c6343000809003300000000000000000000000083649299fe868b2427af8b51474a3b79cc5d5362
Deployed Bytecode
0x608060405236601d57600054601b906001600160a01b0316602d565b005b600054601b906001600160a01b03165b60405136600082376000803683855af43d806000843e818015604d578184f35b8184fdfea2646970667358221220600f90c0e59ddffb769074d4cc74283ea59df1a89099816dd6169b248142b48764736f6c63430008090033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 34 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
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.