發生 creation of ???? errored: transaction execution failed,但是又沒任何錯誤,該如何處理
用 Solidity remix 使用Javascript VM deploy 功能時發現已下錯誤時
但是compiler 都沒有錯誤,這時候通常是 合約已經寫了很長了但是 gas limt 設定太小了,我個人會在後面加上三個0 以確保是夠用的 , 反正Javascript VM 也不會損失什麼XD
設定如下
creation of BullsAndCows pending...[vm]from:0xca3...a733cto:BullsAndCows.(constructor)value:0 weidata:0x608...a0029logs:0hash:0xf18...0d95ccreation of BullsAndCows errored: transaction execution failed
但是compiler 都沒有錯誤,這時候通常是 合約已經寫了很長了但是 gas limt 設定太小了,我個人會在後面加上三個0 以確保是夠用的 , 反正Javascript VM 也不會損失什麼XD
設定如下
留言
張貼留言