0

I'm testing this simple contract. All the functions works well, but when I call the kill() function I'm getting this error:

callback contain no result Error: Error: base fee exceeds gas limit

I'm using Metamask (and testrpc).

Thanks in advance. enter image description here

EDIT

I tried also with the greeter example , but I'm getting the same error.

3
  • I'm not sure if this is causing the issue, but you don't need to declare the variable owner in Test since it inherits it from Owned. Commented Jul 11, 2017 at 20:38
  • Hi! I tried withouth the modifer onlyOwner, but have the same issue. Thanks the same for the clarification Commented Jul 11, 2017 at 21:48
  • Have you tried just increasing the gas limit field? Sometimes remix can be wonky with stuff like that Commented Jul 13, 2017 at 19:33

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.