@settlemint/solidity-zeto
Version:
Smart contract set to build Zero Knowledge tokens in SettleMint
116 lines • 2.87 kB
JSON
{
"compiler": {
"version": "0.8.27+commit.40a35a09"
},
"language": "Solidity",
"output": {
"abi": [
{
"inputs": [
{
"internalType": "uint256[]",
"name": "outputs",
"type": "uint256[]",
"indexed": false
},
{
"internalType": "address",
"name": "submitter",
"type": "address",
"indexed": true
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes",
"indexed": false
}
],
"type": "event",
"name": "UTXOMint",
"anonymous": false
},
{
"inputs": [
{
"internalType": "uint256[]",
"name": "inputs",
"type": "uint256[]",
"indexed": false
},
{
"internalType": "uint256[]",
"name": "outputs",
"type": "uint256[]",
"indexed": false
},
{
"internalType": "address",
"name": "submitter",
"type": "address",
"indexed": true
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes",
"indexed": false
}
],
"type": "event",
"name": "UTXOTransfer",
"anonymous": false
}
],
"devdoc": {
"kind": "dev",
"methods": {},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
},
"settings": {
"remappings": [
"@iden3/=node_modules/@iden3/",
"@openzeppelin/=node_modules/@openzeppelin/",
"forge-std/=lib/forge-std/src/",
"hardhat/=node_modules/hardhat/"
],
"optimizer": {
"enabled": true,
"runs": 10000
},
"metadata": {
"bytecodeHash": "ipfs"
},
"compilationTarget": {
"contracts/lib/interfaces/izeto.sol": "IZeto"
},
"evmVersion": "cancun",
"libraries": {},
"viaIR": true
},
"sources": {
"contracts/lib/interfaces/izeto.sol": {
"keccak256": "0xeaec7f7b46d7b10febc04733f82917fa5a2e991ab7d4dd1df5aa5eef4f8ef5a5",
"urls": [
"bzz-raw://1dadf25079f120d3291a1c1ad0c6d07921228f85e2544a600c7644ce8e0ea5de",
"dweb:/ipfs/Qmas9LQQLMqYD8F6wx4htyCBdGn2csXdtHk1iKboQLw81e"
],
"license": "Apache-2.0"
},
"contracts/lib/interfaces/izeto_base.sol": {
"keccak256": "0x6829d76623badc1a0acd73795c7cefbcacf786429cd0d12444d07a1e0c940cb9",
"urls": [
"bzz-raw://6af5c33bf1664f565ab34aadf603fc8c0713551e0413284f09069db2e12ad152",
"dweb:/ipfs/QmfCHhUyz5B4uhEBLXkKFRLUz61Pn6PaX9Pfwjo27jFyVN"
],
"license": "Apache-2.0"
}
},
"version": 1
}