UNPKG

@phuture/keep3r-cli-deposit-manager-job

Version:
2 lines (1 loc) 2.45 kB
[{ "inputs": [{ "internalType": "address", "name": "_keep3r", "type": "address" }, { "internalType": "address", "name": "_registry", "type": "address" }, { "internalType": "uint16", "name": "_maxLossInBP", "type": "uint16" }, { "internalType": "uint32", "name": "_depositInterval", "type": "uint32" }], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [{ "internalType": "address", "name": "_vToken", "type": "address" }], "name": "addVToken", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "canUpdateDeposits", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_vToken", "type": "address" }], "name": "containsVToken", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "depositInterval", "outputs": [{ "internalType": "uint32", "name": "", "type": "uint32" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "keep3r", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "", "type": "address" }], "name": "lastDepositTimestamp", "outputs": [{ "internalType": "uint96", "name": "", "type": "uint96" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "maxLossInBP", "outputs": [{ "internalType": "uint16", "name": "", "type": "uint16" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "registry", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_vToken", "type": "address" }], "name": "removeVToken", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "_interval", "type": "uint32" }], "name": "setDepositInterval", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint16", "name": "_maxLossInBP", "type": "uint16" }], "name": "setMaxLoss", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "updateDeposits", "outputs": [], "stateMutability": "nonpayable", "type": "function" }]