@settlemint/solidity-diamond-bond
Version:
Smart contract set to build an enterprise bond usecase in SettleMint
73 lines (72 loc) • 1.99 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "LibDiamond",
"sourceName": "contracts/libraries/LibDiamond.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"components": [
{
"internalType": "address",
"name": "facetAddress",
"type": "address"
},
{
"internalType": "enum IDiamond.FacetCutAction",
"name": "action",
"type": "uint8"
},
{
"internalType": "bytes4[]",
"name": "functionSelectors",
"type": "bytes4[]"
}
],
"indexed": false,
"internalType": "struct IDiamond.FacetCut[]",
"name": "_diamondCut",
"type": "tuple[]"
},
{
"indexed": false,
"internalType": "address",
"name": "_init",
"type": "address"
},
{
"indexed": false,
"internalType": "bytes",
"name": "_calldata",
"type": "bytes"
}
],
"name": "DiamondCut",
"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"
}
],
"bytecode": "0x60808060405234601757603a9081601d823930815050f35b600080fdfe600080fdfea264697066735822122095b3c4e4c3bec913b38cbd17bb3227da5d5fafff8a41556a107cbc5028d4f70264736f6c634300081b0033",
"deployedBytecode": "0x600080fdfea264697066735822122095b3c4e4c3bec913b38cbd17bb3227da5d5fafff8a41556a107cbc5028d4f70264736f6c634300081b0033",
"linkReferences": {},
"deployedLinkReferences": {}
}