Error

警告!契約執行過程中遇到錯誤[已恢復,請有人幫我解決這個問題

  • July 21, 2018

我在 etherscan 上附加了連結程式碼。和錯誤程式碼也

錯誤: https ://etherscan.io/tx/0x90d0d39a127e0693066cbc9a8a42fab20250753ead52724ab1760d7b4b458009

程式碼: https ://etherscan.io/address/0xfecf0e91a193e8511ac83d8effda34ae4278f491#code

我認為問題出在此處(功能investInternal):

if(!earlyParticipantWhitelist[receiver].status) {
     throw;
}

接收者(buy方法的呼叫者),不在earlyParticipantWhitelist.

因此,交易恢復

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