CELO Price: $0.12 (-0.89%)
Gas: 25 GWei

Contract

0x61fF070AD105D5aa6d8F9eA21212CB574EeFCAd5

Overview

CELO Balance

Celo Mainnet LogoCelo Mainnet LogoCelo Mainnet Logo0 CELO

CELO Value

$0.00

More Info

Private Name Tags

Multichain Info

Transaction Hash
Block
From
To

There are no matching entries

1 Internal Transaction found.

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
382506932025-06-17 9:10:51221 days ago1750151451  Contract Creation0 CELO

Cross-Chain Transactions
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
UnsupportedProtocol

Compiler Version
v0.8.29+commit.ab55807c

Optimization Enabled:
Yes with 20000 runs

Other Settings:
cancun EvmVersion

Contract Source Code (Solidity Standard Json-Input format)

File 1 of 1 : UnsupportedProtocol.sol
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.24;

/// @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();
    }
}

Settings
{
  "remappings": [
    "solmate/=lib/solmate/",
    "permit2/=lib/permit2/",
    "forge-std/=lib/forge-std/src/",
    "@uniswap/v3-core/=node_modules/@uniswap/v3-core/",
    "@uniswap/v2-core/=node_modules/@uniswap/v2-core/",
    "@uniswap/v3-periphery/=lib/v3-periphery/",
    "@uniswap/v4-periphery/=lib/uniswap-v4-periphery/",
    "@hyperlane/=node_modules/@hyperlane-xyz/",
    "@hyperlane-updated/=lib/hyperlane-monorepo/solidity/",
    "@openzeppelin/contracts-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/",
    "node_modules/@hyperlane-xyz/:@openzeppelin/contracts/=node_modules/@hyperlane-xyz/core/node_modules/@openzeppelin/contracts/",
    "lib/hyperlane-monorepo/solidity/:@openzeppelin/contracts/=node_modules/@hyperlane-xyz/core/node_modules/@openzeppelin/contracts/",
    "@openzeppelin/contracts/=lib/uniswap-v4-periphery/lib/uniswap-v4-core/lib/openzeppelin-contracts/contracts/",
    "@ensdomains/=lib/uniswap-v4-periphery/lib/uniswap-v4-core/node_modules/@ensdomains/",
    "@uniswap/v4-core/=lib/uniswap-v4-periphery/lib/uniswap-v4-core/",
    "ds-test/=lib/solmate/lib/ds-test/src/",
    "erc4626-tests/=lib/uniswap-v4-periphery/lib/uniswap-v4-core/lib/openzeppelin-contracts/lib/erc4626-tests/",
    "forge-gas-snapshot/=lib/permit2/lib/forge-gas-snapshot/src/",
    "fx-portal/=lib/hyperlane-monorepo/solidity/lib/fx-portal/contracts/",
    "hardhat/=lib/uniswap-v4-periphery/lib/uniswap-v4-core/node_modules/hardhat/",
    "hyperlane-monorepo/=lib/hyperlane-monorepo/",
    "openzeppelin-contracts/=lib/permit2/lib/openzeppelin-contracts/",
    "uniswap-v4-core/=lib/uniswap-v4-periphery/lib/uniswap-v4-core/src/",
    "uniswap-v4-periphery/=lib/uniswap-v4-periphery/",
    "v3-periphery/=lib/v3-periphery/contracts/"
  ],
  "optimizer": {
    "enabled": true,
    "runs": 20000,
    "details": {
      "constantOptimizer": true,
      "yul": true
    }
  },
  "metadata": {
    "useLiteralContent": false,
    "bytecodeHash": "ipfs",
    "appendCBOR": true
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "evmVersion": "cancun",
  "viaIR": true,
  "libraries": {}
}

Contract Security Audit

Contract ABI

API
[{"inputs":[],"name":"UnsupportedProtocolError","type":"error"},{"stateMutability":"nonpayable","type":"fallback"}]

608080604052346013576065908160188239f35b5f80fdfe34602b577fea3559ef000000000000000000000000000000000000000000000000000000005f5260045ffd5b5f80fdfea26469706673582212205ea8e7a1ca9146a1c0d6db3034fbee906c109ecf9ad9742cabe7ec00499ee6be64736f6c634300081d0033

Deployed Bytecode

0x34602b577fea3559ef000000000000000000000000000000000000000000000000000000005f5260045ffd5b5f80fdfea26469706673582212205ea8e7a1ca9146a1c0d6db3034fbee906c109ecf9ad9742cabe7ec00499ee6be64736f6c634300081d0033

Block Transaction Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
0x61fF070AD105D5aa6d8F9eA21212CB574EeFCAd5
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ 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.