我正在尝试部署OpenZeppelin PaymentSplitter.sol,但在 Remix 中出现以下错误:
creation of PaymentSplitter errored: Error encoding arguments: Error: expected array value (arg="", coderType="array", type="string", value="0x075e829D8420786210b728df8D75CE2E5375A57a")
我试过通过:
"0x075e829D8420786210b728df8D75CE2E5375A57a",10 (I believe this should the correct way)
"0x075e829D8420786210b728df8D75CE2E5375A57a", 10
0x075e829D8420786210b728df8D75CE2E5375A57a,10
"0x075e829D8420786210b728df8D75CE2E5375A57a", "10"
但每一个都会产生相同的错误。
任何人都可以解释为什么这不起作用吗?
提前致谢