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
}
}}
Submitted on: 2025-10-29 11:34:27
Comments
Log in to comment.
No comments yet.