FRAX Price: $1.01 (+3.72%)

Contract

0x61fF070AD105D5aa6d8F9eA21212CB574EeFCAd5

Overview

FRAX Balance | FXTL Balance

0 FRAX | 3 FXTL

FRAX Value

$0.00

Token Holdings

More Info

Private Name Tags

Multichain Info

No addresses found
Age:24H
Reset Filter

Transaction Hash
Block
From
To

There are no matching entries

1 Internal Transaction and 1 Token Transfer found.

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
216703282025-06-17 9:09:27221 days ago1750151367  Contract Creation0 FRAX

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