UNPKG

@settlemint/solidity-zeto

Version:

Smart contract set to build Zero Knowledge tokens in SettleMint

50 lines (49 loc) 1.17 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IZetoFungibleInitializable", "sourceName": "contracts/lib/interfaces/zeto_fungible_initializable.sol", "abi": [ { "inputs": [ { "internalType": "address", "name": "initialOwner", "type": "address" }, { "internalType": "address", "name": "_depositVerifier", "type": "address" }, { "internalType": "address", "name": "_withdrawVerifier", "type": "address" }, { "internalType": "address", "name": "_verifier", "type": "address" }, { "internalType": "address", "name": "_batchVerifier", "type": "address" }, { "internalType": "address", "name": "_batchWithdrawVerifier", "type": "address" } ], "name": "initialize", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }