This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openrpc": "1.0.0-rc1", | |
| "info": { | |
| "title": "Lumia zkEVM Endpoints", | |
| "version": "2.0.0" | |
| }, | |
| "methods": [ | |
| { | |
| "name": "zkevm_consolidatedBlockNumber", | |
| "summary": "Returns the latest block number that is connected to the latest batch verified.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pragma solidity ^0.8.0; | |
| import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; | |
| import "@openzeppelin/contracts/access/Ownable.sol"; | |
| import "./interfaces/ILocker.sol"; | |
| import "./interfaces/IVoter.sol"; | |
| contract EmissionsDepositor is Ownable { | |
| IERC20 public token; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0x37D02eA96CA0Aa8e8c809537f5222804fB17b822 |