{ "compiler": { "version": "0.8.21+commit.d9974bed" }, "language": "Solidity", "output": { "abi": [ { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "count", "type": "uint256" } ], "name": "Event", "type": "event" }, { "inputs": [], "name": "elevatorContract", "outputs": [ { "internalType": "contract Building", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "elevator_position", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "floor", "type": "uint256" } ], "name": "isLastFloor", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "addr", "type": "address" } ], "name": "run", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "top_floor", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" } ], "devdoc": { "kind": "dev", "methods": {}, "version": 1 }, "userdoc": { "kind": "user", "methods": {}, "version": 1 } }, "settings": { "compilationTarget": { "contracts/ethernaut/elevator.sol": "MyBuilding" }, "evmVersion": "shanghai", "libraries": {}, "metadata": { "bytecodeHash": "ipfs" }, "optimizer": { "enabled": false, "runs": 200 }, "remappings": [] }, "sources": { "contracts/ethernaut/elevator.sol": { "keccak256": "0xa29c2b6a1016480348fd4497ef6979d3ee4247d900cc6df168b690c6cb7e7e39", "license": "MIT", "urls": [ "bzz-raw://073ab7cd172514e67d52c8ce40a94a06c1398d85a86351095ede11c1ab4ee932", "dweb:/ipfs/QmcP6jQPo177gpSNp6SFVFzt6HRy2htrPVPLSRsu5tWvwj" ] } }, "version": 1 }