@settlemint/solidity-zeto
Version:
Smart contract set to build Zero Knowledge tokens in SettleMint
70 lines • 1.69 kB
JSON
{
"compiler": {
"version": "0.8.27+commit.40a35a09"
},
"language": "Solidity",
"output": {
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "initialOwner",
"type": "address"
},
{
"internalType": "address",
"name": "_verifier",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function",
"name": "initialize"
}
],
"devdoc": {
"kind": "dev",
"methods": {},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
},
"settings": {
"remappings": [
"@iden3/=node_modules/@iden3/",
"@openzeppelin/=node_modules/@openzeppelin/",
"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/lib/interfaces/zeto_nf_initializable.sol": "IZetoNonFungibleInitializable"
},
"evmVersion": "cancun",
"libraries": {},
"viaIR": true
},
"sources": {
"contracts/lib/interfaces/zeto_nf_initializable.sol": {
"keccak256": "0x162e3785b213f4ad3d7b04379fb5766eccca781f4507f22f68d8263d2a25bec1",
"urls": [
"bzz-raw://c1d1accbb2573d65b5e285985dc14dea0d51b2dc2265fa3cf4ec268186405aff",
"dweb:/ipfs/QmYDwEqzc9kEdmsPgLmJmhSjXShHEJ7qLN44fnQWkbRRoP"
],
"license": "Apache-2.0"
}
},
"version": 1
}