Skip to content

Instantly share code, notes, and snippets.

View viraj124's full-sized avatar
💻
Blockchaining:)

Viraz Malhotra viraj124

💻
Blockchaining:)
View GitHub Profile
// SPDX-License-Identifier: MIT
pragma solidity 0.8.13;
import "./Car.sol";
// The strategy used to reach #5 (1486.41 ELO) in 0xMonaco
// https://twitter.com/0xBA5ED
// This contract contains bugs and has ineffecient gas usage, do not use it in production
contract BA5ED is Car {
uint256 internal constant PANIC_MODE_MOVES = 5;