modal('Publish To Storage','This contract may be abstract, may not implement an abstract parent\'s methods completely or not invoke an inherited contract\'s constructor correctly.')
modal('Publish To Storage','This contract may be abstract, it may not implement an abstract parent\'s methods completely or it may not invoke an inherited contract\'s constructor correctly.')
@ -143,7 +143,7 @@ export function ContractDropdownUI (props: ContractDropdownProps) {
constcreateInstance=(selectedContract,args)=>{
constcreateInstance=(selectedContract,args)=>{
if(selectedContract.bytecodeObject.length===0){
if(selectedContract.bytecodeObject.length===0){
returnprops.modal('Alert','This contract may be abstract, not implement an abstract parent\'s methods completely or not invoke an inherited contract\'s constructor correctly.','OK',()=>{})
returnprops.modal('Alert','This contract may be abstract, it may not implement an abstract parent\'s methods completely or it may not invoke an inherited contract\'s constructor correctly.','OK',()=>{})