UNPKG

@lukso/lsp-smart-contracts

Version:

The reference smart contract implementation for the LUKSO LSP standards

191 lines 4.17 kB
{ "_format": "hh3-artifact-1", "contractName": "LSP14Ownable2Step", "sourceName": "contracts/LSP14Ownable2Step.sol", "abi": [ { "inputs": [ { "internalType": "address", "name": "caller", "type": "address" } ], "name": "LSP14CallerNotPendingOwner", "type": "error" }, { "inputs": [], "name": "LSP14CannotTransferOwnershipToSelf", "type": "error" }, { "inputs": [], "name": "LSP14MustAcceptOwnershipInSeparateTransaction", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "renounceOwnershipStart", "type": "uint256" }, { "internalType": "uint256", "name": "renounceOwnershipEnd", "type": "uint256" } ], "name": "LSP14NotInRenounceOwnershipInterval", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "callerAddress", "type": "address" } ], "name": "OwnableCallerNotTheOwner", "type": "error" }, { "anonymous": false, "inputs": [], "name": "OwnershipRenounced", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "OwnershipTransferStarted", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [], "name": "RenounceOwnershipStarted", "type": "event" }, { "inputs": [], "name": "RENOUNCE_OWNERSHIP_CONFIRMATION_DELAY", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "RENOUNCE_OWNERSHIP_CONFIRMATION_PERIOD", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "acceptOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "pendingOwner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {}, "immutableReferences": {}, "inputSourceName": "project/contracts/LSP14Ownable2Step.sol", "buildInfoId": "solc-0_8_17-9de4524c8c59a1c55489419199d68e1fd36692db" }