Smart Contract Fees
// pragma solidity ^0.8.0;
contract HelloNewWorld {
function helloWorld() public view returns(string memory) {
return("Hello World!");
}
}

Last updated
// pragma solidity ^0.8.0;
contract HelloNewWorld {
function helloWorld() public view returns(string memory) {
return("Hello World!");
}
}
Last updated