Home > Blockchain >  Want to deploy intelligent error problem in the contract
Want to deploy intelligent error problem in the contract

Time:09-24

In want to deploy contracts in parameter when the error, how to input parameters to legal? There are times before input parameter types are bytes8 also error,

CodePudding user response:

Do you mean "invalid address" this error?
Obviously, this parameter need to fill out an etheric fang account address (20 bytes), generally we see are hexadecimal string, such as: 0 xca35b7d915458ef540ade6068dfe2f44e8fa733c

In want to:
1. If you use the built-in running Environment (Environment=JavaScript VM), then you can use it directly provide Account (see: Run TAB - the Account list)
2. If you want through local or remote etheric fang nodes connected the RPC service, then you can use the node on the Account (also, want to automatically retrieve and display in the Account list)

Want to provide the duplicate Account address button, see the Account list on the right side,

CodePudding user response:

Address is not the problem, the account can not fill in, is several other parameters format is not legal Error encoding the arguments: Error: invalid address (arg="" type=" string ", val

CodePudding user response:

reference 1st floor fei_qihang response:
do you mean "invalid address" this error?
Obviously, this parameter need to fill out an etheric fang account address (20 bytes), generally we see are hexadecimal string, such as: 0 xca35b7d915458ef540ade6068dfe2f44e8fa733c

In want to:
1. If you use the built-in running Environment (Environment=JavaScript VM), then you can use it directly provide Account (see: Run TAB - the Account list)
2. If you want through local or remote etheric fang nodes connected the RPC service, then you can use the node on the Account (also, want to automatically retrieve and display in the Account list)

Want to provide the duplicate Account address button, see the Account list on the right side,
yes, I just fill out an address can be compiled, but if I don't fill in the address, can't

CodePudding user response:

The address is centrailMiniter parameters?
This parameter has been declared, belong to mandatory,
You don't fill in, is introduced into an empty string parameters, natural complains,

CodePudding user response:

Know, crab crab

CodePudding user response:

Hello, I have a little problem consult a great god: I use this app # CSDN# discovered have technical content of the blog, friends to seek common to "questions about the etheric fang intelligent contract", gathered together at https://bbs.csdn.net/topics/392517618
  • Related