mega-evme 1.7.0

MegaETH executable EVM
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "description": "Calldata is passed to bytecode and echoed back via CALLDATACOPY + RETURN",
  "args": ["run", "--input", "0xdeadbeef", "0x366000600037366000f3"],
  "expected": {
    "success": true,
    "gas_used": 60726,
    "output": "0xdeadbeef",
    "logs_count": 0
  }
}