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
### Keybase proof | |
I hereby claim: | |
* I am dnzdlklc on github. | |
* I am dnzdlklc (https://keybase.io/dnzdlklc) on keybase. | |
* I have a public key ASDC-8NquzVHbT6DLPPo-HTM0wxLve34OGz7I_Lje_kVngo | |
To claim this, I am signing this object: |
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 |