@settlemint/solidity-diamond-bond
Version:
Smart contract set to build an enterprise bond usecase in SettleMint
116 lines • 2.82 kB
JSON
{
"compiler": {
"version": "0.8.27+commit.40a35a09"
},
"language": "Solidity",
"output": {
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "previousOwner",
"type": "address",
"indexed": true
},
{
"internalType": "address",
"name": "newOwner",
"type": "address",
"indexed": true
}
],
"type": "event",
"name": "OwnershipTransferred",
"anonymous": false
},
{
"inputs": [],
"stateMutability": "view",
"type": "function",
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "owner_",
"type": "address"
}
]
},
{
"inputs": [
{
"internalType": "address",
"name": "_newOwner",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function",
"name": "transferOwnership"
}
],
"devdoc": {
"kind": "dev",
"methods": {
"owner()": {
"returns": {
"owner_": "The address of the owner."
}
},
"transferOwnership(address)": {
"details": "Set _newOwner to address(0) to renounce any ownership.",
"params": {
"_newOwner": "The address of the new owner of the contract"
}
}
},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {
"owner()": {
"notice": "Get the address of the owner"
},
"transferOwnership(address)": {
"notice": "Set the address of the new owner of the contract"
}
},
"version": 1
}
},
"settings": {
"remappings": [
"@openzeppelin/=node_modules/@openzeppelin/",
"@prb/math/=node_modules/@prb/math/",
"eth-gas-reporter/=node_modules/eth-gas-reporter/",
"forge-std/=lib/forge-std/src/",
"hardhat/=node_modules/hardhat/"
],
"optimizer": {
"enabled": true,
"runs": 10000
},
"metadata": {
"bytecodeHash": "ipfs"
},
"compilationTarget": {
"contracts/interfaces/IERC173.sol": "IERC173"
},
"evmVersion": "cancun",
"libraries": {},
"viaIR": true
},
"sources": {
"contracts/interfaces/IERC173.sol": {
"keccak256": "0x6a207bcba157886a636f4c6169a72df722c6d35de27b03024569b37bc9e4327c",
"urls": [
"bzz-raw://ff2aeac96062c46468a955a9f4477fabfcff28e6bb86d35a53f1f129e3013e90",
"dweb:/ipfs/QmRx895oFZrWYWbci3HqBTvYK5rsgypWSxMv7qLnvRb6Kh"
],
"license": "FSL-1.1-MIT"
}
},
"version": 1
}