Error encoding arguments: Error: invalid bytes8 value (arg=undefined, type="string", value="neo")
将neo转成16进制的就行了
You ed to convert the value in hex to be passed. neo is 0x6e656f in hex. If you try to pass '0x6e656f' it will work
Error encoding arguments: Error: invalid bytes8 value (arg=undefined, type="string", value="neo")
将neo转成16进制的就行了
You ed to convert the value in hex to be passed. neo is 0x6e656f in hex. If you try to pass '0x6e656f' it will work