contractaddress
0x2A1D1C87d18dd13d7a1e91A42C9fFEc486EB6433
sourceCode
// SPDX-License-Identifier: MIT
// compiler version must be greater than or equal to 0.8.10 and less than 0.9.0
pragma solidity ^0.8.10;
contract HelloWorld {
string public greet = "Hello World!";
}
constructorArguments
// for contracts that were created with constructor parameters, using ABI encoding.
codeformat
// solidity-single-file | solidity-standard-json-input
evmversion
// shangai for the latest version, otherwise choose from the older versions
optimizationUsed
// use 0 for no optimization, and 1 if optimization was used