brBTCRate

Description:

Smart contract deployed on Ethereum with Factory features.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

{{
  "language": "Solidity",
  "sources": {
    "contracts/brBTCRate.sol": {
      "content": "// SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;

contract brBTCRate {
    // Function to get the rate, returning 1e8 (100,000,000)
    function getRate() public pure returns (uint256) {
        return 1e8;
    }
}
"
    }
  },
  "settings": {
    "remappings": [
      "@openzeppelin/contracts/=lib/OpenZeppelin/openzeppelin-contracts@4.8.3/contracts/",
      "@openzeppelin/contracts-upgradeable/=lib/OpenZeppelin/openzeppelin-contracts-upgradeable@4.8.3/contracts/",
      "ds-test/=lib/forge-std/lib/ds-test/src/",
      "forge-std/=lib/forge-std/src/",
      "OpenZeppelin/=lib/OpenZeppelin/"
    ],
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "metadata": {
      "useLiteralContent": false,
      "bytecodeHash": "ipfs"
    },
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "evmVersion": "london",
    "viaIR": false
  }
}}

Tags:
Factory|addr:0x665e4372438d980818d5078e6c5cf190939c24d9|verified:true|block:23682022|tx:0x69f0c193dd36f3187df1ad967a9f5efd4a52e50b39d3853c1cdf464bdd49776d|first_check:1761734067

Submitted on: 2025-10-29 11:34:27

Comments

Log in to comment.

No comments yet.