406 lines
65 KiB
JSON
406 lines
65 KiB
JSON
{
|
|
"address": "0x775d7Dbc06835c78437C8783fE11937E46F9ec6e",
|
|
"abi": [
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "_cec",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "address",
|
|
"name": "_esCec",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "address",
|
|
"name": "_stakedCecTracker",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "address",
|
|
"name": "_cecVester",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"stateMutability": "nonpayable",
|
|
"type": "constructor"
|
|
},
|
|
{
|
|
"anonymous": false,
|
|
"inputs": [
|
|
{
|
|
"indexed": false,
|
|
"internalType": "address",
|
|
"name": "account",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"indexed": false,
|
|
"internalType": "address",
|
|
"name": "token",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"indexed": false,
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "StakeCec",
|
|
"type": "event"
|
|
},
|
|
{
|
|
"anonymous": false,
|
|
"inputs": [
|
|
{
|
|
"indexed": false,
|
|
"internalType": "address",
|
|
"name": "account",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"indexed": false,
|
|
"internalType": "address",
|
|
"name": "token",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"indexed": false,
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "UnstakeCec",
|
|
"type": "event"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address[]",
|
|
"name": "_accounts",
|
|
"type": "address[]"
|
|
},
|
|
{
|
|
"internalType": "uint256[]",
|
|
"name": "_amounts",
|
|
"type": "uint256[]"
|
|
}
|
|
],
|
|
"name": "batchStakeCecForAccount",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "cec",
|
|
"outputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "cecVester",
|
|
"outputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "claim",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "esCec",
|
|
"outputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "gov",
|
|
"outputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "bool",
|
|
"name": "_shouldClaimCec",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"internalType": "bool",
|
|
"name": "_shouldStakeCec",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"internalType": "bool",
|
|
"name": "_shouldClaimEsCec",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"internalType": "bool",
|
|
"name": "_shouldStakeEsCec",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"name": "handleRewards",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "_gov",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "setGov",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "_amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "stakeCec",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "_account",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "_amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "stakeCecForAccount",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "_amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "stakeEsCec",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "stakedCecTracker",
|
|
"outputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "_amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "unstakeCec",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "_amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "unstakeEsCec",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "_token",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "address",
|
|
"name": "_account",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "_amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "withdrawToken",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
}
|
|
],
|
|
"transactionHash": "0xe8862dbb54901ea831b2a37a1a2a8dbc8306cb34b9bf43d7f6665f1c3a34ed3e",
|
|
"receipt": {
|
|
"to": null,
|
|
"from": "0x50A8e60041A206AcaA5F844a1104896224be6F39",
|
|
"contractAddress": "0x775d7Dbc06835c78437C8783fE11937E46F9ec6e",
|
|
"transactionIndex": 0,
|
|
"gasUsed": "1036133",
|
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"blockHash": "0x2b30f259ee2e72b9987ce33377eb3637c008e8372d7a0230c0b8cb027539aabd",
|
|
"transactionHash": "0xe8862dbb54901ea831b2a37a1a2a8dbc8306cb34b9bf43d7f6665f1c3a34ed3e",
|
|
"logs": [],
|
|
"blockNumber": 43545413,
|
|
"cumulativeGasUsed": "1036133",
|
|
"status": 1,
|
|
"byzantium": true
|
|
},
|
|
"args": [
|
|
"0xe34c5ea0c3083d11a735dc0609533b92130319f5",
|
|
"0x1FbA3F84e62163069050f1156b73C008722136A3",
|
|
"0x3299431803704C63941531d9d894CB095D15C4bC",
|
|
"0x49dcb6Ba542374147278efe9163a6E94e5E40762"
|
|
],
|
|
"numDeployments": 1,
|
|
"solcInputHash": "97451620892e0f98db18b69f812fe0de",
|
|
"metadata": "{\"compiler\":{\"version\":\"0.8.19+commit.7dd6d404\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_cec\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_esCec\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_stakedCecTracker\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_cecVester\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"StakeCec\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"UnstakeCec\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"_accounts\",\"type\":\"address[]\"},{\"internalType\":\"uint256[]\",\"name\":\"_amounts\",\"type\":\"uint256[]\"}],\"name\":\"batchStakeCecForAccount\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"cec\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"cecVester\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"claim\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"esCec\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"gov\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bool\",\"name\":\"_shouldClaimCec\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"_shouldStakeCec\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"_shouldClaimEsCec\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"_shouldStakeEsCec\",\"type\":\"bool\"}],\"name\":\"handleRewards\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_gov\",\"type\":\"address\"}],\"name\":\"setGov\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"stakeCec\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"stakeCecForAccount\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"stakeEsCec\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"stakedCecTracker\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"unstakeCec\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"unstakeEsCec\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"withdrawToken\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/staking/RewardRouter.sol\":\"RewardRouter\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[],\"viaIR\":true},\"sources\":{\"@openzeppelin/contracts/security/ReentrancyGuard.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (security/ReentrancyGuard.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Contract module that helps prevent reentrant calls to a function.\\n *\\n * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier\\n * available, which can be applied to functions to make sure there are no nested\\n * (reentrant) calls to them.\\n *\\n * Note that because there is a single `nonReentrant` guard, functions marked as\\n * `nonReentrant` may not call one another. This can be worked around by making\\n * those functions `private`, and then adding `external` `nonReentrant` entry\\n * points to them.\\n *\\n * TIP: If you would like to learn more about reentrancy and alternative ways\\n * to protect against it, check out our blog post\\n * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].\\n */\\nabstract contract ReentrancyGuard {\\n // Booleans are more expensive than uint256 or any type that takes up a full\\n // word because each write operation emits an extra SLOAD to first read the\\n // slot's contents, replace the bits taken up by the boolean, and then write\\n // back. This is the compiler's defense against contract upgrades and\\n // pointer aliasing, and it cannot be disabled.\\n\\n // The values being non-zero value makes deployment a bit more expensive,\\n // but in exchange the refund on every call to nonReentrant will be lower in\\n // amount. Since refunds are capped to a percentage of the total\\n // transaction's gas, it is best to keep them low in cases like this one, to\\n // increase the likelihood of the full refund coming into effect.\\n uint256 private constant _NOT_ENTERED = 1;\\n uint256 private constant _ENTERED = 2;\\n\\n uint256 private _status;\\n\\n constructor() {\\n _status = _NOT_ENTERED;\\n }\\n\\n /**\\n * @dev Prevents a contract from calling itself, directly or indirectly.\\n * Calling a `nonReentrant` function from another `nonReentrant`\\n * function is not supported. It is possible to prevent this from happening\\n * by making the `nonReentrant` function external, and making it call a\\n * `private` function that does the actual work.\\n */\\n modifier nonReentrant() {\\n _nonReentrantBefore();\\n _;\\n _nonReentrantAfter();\\n }\\n\\n function _nonReentrantBefore() private {\\n // On the first call to nonReentrant, _status will be _NOT_ENTERED\\n require(_status != _ENTERED, \\\"ReentrancyGuard: reentrant call\\\");\\n\\n // Any calls to nonReentrant after this point will fail\\n _status = _ENTERED;\\n }\\n\\n function _nonReentrantAfter() private {\\n // By storing the original value once again, a refund is triggered (see\\n // https://eips.ethereum.org/EIPS/eip-2200)\\n _status = _NOT_ENTERED;\\n }\\n\\n /**\\n * @dev Returns true if the reentrancy guard is currently set to \\\"entered\\\", which indicates there is a\\n * `nonReentrant` function in the call stack.\\n */\\n function _reentrancyGuardEntered() internal view returns (bool) {\\n return _status == _ENTERED;\\n }\\n}\\n\",\"keccak256\":\"0xa535a5df777d44e945dd24aa43a11e44b024140fc340ad0dfe42acf4002aade1\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (token/ERC20/extensions/IERC20Permit.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\\n * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\\n *\\n * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\\n * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't\\n * need to send a transaction, and thus is not required to hold Ether at all.\\n *\\n * ==== Security Considerations\\n *\\n * There are two important considerations concerning the use of `permit`. The first is that a valid permit signature\\n * expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be\\n * considered as an intention to spend the allowance in any specific way. The second is that because permits have\\n * built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should\\n * take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be\\n * generally recommended is:\\n *\\n * ```solidity\\n * function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {\\n * try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}\\n * doThing(..., value);\\n * }\\n *\\n * function doThing(..., uint256 value) public {\\n * token.safeTransferFrom(msg.sender, address(this), value);\\n * ...\\n * }\\n * ```\\n *\\n * Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of\\n * `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also\\n * {SafeERC20-safeTransferFrom}).\\n *\\n * Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so\\n * contracts should have entry points that don't rely on permit.\\n */\\ninterface IERC20Permit {\\n /**\\n * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,\\n * given ``owner``'s signed approval.\\n *\\n * IMPORTANT: The same issues {IERC20-approve} has related to transaction\\n * ordering also apply here.\\n *\\n * Emits an {Approval} event.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n * - `deadline` must be a timestamp in the future.\\n * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`\\n * over the EIP712-formatted function arguments.\\n * - the signature must use ``owner``'s current nonce (see {nonces}).\\n *\\n * For more information on the signature format, see the\\n * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP\\n * section].\\n *\\n * CAUTION: See Security Considerations above.\\n */\\n function permit(\\n address owner,\\n address spender,\\n uint256 value,\\n uint256 deadline,\\n uint8 v,\\n bytes32 r,\\n bytes32 s\\n ) external;\\n\\n /**\\n * @dev Returns the current nonce for `owner`. This value must be\\n * included whenever a signature is generated for {permit}.\\n *\\n * Every successful call to {permit} increases ``owner``'s nonce by one. This\\n * prevents a signature from being used multiple times.\\n */\\n function nonces(address owner) external view returns (uint256);\\n\\n /**\\n * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\\n */\\n // solhint-disable-next-line func-name-mixedcase\\n function DOMAIN_SEPARATOR() external view returns (bytes32);\\n}\\n\",\"keccak256\":\"0xb264c03a3442eb37a68ad620cefd1182766b58bee6cec40343480392d6b14d69\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.3) (token/ERC20/utils/SafeERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20.sol\\\";\\nimport \\\"../extensions/IERC20Permit.sol\\\";\\nimport \\\"../../../utils/Address.sol\\\";\\n\\n/**\\n * @title SafeERC20\\n * @dev Wrappers around ERC20 operations that throw on failure (when the token\\n * contract returns false). Tokens that return no value (and instead revert or\\n * throw on failure) are also supported, non-reverting calls are assumed to be\\n * successful.\\n * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,\\n * which allows you to call the safe operations as `token.safeTransfer(...)`, etc.\\n */\\nlibrary SafeERC20 {\\n using Address for address;\\n\\n /**\\n * @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeTransfer(IERC20 token, address to, uint256 value) internal {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));\\n }\\n\\n /**\\n * @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the\\n * calling contract. If `token` returns no value, non-reverting calls are assumed to be successful.\\n */\\n function safeTransferFrom(IERC20 token, address from, address to, uint256 value) internal {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));\\n }\\n\\n /**\\n * @dev Deprecated. This function has issues similar to the ones found in\\n * {IERC20-approve}, and its usage is discouraged.\\n *\\n * Whenever possible, use {safeIncreaseAllowance} and\\n * {safeDecreaseAllowance} instead.\\n */\\n function safeApprove(IERC20 token, address spender, uint256 value) internal {\\n // safeApprove should only be called when setting an initial allowance,\\n // or when resetting it to zero. To increase and decrease it, use\\n // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'\\n require(\\n (value == 0) || (token.allowance(address(this), spender) == 0),\\n \\\"SafeERC20: approve from non-zero to non-zero allowance\\\"\\n );\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));\\n }\\n\\n /**\\n * @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal {\\n uint256 oldAllowance = token.allowance(address(this), spender);\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance + value));\\n }\\n\\n /**\\n * @dev Decrease the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeDecreaseAllowance(IERC20 token, address spender, uint256 value) internal {\\n unchecked {\\n uint256 oldAllowance = token.allowance(address(this), spender);\\n require(oldAllowance >= value, \\\"SafeERC20: decreased allowance below zero\\\");\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance - value));\\n }\\n }\\n\\n /**\\n * @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval\\n * to be set to zero before setting it to a non-zero value, such as USDT.\\n */\\n function forceApprove(IERC20 token, address spender, uint256 value) internal {\\n bytes memory approvalCall = abi.encodeWithSelector(token.approve.selector, spender, value);\\n\\n if (!_callOptionalReturnBool(token, approvalCall)) {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, 0));\\n _callOptionalReturn(token, approvalCall);\\n }\\n }\\n\\n /**\\n * @dev Use a ERC-2612 signature to set the `owner` approval toward `spender` on `token`.\\n * Revert on invalid signature.\\n */\\n function safePermit(\\n IERC20Permit token,\\n address owner,\\n address spender,\\n uint256 value,\\n uint256 deadline,\\n uint8 v,\\n bytes32 r,\\n bytes32 s\\n ) internal {\\n uint256 nonceBefore = token.nonces(owner);\\n token.permit(owner, spender, value, deadline, v, r, s);\\n uint256 nonceAfter = token.nonces(owner);\\n require(nonceAfter == nonceBefore + 1, \\\"SafeERC20: permit did not succeed\\\");\\n }\\n\\n /**\\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\\n * on the return value: the return value is optional (but if data is returned, it must not be false).\\n * @param token The token targeted by the call.\\n * @param data The call data (encoded using abi.encode or one of its variants).\\n */\\n function _callOptionalReturn(IERC20 token, bytes memory data) private {\\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\\n // we're implementing it ourselves. We use {Address-functionCall} to perform this call, which verifies that\\n // the target address contains contract code and also asserts for success in the low-level call.\\n\\n bytes memory returndata = address(token).functionCall(data, \\\"SafeERC20: low-level call failed\\\");\\n require(returndata.length == 0 || abi.decode(returndata, (bool)), \\\"SafeERC20: ERC20 operation did not succeed\\\");\\n }\\n\\n /**\\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\\n * on the return value: the return value is optional (but if data is returned, it must not be false).\\n * @param token The token targeted by the call.\\n * @param data The call data (encoded using abi.encode or one of its variants).\\n *\\n * This is a variant of {_callOptionalReturn} that silents catches all reverts and returns a bool instead.\\n */\\n function _callOptionalReturnBool(IERC20 token, bytes memory data) private returns (bool) {\\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\\n // we're implementing it ourselves. We cannot use {Address-functionCall} here since this should return false\\n // and not revert is the subcall reverts.\\n\\n (bool success, bytes memory returndata) = address(token).call(data);\\n return\\n success && (returndata.length == 0 || abi.decode(returndata, (bool))) && Address.isContract(address(token));\\n }\\n}\\n\",\"keccak256\":\"0xabefac93435967b4d36a4fabcbdbb918d1f0b7ae3c3d85bc30923b326c927ed1\",\"license\":\"MIT\"},\"@openzeppelin/contracts/utils/Address.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary Address {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].\\n *\\n * IMPORTANT: because control is transferred to `recipient`, care must be\\n * taken to not create reentrancy vulnerabilities. Consider using\\n * {ReentrancyGuard} or the\\n * https://solidity.readthedocs.io/en/v0.8.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x006dd67219697fe68d7fbfdea512e7c4cb64a43565ed86171d67e844982da6fa\",\"license\":\"MIT\"},\"contracts/core/Governable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\npragma solidity 0.8.19;\\n\\ncontract Governable {\\n address public gov;\\n\\n constructor() {\\n gov = msg.sender;\\n }\\n\\n modifier onlyGov() {\\n require(msg.sender == gov, \\\"Governable: forbidden\\\");\\n _;\\n }\\n\\n function setGov(address _gov) external onlyGov {\\n gov = _gov;\\n }\\n}\\n\",\"keccak256\":\"0xcb7c11d1557db3369d984c7e804b1946c79867f3ab2dd2793ad3bb502c6c2383\",\"license\":\"MIT\"},\"contracts/staking/RewardRouter.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\npragma solidity 0.8.19;\\n\\nimport {IERC20} from \\\"@openzeppelin/contracts/token/ERC20/IERC20.sol\\\";\\nimport {ReentrancyGuard} from \\\"@openzeppelin/contracts/security/ReentrancyGuard.sol\\\";\\nimport {SafeERC20} from \\\"@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol\\\";\\n\\nimport {IRewardTracker} from \\\"./interfaces/IRewardTracker.sol\\\";\\nimport {IVester} from \\\"./interfaces/IVester.sol\\\";\\nimport {Governable} from \\\"../core/Governable.sol\\\";\\n\\ncontract RewardRouter is ReentrancyGuard, Governable {\\n using SafeERC20 for IERC20;\\n\\n address public cec;\\n address public esCec;\\n\\n address public stakedCecTracker;\\n address public cecVester;\\n\\n event StakeCec(address account, address token, uint256 amount);\\n event UnstakeCec(address account, address token, uint256 amount);\\n\\n constructor(address _cec, address _esCec, address _stakedCecTracker, address _cecVester) {\\n cec = _cec;\\n esCec = _esCec;\\n stakedCecTracker = _stakedCecTracker;\\n cecVester = _cecVester;\\n }\\n\\n // to help users who accidentally send their tokens to this contract\\n function withdrawToken(address _token, address _account, uint256 _amount) external onlyGov {\\n IERC20(_token).safeTransfer(_account, _amount);\\n }\\n\\n function batchStakeCecForAccount(\\n address[] memory _accounts,\\n uint256[] memory _amounts\\n ) external nonReentrant onlyGov {\\n address _cec = cec;\\n for (uint256 i = 0; i < _accounts.length; i++) {\\n _stakeCec(msg.sender, _accounts[i], _cec, _amounts[i]);\\n }\\n }\\n\\n function stakeCecForAccount(address _account, uint256 _amount) external nonReentrant onlyGov {\\n _stakeCec(msg.sender, _account, cec, _amount);\\n }\\n\\n function stakeCec(uint256 _amount) external nonReentrant {\\n _stakeCec(msg.sender, msg.sender, cec, _amount);\\n }\\n\\n function stakeEsCec(uint256 _amount) external nonReentrant {\\n _stakeCec(msg.sender, msg.sender, esCec, _amount);\\n }\\n\\n function unstakeCec(uint256 _amount) external nonReentrant {\\n // check if the user has staked CEC in the vester\\n if (IVester(cecVester).needCheckStake()) {\\n IVester(cecVester).updateVesting(msg.sender);\\n require(IERC20(cecVester).balanceOf(msg.sender) + _amount <= IRewardTracker(stakedCecTracker).depositBalances(msg.sender, cec), \\\"RewardRouter: insufficient CEC balance\\\");\\n }\\n _unstakeCec(msg.sender, cec, _amount);\\n }\\n\\n function unstakeEsCec(uint256 _amount) external nonReentrant {\\n _unstakeCec(msg.sender, esCec, _amount);\\n }\\n\\n function claim() external nonReentrant {\\n address account = msg.sender;\\n IRewardTracker(stakedCecTracker).claimForAccount(account, account);\\n }\\n\\n function handleRewards(\\n bool _shouldClaimCec,\\n bool _shouldStakeCec,\\n bool _shouldClaimEsCec,\\n bool _shouldStakeEsCec\\n ) external nonReentrant {\\n address account = msg.sender;\\n\\n uint256 cecAmount = 0;\\n if (_shouldClaimCec) {\\n cecAmount = IVester(cecVester).claimForAccount(account, account);\\n }\\n\\n if (_shouldStakeCec && cecAmount > 0) {\\n _stakeCec(account, account, cec, cecAmount);\\n }\\n\\n uint256 esCecAmount = 0;\\n if (_shouldClaimEsCec) {\\n esCecAmount = IRewardTracker(stakedCecTracker).claimForAccount(account, account);\\n }\\n\\n if (_shouldStakeEsCec && esCecAmount > 0) {\\n _stakeCec(account, account, esCec, esCecAmount);\\n }\\n }\\n\\n function _stakeCec(address _fundingAccount, address _account, address _token, uint256 _amount) private {\\n require(_amount > 0, \\\"invalid _amount\\\");\\n\\n IRewardTracker(stakedCecTracker).stakeForAccount(_fundingAccount, _account, _token, _amount);\\n\\n emit StakeCec(_account, _token, _amount);\\n }\\n\\n function _unstakeCec(address _account, address _token, uint256 _amount) private {\\n require(_amount > 0, \\\"invalid _amount\\\");\\n // uint256 balance = IRewardTracker(stakedCecTracker).stakedAmounts(_account);\\n IRewardTracker(stakedCecTracker).unstakeForAccount(_account, _token, _amount, _account);\\n\\n emit UnstakeCec(_account, _token, _amount);\\n }\\n}\\n\",\"keccak256\":\"0x6d1aecf35becff7faa7cc511bcd7403dd7593607c5792ee48501514ea7905b1e\",\"license\":\"MIT\"},\"contracts/staking/interfaces/IRewardTracker.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\npragma solidity 0.8.19;\\n\\ninterface IRewardTracker {\\n function depositBalances(address _account, address _depositToken) external view returns (uint256);\\n function stakedAmounts(address _account) external view returns (uint256);\\n function updateRewards() external;\\n function stake(address _depositToken, uint256 _amount) external;\\n function stakeForAccount(address _fundingAccount, address _account, address _depositToken, uint256 _amount) external;\\n function unstake(address _depositToken, uint256 _amount) external;\\n function unstakeForAccount(address _account, address _depositToken, uint256 _amount, address _receiver) external;\\n function tokensPerInterval() external view returns (uint256);\\n function claim(address _receiver) external returns (uint256);\\n function claimForAccount(address _account, address _receiver) external returns (uint256);\\n function claimable(address _account) external view returns (uint256);\\n function averageStakedAmounts(address _account) external view returns (uint256);\\n function cumulativeRewards(address _account) external view returns (uint256);\\n}\\n\",\"keccak256\":\"0x6e0078848746c69ab4c824269552ce070b6fa449cc6803754265fe63cd1b0424\",\"license\":\"MIT\"},\"contracts/staking/interfaces/IVester.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\npragma solidity 0.8.19;\\n\\ninterface IVester {\\n function needCheckStake() external view returns (bool);\\n function updateVesting(address _account) external;\\n\\n function rewardTracker() external view returns (address);\\n\\n function claimForAccount(address _account, address _receiver) external returns (uint256);\\n\\n function claimable(address _account) external view returns (uint256);\\n function cumulativeClaimAmounts(address _account) external view returns (uint256);\\n function claimedAmounts(address _account) external view returns (uint256);\\n function pairAmounts(address _account) external view returns (uint256);\\n function getVestedAmount(address _account) external view returns (uint256);\\n function cumulativeRewardDeductions(address _account) external view returns (uint256);\\n function bonusRewards(address _account) external view returns (uint256);\\n\\n function setCumulativeRewardDeductions(address _account, uint256 _amount) external;\\n function setBonusRewards(address _account, uint256 _amount) external;\\n\\n function getMaxVestableAmount(address _account) external view returns (uint256);\\n function getCombinedAverageStakedAmount(address _account) external view returns (uint256);\\n}\\n\",\"keccak256\":\"0x1474af11813b06f36f66fdea673237925dad7486fc3a48b26fac94371edbc121\",\"license\":\"MIT\"}},\"version\":1}",
|
|
"bytecode": "0x6080346100c857601f61103b38819003918201601f19168301916001600160401b038311848410176100cd578084926080946040528339810103126100c857610047816100e3565b610053602083016100e3565b9061006c6060610065604086016100e3565b94016100e3565b90600160005560018060a01b0319933385600154161760015560018060a01b03809481809416876002541617600255168560035416176003551683600454161760045516906005541617600555604051610f4390816100f88239f35b600080fd5b634e487b7160e01b600052604160045260246000fd5b51906001600160a01b03821682036100c85756fe6040608081526004908136101561001557600080fd5b600091823560e01c90816301e336671461095057816305a174c11461092757816312d43a51146108fe57816319ff26ae146108d5578163232efcb31461073b5781632d7419401461054e578163319489e614610311578163362a4bb9146102dc578382634e71d92d1461022f5750816371dfbd9214610206578163b65b4973146101da578163b6e0b05a146101a5578163becdd3291461017157508063cfad57a2146101235763d4ebb8b9146100ca57600080fd5b3461011f5736600319011261011c576101156100e4610b19565b6100ec610ced565b6001546001600160a01b0391906101069083163314610b93565b60243591600254169033610d81565b6001815580f35b80fd5b5080fd5b823461011c57602036600319011261011c5761013d610b19565b600154906001600160a01b03906101573383851614610b93565b16906bffffffffffffffffffffffff60a01b161760015580f35b83903461011f57602036600319011261011f5761011590610190610ced565b6003549035906001600160a01b031633610e58565b83903461011f57602036600319011261011f57610115906101c4610ced565b6003549035906001600160a01b03163380610d81565b9050346102025782600319360112610202575490516001600160a01b03909116815260209150f35b8280fd5b50503461011f578160031936011261011f5760025490516001600160a01b039091168152602090f35b929150346102d857826003193601126102d857610286602091610250610ced565b805484516309f4173d60e11b81523392810183815260208101939093529586936001600160a01b03909216928492839160400190565b03925af19081156102cf575061029f575b506001815580f35b602090813d81116102c8575b6102b58183610b59565b810103126102c35738610297565b600080fd5b503d6102ab565b513d84823e3d90fd5b5050fd5b83903461011f57602036600319011261011f57610115906102fb610ced565b6002549035906001600160a01b03163380610d81565b8391503461011f5760208060031936011261020257813591610331610ced565b6005548551632b04434560e21b81526001600160a01b03939184169082818581855afa9081156104b6578791610521575b50610378575b8561011586866002541633610e58565b803b1561051d57858091602489518094819363e421447160e01b835233898401525af180156105005761050a575b5060248184600554168851928380926370a0823160e01b825233888301525afa9081156105005786916104d3575b508481018091116104c05782546002548851637aeceb1f60e11b8152338187019081529187166001600160a01b031660208301529291849184918816908290819060400103915afa9182156104b6578792610487575b50116104365780610368565b855162461bcd60e51b815291820152602660248201527f526577617264526f757465723a20696e73756666696369656e74204345432062604482015265616c616e636560d01b606482015260849150fd5b9091508281813d83116104af575b61049f8183610b59565b810103126102c35751908861042a565b503d610495565b88513d89823e3d90fd5b634e487b7160e01b865260118352602486fd5b90508181813d83116104f9575b6104ea8183610b59565b810103126102c35751876103d4565b503d6104e0565b87513d88823e3d90fd5b61051690959195610b2f565b93866103a6565b8580fd5b6105419150833d8511610547575b6105398183610b59565b810190610bd7565b88610362565b503d61052f565b905034610202576080366003190112610202578035918215158303610725578360243592831515840361011f57604435948515158603610202576064359485151586036107255761059d610ced565b83916106a9575b806106a0575b610682575b5081946105f3575b505050806105ea575b6105cc57506001815580f35b6003546105e491906001600160a01b03163380610d81565b38610297565b508015156105c0565b805483516309f4173d60e11b815233928101838152602080820194909452959650939491928492839003604001918391906001600160a01b03165af191821561067957508391610648575b50903883816105b7565b90506020813d8211610671575b8161066260209383610b59565b8101031261020257513861063e565b3d9150610655565b513d85823e3d90fd5b60025461069a91906001600160a01b03163380610d81565b386105af565b508015156105aa565b60055485516309f4173d60e11b81523385820181815260208082019290925293945090929091839182900360400190829088906001600160a01b03165af19081156107315784916106fc575b50906105a4565b90506020813d8211610729575b8161071660209383610b59565b810103126107255751386106f5565b8380fd5b3d9150610709565b85513d86823e3d90fd5b91905034610202578060031936011261020257813567ffffffffffffffff928382116108d157366023830112156108d157818101359161077a83610b7b565b9461078785519687610b59565b8386526020918287016024809660051b830101913683116108cd578601905b8282106108aa5750505083359081116108a657366023820112156108a657808301356107dd6107d482610b7b565b96519687610b59565b808652848387019160051b830101913683116108a2579697968501905b828210610893575050505061080d610ced565b60018060a01b03926001958461082888968754163314610b93565b80600254169187985b61083d575b8787815580f35b805189101561088e57610869826108548b84610cc3565b5116846108618c88610cc3565b519133610d81565b600019891461087c579786019786610831565b634e487b7160e01b8852601185528588fd5b610836565b813581529083019083016107fa565b8880fd5b8680fd5b81356001600160a01b03811681036108c95781529084019084016107a6565b8a80fd5b8980fd5b8480fd5b50503461011f578160031936011261011f5760035490516001600160a01b039091168152602090f35b50503461011f578160031936011261011f5760015490516001600160a01b039091168152602090f35b50503461011f578160031936011261011f5760055490516001600160a01b039091168152602090f35b919050346102025760603660031901126102025761096c610b19565b6024916001600160a01b03833581811693908490036108a65761099482600154163314610b93565b169181516020938482019263a9059cbb60e01b845286830152604435604483015260448252608082019267ffffffffffffffff9280851084861117610b075760c0810185811085821117610af55786528685527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656460a082015251899182919082855af1903d15610ae6573d928311610ad45790610a50939291855192610a4388601f19601f8401160185610b59565b83523d8a8885013e610bef565b805190838215928315610abc575b50505015610a6a578480f35b5162461bcd60e51b815292830152602a908201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b610acc9350820181019101610bd7565b388381610a5e565b634e487b7160e01b8952604188528689fd5b90610a50939250606091610bef565b634e487b7160e01b8b5260418a52888bfd5b634e487b7160e01b8a5260418952878afd5b600435906001600160a01b03821682036102c357565b67ffffffffffffffff8111610b4357604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff821117610b4357604052565b67ffffffffffffffff8111610b435760051b60200190565b15610b9a57565b60405162461bcd60e51b815260206004820152601560248201527423b7bb32b93730b136329d103337b93134b23232b760591b6044820152606490fd5b908160209103126102c3575180151581036102c35790565b91929015610c515750815115610c03575090565b3b15610c0c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b825190915015610c645750805190602001fd5b6040519062461bcd60e51b82528160208060048301528251908160248401526000935b828510610caa575050604492506000838284010152601f80199101168101030190fd5b8481018201518686016044015293810193859350610c87565b8051821015610cd75760209160051b010190565b634e487b7160e01b600052603260045260246000fd5b600260005414610cfe576002600055565b60405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606490fd5b15610d4a57565b60405162461bcd60e51b815260206004820152600f60248201526e1a5b9d985b1a590817d85b5bdd5b9d608a1b6044820152606490fd5b92610d8d811515610d43565b6004546001600160a01b039490851690813b156102c3576084869160008094604051998a958694631e42d69b60e21b86521660048501528089166024850152891660448401528660648401525af1908115610e4c577f47d4c7c194999b93d76f7d16393f56c8c189d502fea3ff400ec5badfab608c2694610e3892610e3d575b50604080516001600160a01b0394851681529490931660208501529183019190915281906060820190565b0390a1565b610e4690610b2f565b38610e0d565b6040513d6000823e3d90fd5b610e63831515610d43565b6004546001600160a01b039081169390843b156102c35760009460848692604051978893849263098bf59d60e01b8452808916908160048601528a16602485015287604485015260648401525af1908115610e4c577f50c634fcff06a5b70f80b0a33a6f53cac80744ae146a235b402296908535bf5894610e3892610e3d5750604080516001600160a01b039485168152949093166020850152918301919091528190606082019056fea26469706673582212205346fb3bed0a86f28cfaf4f5edb5dac5cf99ccefbd26de82121b1ee0759cc48c64736f6c63430008130033",
|
|
"deployedBytecode": "0x6040608081526004908136101561001557600080fd5b600091823560e01c90816301e336671461095057816305a174c11461092757816312d43a51146108fe57816319ff26ae146108d5578163232efcb31461073b5781632d7419401461054e578163319489e614610311578163362a4bb9146102dc578382634e71d92d1461022f5750816371dfbd9214610206578163b65b4973146101da578163b6e0b05a146101a5578163becdd3291461017157508063cfad57a2146101235763d4ebb8b9146100ca57600080fd5b3461011f5736600319011261011c576101156100e4610b19565b6100ec610ced565b6001546001600160a01b0391906101069083163314610b93565b60243591600254169033610d81565b6001815580f35b80fd5b5080fd5b823461011c57602036600319011261011c5761013d610b19565b600154906001600160a01b03906101573383851614610b93565b16906bffffffffffffffffffffffff60a01b161760015580f35b83903461011f57602036600319011261011f5761011590610190610ced565b6003549035906001600160a01b031633610e58565b83903461011f57602036600319011261011f57610115906101c4610ced565b6003549035906001600160a01b03163380610d81565b9050346102025782600319360112610202575490516001600160a01b03909116815260209150f35b8280fd5b50503461011f578160031936011261011f5760025490516001600160a01b039091168152602090f35b929150346102d857826003193601126102d857610286602091610250610ced565b805484516309f4173d60e11b81523392810183815260208101939093529586936001600160a01b03909216928492839160400190565b03925af19081156102cf575061029f575b506001815580f35b602090813d81116102c8575b6102b58183610b59565b810103126102c35738610297565b600080fd5b503d6102ab565b513d84823e3d90fd5b5050fd5b83903461011f57602036600319011261011f57610115906102fb610ced565b6002549035906001600160a01b03163380610d81565b8391503461011f5760208060031936011261020257813591610331610ced565b6005548551632b04434560e21b81526001600160a01b03939184169082818581855afa9081156104b6578791610521575b50610378575b8561011586866002541633610e58565b803b1561051d57858091602489518094819363e421447160e01b835233898401525af180156105005761050a575b5060248184600554168851928380926370a0823160e01b825233888301525afa9081156105005786916104d3575b508481018091116104c05782546002548851637aeceb1f60e11b8152338187019081529187166001600160a01b031660208301529291849184918816908290819060400103915afa9182156104b6578792610487575b50116104365780610368565b855162461bcd60e51b815291820152602660248201527f526577617264526f757465723a20696e73756666696369656e74204345432062604482015265616c616e636560d01b606482015260849150fd5b9091508281813d83116104af575b61049f8183610b59565b810103126102c35751908861042a565b503d610495565b88513d89823e3d90fd5b634e487b7160e01b865260118352602486fd5b90508181813d83116104f9575b6104ea8183610b59565b810103126102c35751876103d4565b503d6104e0565b87513d88823e3d90fd5b61051690959195610b2f565b93866103a6565b8580fd5b6105419150833d8511610547575b6105398183610b59565b810190610bd7565b88610362565b503d61052f565b905034610202576080366003190112610202578035918215158303610725578360243592831515840361011f57604435948515158603610202576064359485151586036107255761059d610ced565b83916106a9575b806106a0575b610682575b5081946105f3575b505050806105ea575b6105cc57506001815580f35b6003546105e491906001600160a01b03163380610d81565b38610297565b508015156105c0565b805483516309f4173d60e11b815233928101838152602080820194909452959650939491928492839003604001918391906001600160a01b03165af191821561067957508391610648575b50903883816105b7565b90506020813d8211610671575b8161066260209383610b59565b8101031261020257513861063e565b3d9150610655565b513d85823e3d90fd5b60025461069a91906001600160a01b03163380610d81565b386105af565b508015156105aa565b60055485516309f4173d60e11b81523385820181815260208082019290925293945090929091839182900360400190829088906001600160a01b03165af19081156107315784916106fc575b50906105a4565b90506020813d8211610729575b8161071660209383610b59565b810103126107255751386106f5565b8380fd5b3d9150610709565b85513d86823e3d90fd5b91905034610202578060031936011261020257813567ffffffffffffffff928382116108d157366023830112156108d157818101359161077a83610b7b565b9461078785519687610b59565b8386526020918287016024809660051b830101913683116108cd578601905b8282106108aa5750505083359081116108a657366023820112156108a657808301356107dd6107d482610b7b565b96519687610b59565b808652848387019160051b830101913683116108a2579697968501905b828210610893575050505061080d610ced565b60018060a01b03926001958461082888968754163314610b93565b80600254169187985b61083d575b8787815580f35b805189101561088e57610869826108548b84610cc3565b5116846108618c88610cc3565b519133610d81565b600019891461087c579786019786610831565b634e487b7160e01b8852601185528588fd5b610836565b813581529083019083016107fa565b8880fd5b8680fd5b81356001600160a01b03811681036108c95781529084019084016107a6565b8a80fd5b8980fd5b8480fd5b50503461011f578160031936011261011f5760035490516001600160a01b039091168152602090f35b50503461011f578160031936011261011f5760015490516001600160a01b039091168152602090f35b50503461011f578160031936011261011f5760055490516001600160a01b039091168152602090f35b919050346102025760603660031901126102025761096c610b19565b6024916001600160a01b03833581811693908490036108a65761099482600154163314610b93565b169181516020938482019263a9059cbb60e01b845286830152604435604483015260448252608082019267ffffffffffffffff9280851084861117610b075760c0810185811085821117610af55786528685527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656460a082015251899182919082855af1903d15610ae6573d928311610ad45790610a50939291855192610a4388601f19601f8401160185610b59565b83523d8a8885013e610bef565b805190838215928315610abc575b50505015610a6a578480f35b5162461bcd60e51b815292830152602a908201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608490fd5b610acc9350820181019101610bd7565b388381610a5e565b634e487b7160e01b8952604188528689fd5b90610a50939250606091610bef565b634e487b7160e01b8b5260418a52888bfd5b634e487b7160e01b8a5260418952878afd5b600435906001600160a01b03821682036102c357565b67ffffffffffffffff8111610b4357604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff821117610b4357604052565b67ffffffffffffffff8111610b435760051b60200190565b15610b9a57565b60405162461bcd60e51b815260206004820152601560248201527423b7bb32b93730b136329d103337b93134b23232b760591b6044820152606490fd5b908160209103126102c3575180151581036102c35790565b91929015610c515750815115610c03575090565b3b15610c0c5790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b825190915015610c645750805190602001fd5b6040519062461bcd60e51b82528160208060048301528251908160248401526000935b828510610caa575050604492506000838284010152601f80199101168101030190fd5b8481018201518686016044015293810193859350610c87565b8051821015610cd75760209160051b010190565b634e487b7160e01b600052603260045260246000fd5b600260005414610cfe576002600055565b60405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606490fd5b15610d4a57565b60405162461bcd60e51b815260206004820152600f60248201526e1a5b9d985b1a590817d85b5bdd5b9d608a1b6044820152606490fd5b92610d8d811515610d43565b6004546001600160a01b039490851690813b156102c3576084869160008094604051998a958694631e42d69b60e21b86521660048501528089166024850152891660448401528660648401525af1908115610e4c577f47d4c7c194999b93d76f7d16393f56c8c189d502fea3ff400ec5badfab608c2694610e3892610e3d575b50604080516001600160a01b0394851681529490931660208501529183019190915281906060820190565b0390a1565b610e4690610b2f565b38610e0d565b6040513d6000823e3d90fd5b610e63831515610d43565b6004546001600160a01b039081169390843b156102c35760009460848692604051978893849263098bf59d60e01b8452808916908160048601528a16602485015287604485015260648401525af1908115610e4c577f50c634fcff06a5b70f80b0a33a6f53cac80744ae146a235b402296908535bf5894610e3892610e3d5750604080516001600160a01b039485168152949093166020850152918301919091528190606082019056fea26469706673582212205346fb3bed0a86f28cfaf4f5edb5dac5cf99ccefbd26de82121b1ee0759cc48c64736f6c63430008130033",
|
|
"devdoc": {
|
|
"kind": "dev",
|
|
"methods": {},
|
|
"version": 1
|
|
},
|
|
"userdoc": {
|
|
"kind": "user",
|
|
"methods": {},
|
|
"version": 1
|
|
},
|
|
"storageLayout": {
|
|
"storage": [
|
|
{
|
|
"astId": 10,
|
|
"contract": "contracts/staking/RewardRouter.sol:RewardRouter",
|
|
"label": "_status",
|
|
"offset": 0,
|
|
"slot": "0",
|
|
"type": "t_uint256"
|
|
},
|
|
{
|
|
"astId": 888,
|
|
"contract": "contracts/staking/RewardRouter.sol:RewardRouter",
|
|
"label": "gov",
|
|
"offset": 0,
|
|
"slot": "1",
|
|
"type": "t_address"
|
|
},
|
|
{
|
|
"astId": 977,
|
|
"contract": "contracts/staking/RewardRouter.sol:RewardRouter",
|
|
"label": "cec",
|
|
"offset": 0,
|
|
"slot": "2",
|
|
"type": "t_address"
|
|
},
|
|
{
|
|
"astId": 979,
|
|
"contract": "contracts/staking/RewardRouter.sol:RewardRouter",
|
|
"label": "esCec",
|
|
"offset": 0,
|
|
"slot": "3",
|
|
"type": "t_address"
|
|
},
|
|
{
|
|
"astId": 981,
|
|
"contract": "contracts/staking/RewardRouter.sol:RewardRouter",
|
|
"label": "stakedCecTracker",
|
|
"offset": 0,
|
|
"slot": "4",
|
|
"type": "t_address"
|
|
},
|
|
{
|
|
"astId": 983,
|
|
"contract": "contracts/staking/RewardRouter.sol:RewardRouter",
|
|
"label": "cecVester",
|
|
"offset": 0,
|
|
"slot": "5",
|
|
"type": "t_address"
|
|
}
|
|
],
|
|
"types": {
|
|
"t_address": {
|
|
"encoding": "inplace",
|
|
"label": "address",
|
|
"numberOfBytes": "20"
|
|
},
|
|
"t_uint256": {
|
|
"encoding": "inplace",
|
|
"label": "uint256",
|
|
"numberOfBytes": "32"
|
|
}
|
|
}
|
|
}
|
|
} |