Description:
Smart contract deployed on Ethereum with Factory features.
Blockchain: Ethereum
Source Code: View Code On The Blockchain
Solidity Source Code:
{{
"language": "Solidity",
"sources": {
"src/EmptyContract.sol": {
"content": "// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract EmptyContract {
}
"
}
},
"settings": {
"optimizer": {
"enabled": true,
"runs": 200
},
"remappings": [
"openzeppelin-contracts/=lib/openzeppelin-contracts/",
"openzeppelin/=lib/openzeppelin-contracts/contracts/"
],
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
}
}
}}
Submitted on: 2025-10-10 19:35:35
Comments
Log in to comment.
No comments yet.