UNPKG

@chainlink/contracts

Version:

Chainlink smart contracts

159 lines (158 loc) 2.91 kB
[ { "inputs": [ { "internalType": "uint8", "name": "mode", "type": "uint8" } ], "name": "InvalidL1FeeCalculationMode", "type": "error" }, { "inputs": [ { "internalType": "uint8", "name": "coefficient", "type": "uint8" } ], "name": "InvalidL1FeeCoefficient", "type": "error" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint8", "name": "mode", "type": "uint8" }, { "indexed": false, "internalType": "uint8", "name": "coefficient", "type": "uint8" } ], "name": "L1FeeCalculationSet", "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" }, { "inputs": [], "name": "acceptOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "s_l1FeeCalculationMode", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "s_l1FeeCoefficient", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint8", "name": "mode", "type": "uint8" }, { "internalType": "uint8", "name": "coefficient", "type": "uint8" } ], "name": "setL1FeeCalculation", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "to", "type": "address" } ], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]