Solidity

獲取錯誤:錯誤編碼參數:SyntaxError:位置 47 處 JSON 中的意外數字

  • January 25, 2019

在 Remix 上使用 Solidity 開發智能合約時,創建合約後,我嘗試呼叫函式 setGrantAddress:

mapping (address => uint256) public balanceOf; 但是當我要求setGrantAddress地址時["0x14723a09acff6d2a60dcdf7aa4aff308fddc160c,"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"]

錯誤為 —>處理 PublicAddress.setGrantAddress 錯誤:錯誤編碼參數:SyntaxError:位置 47 處 JSON 中的意外數字。

知道如何正確呼叫 setGrantAddress 嗎? 在此處輸入圖像描述

程式碼連結:-無法輸入地址$$ $$混音中的參數

檢查您的參數,您"在第一個地址的末尾缺少,因此出現錯誤。

引用自:https://ethereum.stackexchange.com/questions/66112