Contract Overview
Balance:
0 Ether
EtherValue:
$0.00
My Name Tag:
Not Available, login to update
Txn Hash | Method |
Block
|
From
|
To
|
Value | ||||
---|---|---|---|---|---|---|---|---|---|
0x199357fec99dc8531c4a95689d43041e6e09c787f33cff0e6709abcd18873031 | 0x60808060 | 976957 | 21 days 1 hr ago | 0x6f23d9e765fea90556ce152a4615a50488fc96b9 | IN | Create: UnsupportedProtocol | 0 Ether | 0.000233427 |
[ Download CSV Export ]
Contract Source Code Verified (Exact Match)
Contract Name:
UnsupportedProtocol
Compiler Version
v0.8.17+commit.8df45f5f
Optimization Enabled:
Yes with 1000000 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity ^0.8.17; /// @title Dummy contract that always reverts /// @notice Used as a placeholder to ensure reverts on attempted calls to protocols unsupported on a given chain contract UnsupportedProtocol { error UnsupportedProtocolError(); fallback() external { revert UnsupportedProtocolError(); } }
{ "remappings": [ "@openzeppelin/=node_modules/@openzeppelin/", "@uniswap/=node_modules/@uniswap/", "ds-test/=lib/forge-std/lib/ds-test/src/", "forge-gas-snapshot/=lib/permit2/lib/forge-gas-snapshot/src/", "forge-std/=lib/forge-std/src/", "openzeppelin-contracts/=lib/permit2/lib/openzeppelin-contracts/", "permit2/=lib/permit2/", "solmate/=lib/solmate/" ], "optimizer": { "enabled": true, "runs": 1000000 }, "metadata": { "bytecodeHash": "ipfs" }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "evmVersion": "london", "viaIR": true, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"name":"UnsupportedProtocolError","type":"error"},{"stateMutability":"nonpayable","type":"fallback"}]
Contract Creation Code
60808060405234601357606c908160198239f35b600080fdfe60808060405234603157807fea3559ef0000000000000000000000000000000000000000000000000000000060049252fd5b600080fdfea2646970667358221220c8e60ce3eb4841d5bac385d126fd55c2fa97cc4c4d2933e1ecc8186da6e360a564736f6c63430008110033
Make sure to use the "Vote Down" button for any spammy posts, and the "Vote Up" for interesting conversations.