ETH Price: $2,915.56 (-3.78%)
Gas: 1 Gwei

Contract

0xa8e5D3a2E2052bea7f10bE6a0386454b721d1f9F
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Value
0x60806040200157712024-06-04 3:28:2334 days ago1717471703IN
 Create: TierRouter
0 ETH0.000548145.90599341

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
TierRouter

Compiler Version
v0.8.24+commit.e11b9ed9

Optimization Enabled:
Yes with 200 runs

Other Settings:
cancun EvmVersion
File 1 of 2 : TierRouter.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;

import "./ITierRouter.sol";

/// @title TierRouter
/// @dev Labeled in AddressResolver as "tier_router"
/// @custom:security-contact [email protected]
contract TierRouter is ITierRouter {
    /// @inheritdoc ITierRouter
    function getProvider(uint256 /*_blockId*/ ) external pure returns (address) {
        return 0x4cffe56C947E26D07C14020499776DB3e9AE3a23;
    }
}

File 2 of 2 : ITierRouter.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;

/// @title ITierRouter
/// @notice Defines interface to return an ITierProvider
/// @custom:security-contact [email protected]
interface ITierRouter {
    /// @dev Returns the address of the TierProvider for a given block.
    /// @param blockId ID of the block.
    /// @return The address of the corresponding TierProvider.
    function getProvider(uint256 blockId) external view returns (address);
}

Settings
{
  "remappings": [
    "@openzeppelin/contracts-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/",
    "@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/",
    "solady/=node_modules/solady/",
    "forge-std/=node_modules/forge-std/",
    "ds-test/=node_modules/ds-test/src/",
    "p256-verifier/=node_modules/p256-verifier/"
  ],
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "metadata": {
    "useLiteralContent": false,
    "bytecodeHash": "ipfs",
    "appendCBOR": true
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "evmVersion": "cancun",
  "viaIR": false,
  "libraries": {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"getProvider","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"pure","type":"function"}]

608060405234801561000f575f80fd5b5060b68061001c5f395ff3fe6080604052348015600e575f80fd5b50600436106026575f3560e01c80635c42d07914602a575b5f80fd5b604e6035366004606a565b50734cffe56c947e26d07c14020499776db3e9ae3a2390565b6040516001600160a01b03909116815260200160405180910390f35b5f602082840312156079575f80fd5b503591905056fea2646970667358221220e55cc07dce9beb62a517e24eeead6702ec81c8627ab019f743d5019b11dc243b64736f6c63430008180033

Deployed Bytecode

0x6080604052348015600e575f80fd5b50600436106026575f3560e01c80635c42d07914602a575b5f80fd5b604e6035366004606a565b50734cffe56c947e26d07c14020499776db3e9ae3a2390565b6040516001600160a01b03909116815260200160405180910390f35b5f602082840312156079575f80fd5b503591905056fea2646970667358221220e55cc07dce9beb62a517e24eeead6702ec81c8627ab019f743d5019b11dc243b64736f6c63430008180033

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
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.