UNPKG

@chainlink/contracts

Version:

Chainlink smart contracts

492 lines (491 loc) 9.98 kB
[ { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "senderAddress", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "allowed", "type": "bool" } ], "name": "AutoApproveAllowedSenderSet", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint8", "name": "autoApproveConfigType", "type": "uint8" }, { "indexed": false, "internalType": "uint32", "name": "autoApproveMaxAllowed", "type": "uint32" }, { "indexed": false, "internalType": "address", "name": "keeperRegistry", "type": "address" }, { "indexed": false, "internalType": "uint96", "name": "minLINKJuels", "type": "uint96" } ], "name": "ConfigChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" } ], "name": "OwnershipTransferRequested", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" } ], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "hash", "type": "bytes32" }, { "indexed": false, "internalType": "string", "name": "displayName", "type": "string" }, { "indexed": true, "internalType": "uint256", "name": "upkeepId", "type": "uint256" } ], "name": "RegistrationApproved", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "hash", "type": "bytes32" } ], "name": "RegistrationRejected", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "hash", "type": "bytes32" }, { "indexed": false, "internalType": "string", "name": "name", "type": "string" }, { "indexed": false, "internalType": "bytes", "name": "encryptedEmail", "type": "bytes" }, { "indexed": true, "internalType": "address", "name": "upkeepContract", "type": "address" }, { "indexed": false, "internalType": "uint32", "name": "gasLimit", "type": "uint32" }, { "indexed": false, "internalType": "address", "name": "adminAddress", "type": "address" }, { "indexed": false, "internalType": "bytes", "name": "checkData", "type": "bytes" }, { "indexed": false, "internalType": "uint96", "name": "amount", "type": "uint96" }, { "indexed": true, "internalType": "uint8", "name": "source", "type": "uint8" } ], "name": "RegistrationRequested", "type": "event" }, { "inputs": [ { "internalType": "address", "name": "senderAddress", "type": "address" }, { "internalType": "bool", "name": "allowed", "type": "bool" } ], "name": "emitAutoApproveAllowedSenderSet", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint8", "name": "autoApproveConfigType", "type": "uint8" }, { "internalType": "uint32", "name": "autoApproveMaxAllowed", "type": "uint32" }, { "internalType": "address", "name": "keeperRegistry", "type": "address" }, { "internalType": "uint96", "name": "minLINKJuels", "type": "uint96" } ], "name": "emitConfigChanged", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" } ], "name": "emitOwnershipTransferRequested", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" } ], "name": "emitOwnershipTransferred", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "hash", "type": "bytes32" }, { "internalType": "string", "name": "displayName", "type": "string" }, { "internalType": "uint256", "name": "upkeepId", "type": "uint256" } ], "name": "emitRegistrationApproved", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "hash", "type": "bytes32" } ], "name": "emitRegistrationRejected", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "hash", "type": "bytes32" }, { "internalType": "string", "name": "name", "type": "string" }, { "internalType": "bytes", "name": "encryptedEmail", "type": "bytes" }, { "internalType": "address", "name": "upkeepContract", "type": "address" }, { "internalType": "uint32", "name": "gasLimit", "type": "uint32" }, { "internalType": "address", "name": "adminAddress", "type": "address" }, { "internalType": "bytes", "name": "checkData", "type": "bytes" }, { "internalType": "uint96", "name": "amount", "type": "uint96" }, { "internalType": "uint8", "name": "source", "type": "uint8" } ], "name": "emitRegistrationRequested", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "getRegistrationConfig", "outputs": [ { "internalType": "enum KeeperRegistrar1_2Mock.AutoApproveType", "name": "autoApproveConfigType", "type": "uint8" }, { "internalType": "uint32", "name": "autoApproveMaxAllowed", "type": "uint32" }, { "internalType": "uint32", "name": "approvedCount", "type": "uint32" }, { "internalType": "address", "name": "keeperRegistry", "type": "address" }, { "internalType": "uint256", "name": "minLINKJuels", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "s_approvedCount", "outputs": [ { "internalType": "uint32", "name": "", "type": "uint32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "s_autoApproveConfigType", "outputs": [ { "internalType": "enum KeeperRegistrar1_2Mock.AutoApproveType", "name": "", "type": "uint8" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "s_autoApproveMaxAllowed", "outputs": [ { "internalType": "uint32", "name": "", "type": "uint32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "s_keeperRegistry", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "s_minLINKJuels", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "enum KeeperRegistrar1_2Mock.AutoApproveType", "name": "_autoApproveConfigType", "type": "uint8" }, { "internalType": "uint32", "name": "_autoApproveMaxAllowed", "type": "uint32" }, { "internalType": "uint32", "name": "_approvedCount", "type": "uint32" }, { "internalType": "address", "name": "_keeperRegistry", "type": "address" }, { "internalType": "uint256", "name": "_minLINKJuels", "type": "uint256" } ], "name": "setRegistrationConfig", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]