@lukso/lsp-smart-contracts
Version:
The reference smart contract implementation for the LUKSO LSP standards
85 lines • 1.91 kB
JSON
{
"_format": "hh3-artifact-1",
"contractName": "ILSP14Ownable2Step",
"sourceName": "contracts/ILSP14Ownable2Step.sol",
"abi": [
{
"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": [],
"name": "RenounceOwnershipStarted",
"type": "event"
},
{
"inputs": [],
"name": "acceptOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"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/ILSP14Ownable2Step.sol",
"buildInfoId": "solc-0_8_17-9de4524c8c59a1c55489419199d68e1fd36692db"
}