Ropsten exceeds block gas limit error

My tx:

transactionData=Array
(
[nonce] => 0x0a
[to] => 0xc2f990c84def900496ffb04c9838ad0bb25b0568
[gas] => 0x4c4b40
[gasPrice] => 0x03e365c700
[value] => 0x0
[chainId] => 3
[data] => 0xad8733ca00000000000000000000000036857d0d7de284755728c1ec0da241546db20f12000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000703f9037088a93853163aeaaed650f3e66ad7a4e000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000002cda5ee04a10000
)

Same code worked well some time ago.

It can be caused by network not in sync, according to this comment: https://ethereum.stackexchange.com/a/36936/34760

Hi @olegabr - welcome to the Infura community! Can you please send over the error message you’re getting to help us figure out what’s going on?

The error was “exceeds block gas limit” and now it is fixed. So, it was temporal and it makes me think that it was a node sync issue as suggested here: https://ethereum.stackexchange.com/a/36936/34760

Glad you figured it out! That does seem to make sense, and we do see that happen once in a while. Thanks for posting your resolution so others can reference it!

1 Like