becrypto/build/contracts/IBEERC1155.json
2023-12-27 14:21:00 +08:00

1716 lines
63 KiB
JSON

{
"contractName": "IBEERC1155",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "account",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "ApprovalForAll",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "values",
"type": "uint256[]"
}
],
"name": "TransferBatch",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "TransferSingle",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "value",
"type": "string"
},
{
"indexed": true,
"internalType": "uint256",
"name": "id",
"type": "uint256"
}
],
"name": "URI",
"type": "event"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "accounts",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
}
],
"name": "balanceOfBatch",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "address",
"name": "operator",
"type": "address"
}
],
"name": "isApprovedForAll",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "safeBatchTransferFrom",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "safeTransferFrom",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "setApprovalForAll",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "mintBatch",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "values",
"type": "uint256[]"
}
],
"name": "burnBatch",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
}
],
"name": "balanceOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
}
],
"name": "canMint",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
}
],
"name": "isLocked",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
],
"metadata": "{\"compiler\":{\"version\":\"0.8.10+commit.fc410830\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"},{\"indexed\":false,\"internalType\":\"uint256[]\",\"name\":\"values\",\"type\":\"uint256[]\"}],\"name\":\"TransferBatch\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"TransferSingle\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"value\",\"type\":\"string\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"URI\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"accounts\",\"type\":\"address[]\"},{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"}],\"name\":\"balanceOfBatch\",\"outputs\":[{\"internalType\":\"uint256[]\",\"name\":\"\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"values\",\"type\":\"uint256[]\"}],\"name\":\"burnBatch\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"canMint\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"isLocked\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"amounts\",\"type\":\"uint256[]\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"mintBatch\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"amounts\",\"type\":\"uint256[]\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeBatchTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"balanceOf(address,uint256)\":{\"details\":\"Returns the amount of tokens of token type `id` owned by `account`. Requirements: - `account` cannot be the zero address.\"},\"balanceOfBatch(address[],uint256[])\":{\"details\":\"xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}. Requirements: - `accounts` and `ids` must have the same length.\"},\"isApprovedForAll(address,address)\":{\"details\":\"Returns true if `operator` is approved to transfer ``account``'s tokens. See {setApprovalForAll}.\"},\"safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)\":{\"details\":\"xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}. Emits a {TransferBatch} event. Requirements: - `ids` and `amounts` must have the same length. - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the acceptance magic value.\"},\"safeTransferFrom(address,address,uint256,uint256,bytes)\":{\"details\":\"Transfers `amount` tokens of token type `id` from `from` to `to`. Emits a {TransferSingle} event. Requirements: - `to` cannot be the zero address. - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}. - `from` must have a balance of tokens of type `id` of at least `amount`. - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the acceptance magic value.\"},\"setApprovalForAll(address,bool)\":{\"details\":\"Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`, Emits an {ApprovalForAll} event. Requirements: - `operator` cannot be the caller.\"},\"supportsInterface(bytes4)\":{\"details\":\"Returns true if this contract implements the interface defined by `interfaceId`. See the corresponding https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] to learn more about how these ids are created. This function call must use less than 30 000 gas.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/IBEERC1155.sol\":\"IBEERC1155\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC1155/IERC1155.sol\":{\"keccak256\":\"0xcab667ddad478ff0d39c2053ca77fac778af8483c18ab07d810277b4216fd582\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://919c7ea27c77275c3c341da0c4a26a66a20ed27605fbe8becf11f58ec3bc65bf\",\"dweb:/ipfs/QmRLKyVE2n7e2Jo4bLNn8eLgqqhNGYnVQyjJPWdr8poskf\"]},\"@openzeppelin/contracts/utils/introspection/IERC165.sol\":{\"keccak256\":\"0x447a5f3ddc18419d41ff92b3773fb86471b1db25773e07f877f548918a185bf1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://be161e54f24e5c6fae81a12db1a8ae87bc5ae1b0ddc805d82a1440a68455088f\",\"dweb:/ipfs/QmP7C3CHdY9urF4dEMb9wmsp1wMxHF6nhA2yQE5SKiPAdy\"]},\"project:/contracts/interfaces/IBEERC1155.sol\":{\"keccak256\":\"0xc9d1380ce3922c5371d33fbe838bad53ca56c753455e6b6aae2e55e167c002e8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d0a8f6b5f12a1a03c05860b15c26424faae7e6c4893545f2558ec3cb6b989ae0\",\"dweb:/ipfs/QmRVYFZLzTVBvLK1rQSj97RnvTAhpqqeq3VdnAf4rpzVEc\"]}},\"version\":1}",
"bytecode": "0x",
"deployedBytecode": "0x",
"immutableReferences": {},
"generatedSources": [],
"deployedGeneratedSources": [],
"sourceMap": "",
"deployedSourceMap": "",
"source": "// SPDX-License-Identifier: MIT\npragma solidity 0.8.10;\n\nimport \"@openzeppelin/contracts/token/ERC1155/IERC1155.sol\";\n\ninterface IBEERC1155 is IERC1155 {\n function mintBatch(\n address to,\n uint256[] memory ids,\n uint256[] memory amounts,\n bytes memory data\n ) external;\n\n function burnBatch(\n address owner,\n uint256[] memory ids,\n uint256[] memory values\n ) external;\n\n function balanceOf(address account, uint256 id)\n external\n view\n returns (uint256);\n\n function canMint(uint256 id) external view returns (bool);\n\n function isLocked(uint256 id) external view returns (bool);\n \n}\n",
"sourcePath": "/Users/zhl/Documents/workspace/crypto/becrypto/contracts/interfaces/IBEERC1155.sol",
"ast": {
"absolutePath": "project:/contracts/interfaces/IBEERC1155.sol",
"exportedSymbols": {
"IBEERC1155": [
11300
],
"IERC1155": [
3284
],
"IERC165": [
7401
]
},
"id": 11301,
"license": "MIT",
"nodeType": "SourceUnit",
"nodes": [
{
"id": 11249,
"literals": [
"solidity",
"0.8",
".10"
],
"nodeType": "PragmaDirective",
"src": "32:23:51"
},
{
"absolutePath": "@openzeppelin/contracts/token/ERC1155/IERC1155.sol",
"file": "@openzeppelin/contracts/token/ERC1155/IERC1155.sol",
"id": 11250,
"nameLocation": "-1:-1:-1",
"nodeType": "ImportDirective",
"scope": 11301,
"sourceUnit": 3285,
"src": "57:60:51",
"symbolAliases": [],
"unitAlias": ""
},
{
"abstract": false,
"baseContracts": [
{
"baseName": {
"id": 11251,
"name": "IERC1155",
"nodeType": "IdentifierPath",
"referencedDeclaration": 3284,
"src": "143:8:51"
},
"id": 11252,
"nodeType": "InheritanceSpecifier",
"src": "143:8:51"
}
],
"canonicalName": "IBEERC1155",
"contractDependencies": [],
"contractKind": "interface",
"fullyImplemented": false,
"id": 11300,
"linearizedBaseContracts": [
11300,
3284,
7401
],
"name": "IBEERC1155",
"nameLocation": "129:10:51",
"nodeType": "ContractDefinition",
"nodes": [
{
"functionSelector": "1f7fdffa",
"id": 11265,
"implemented": false,
"kind": "function",
"modifiers": [],
"name": "mintBatch",
"nameLocation": "165:9:51",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 11263,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11254,
"mutability": "mutable",
"name": "to",
"nameLocation": "188:2:51",
"nodeType": "VariableDeclaration",
"scope": 11265,
"src": "180:10:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
},
"typeName": {
"id": 11253,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "180:7:51",
"stateMutability": "nonpayable",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
}
},
"visibility": "internal"
},
{
"constant": false,
"id": 11257,
"mutability": "mutable",
"name": "ids",
"nameLocation": "213:3:51",
"nodeType": "VariableDeclaration",
"scope": 11265,
"src": "196:20:51",
"stateVariable": false,
"storageLocation": "memory",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
"typeString": "uint256[]"
},
"typeName": {
"baseType": {
"id": 11255,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "196:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"id": 11256,
"nodeType": "ArrayTypeName",
"src": "196:9:51",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
"typeString": "uint256[]"
}
},
"visibility": "internal"
},
{
"constant": false,
"id": 11260,
"mutability": "mutable",
"name": "amounts",
"nameLocation": "239:7:51",
"nodeType": "VariableDeclaration",
"scope": 11265,
"src": "222:24:51",
"stateVariable": false,
"storageLocation": "memory",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
"typeString": "uint256[]"
},
"typeName": {
"baseType": {
"id": 11258,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "222:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"id": 11259,
"nodeType": "ArrayTypeName",
"src": "222:9:51",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
"typeString": "uint256[]"
}
},
"visibility": "internal"
},
{
"constant": false,
"id": 11262,
"mutability": "mutable",
"name": "data",
"nameLocation": "265:4:51",
"nodeType": "VariableDeclaration",
"scope": 11265,
"src": "252:17:51",
"stateVariable": false,
"storageLocation": "memory",
"typeDescriptions": {
"typeIdentifier": "t_bytes_memory_ptr",
"typeString": "bytes"
},
"typeName": {
"id": 11261,
"name": "bytes",
"nodeType": "ElementaryTypeName",
"src": "252:5:51",
"typeDescriptions": {
"typeIdentifier": "t_bytes_storage_ptr",
"typeString": "bytes"
}
},
"visibility": "internal"
}
],
"src": "174:99:51"
},
"returnParameters": {
"id": 11264,
"nodeType": "ParameterList",
"parameters": [],
"src": "282:0:51"
},
"scope": 11300,
"src": "156:127:51",
"stateMutability": "nonpayable",
"virtual": false,
"visibility": "external"
},
{
"functionSelector": "6b20c454",
"id": 11276,
"implemented": false,
"kind": "function",
"modifiers": [],
"name": "burnBatch",
"nameLocation": "296:9:51",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 11274,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11267,
"mutability": "mutable",
"name": "owner",
"nameLocation": "319:5:51",
"nodeType": "VariableDeclaration",
"scope": 11276,
"src": "311:13:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
},
"typeName": {
"id": 11266,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "311:7:51",
"stateMutability": "nonpayable",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
}
},
"visibility": "internal"
},
{
"constant": false,
"id": 11270,
"mutability": "mutable",
"name": "ids",
"nameLocation": "347:3:51",
"nodeType": "VariableDeclaration",
"scope": 11276,
"src": "330:20:51",
"stateVariable": false,
"storageLocation": "memory",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
"typeString": "uint256[]"
},
"typeName": {
"baseType": {
"id": 11268,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "330:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"id": 11269,
"nodeType": "ArrayTypeName",
"src": "330:9:51",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
"typeString": "uint256[]"
}
},
"visibility": "internal"
},
{
"constant": false,
"id": 11273,
"mutability": "mutable",
"name": "values",
"nameLocation": "373:6:51",
"nodeType": "VariableDeclaration",
"scope": 11276,
"src": "356:23:51",
"stateVariable": false,
"storageLocation": "memory",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
"typeString": "uint256[]"
},
"typeName": {
"baseType": {
"id": 11271,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "356:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"id": 11272,
"nodeType": "ArrayTypeName",
"src": "356:9:51",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
"typeString": "uint256[]"
}
},
"visibility": "internal"
}
],
"src": "305:78:51"
},
"returnParameters": {
"id": 11275,
"nodeType": "ParameterList",
"parameters": [],
"src": "392:0:51"
},
"scope": 11300,
"src": "287:106:51",
"stateMutability": "nonpayable",
"virtual": false,
"visibility": "external"
},
{
"baseFunctions": [
3222
],
"functionSelector": "00fdd58e",
"id": 11285,
"implemented": false,
"kind": "function",
"modifiers": [],
"name": "balanceOf",
"nameLocation": "406:9:51",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 11281,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11278,
"mutability": "mutable",
"name": "account",
"nameLocation": "424:7:51",
"nodeType": "VariableDeclaration",
"scope": 11285,
"src": "416:15:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
},
"typeName": {
"id": 11277,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "416:7:51",
"stateMutability": "nonpayable",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
}
},
"visibility": "internal"
},
{
"constant": false,
"id": 11280,
"mutability": "mutable",
"name": "id",
"nameLocation": "441:2:51",
"nodeType": "VariableDeclaration",
"scope": 11285,
"src": "433:10:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
},
"typeName": {
"id": 11279,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "433:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"visibility": "internal"
}
],
"src": "415:29:51"
},
"returnParameters": {
"id": 11284,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11283,
"mutability": "mutable",
"name": "",
"nameLocation": "-1:-1:-1",
"nodeType": "VariableDeclaration",
"scope": 11285,
"src": "480:7:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
},
"typeName": {
"id": 11282,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "480:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"visibility": "internal"
}
],
"src": "479:9:51"
},
"scope": 11300,
"src": "397:92:51",
"stateMutability": "view",
"virtual": false,
"visibility": "external"
},
{
"functionSelector": "5dd871a3",
"id": 11292,
"implemented": false,
"kind": "function",
"modifiers": [],
"name": "canMint",
"nameLocation": "502:7:51",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 11288,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11287,
"mutability": "mutable",
"name": "id",
"nameLocation": "518:2:51",
"nodeType": "VariableDeclaration",
"scope": 11292,
"src": "510:10:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
},
"typeName": {
"id": 11286,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "510:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"visibility": "internal"
}
],
"src": "509:12:51"
},
"returnParameters": {
"id": 11291,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11290,
"mutability": "mutable",
"name": "",
"nameLocation": "-1:-1:-1",
"nodeType": "VariableDeclaration",
"scope": 11292,
"src": "545:4:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_bool",
"typeString": "bool"
},
"typeName": {
"id": 11289,
"name": "bool",
"nodeType": "ElementaryTypeName",
"src": "545:4:51",
"typeDescriptions": {
"typeIdentifier": "t_bool",
"typeString": "bool"
}
},
"visibility": "internal"
}
],
"src": "544:6:51"
},
"scope": 11300,
"src": "493:58:51",
"stateMutability": "view",
"virtual": false,
"visibility": "external"
},
{
"functionSelector": "f6aacfb1",
"id": 11299,
"implemented": false,
"kind": "function",
"modifiers": [],
"name": "isLocked",
"nameLocation": "564:8:51",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 11295,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11294,
"mutability": "mutable",
"name": "id",
"nameLocation": "581:2:51",
"nodeType": "VariableDeclaration",
"scope": 11299,
"src": "573:10:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
},
"typeName": {
"id": 11293,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "573:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"visibility": "internal"
}
],
"src": "572:12:51"
},
"returnParameters": {
"id": 11298,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11297,
"mutability": "mutable",
"name": "",
"nameLocation": "-1:-1:-1",
"nodeType": "VariableDeclaration",
"scope": 11299,
"src": "608:4:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_bool",
"typeString": "bool"
},
"typeName": {
"id": 11296,
"name": "bool",
"nodeType": "ElementaryTypeName",
"src": "608:4:51",
"typeDescriptions": {
"typeIdentifier": "t_bool",
"typeString": "bool"
}
},
"visibility": "internal"
}
],
"src": "607:6:51"
},
"scope": 11300,
"src": "555:59:51",
"stateMutability": "view",
"virtual": false,
"visibility": "external"
}
],
"scope": 11301,
"src": "119:500:51",
"usedErrors": []
}
],
"src": "32:588:51"
},
"legacyAST": {
"absolutePath": "project:/contracts/interfaces/IBEERC1155.sol",
"exportedSymbols": {
"IBEERC1155": [
11300
],
"IERC1155": [
3284
],
"IERC165": [
7401
]
},
"id": 11301,
"license": "MIT",
"nodeType": "SourceUnit",
"nodes": [
{
"id": 11249,
"literals": [
"solidity",
"0.8",
".10"
],
"nodeType": "PragmaDirective",
"src": "32:23:51"
},
{
"absolutePath": "@openzeppelin/contracts/token/ERC1155/IERC1155.sol",
"file": "@openzeppelin/contracts/token/ERC1155/IERC1155.sol",
"id": 11250,
"nameLocation": "-1:-1:-1",
"nodeType": "ImportDirective",
"scope": 11301,
"sourceUnit": 3285,
"src": "57:60:51",
"symbolAliases": [],
"unitAlias": ""
},
{
"abstract": false,
"baseContracts": [
{
"baseName": {
"id": 11251,
"name": "IERC1155",
"nodeType": "IdentifierPath",
"referencedDeclaration": 3284,
"src": "143:8:51"
},
"id": 11252,
"nodeType": "InheritanceSpecifier",
"src": "143:8:51"
}
],
"canonicalName": "IBEERC1155",
"contractDependencies": [],
"contractKind": "interface",
"fullyImplemented": false,
"id": 11300,
"linearizedBaseContracts": [
11300,
3284,
7401
],
"name": "IBEERC1155",
"nameLocation": "129:10:51",
"nodeType": "ContractDefinition",
"nodes": [
{
"functionSelector": "1f7fdffa",
"id": 11265,
"implemented": false,
"kind": "function",
"modifiers": [],
"name": "mintBatch",
"nameLocation": "165:9:51",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 11263,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11254,
"mutability": "mutable",
"name": "to",
"nameLocation": "188:2:51",
"nodeType": "VariableDeclaration",
"scope": 11265,
"src": "180:10:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
},
"typeName": {
"id": 11253,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "180:7:51",
"stateMutability": "nonpayable",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
}
},
"visibility": "internal"
},
{
"constant": false,
"id": 11257,
"mutability": "mutable",
"name": "ids",
"nameLocation": "213:3:51",
"nodeType": "VariableDeclaration",
"scope": 11265,
"src": "196:20:51",
"stateVariable": false,
"storageLocation": "memory",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
"typeString": "uint256[]"
},
"typeName": {
"baseType": {
"id": 11255,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "196:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"id": 11256,
"nodeType": "ArrayTypeName",
"src": "196:9:51",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
"typeString": "uint256[]"
}
},
"visibility": "internal"
},
{
"constant": false,
"id": 11260,
"mutability": "mutable",
"name": "amounts",
"nameLocation": "239:7:51",
"nodeType": "VariableDeclaration",
"scope": 11265,
"src": "222:24:51",
"stateVariable": false,
"storageLocation": "memory",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
"typeString": "uint256[]"
},
"typeName": {
"baseType": {
"id": 11258,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "222:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"id": 11259,
"nodeType": "ArrayTypeName",
"src": "222:9:51",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
"typeString": "uint256[]"
}
},
"visibility": "internal"
},
{
"constant": false,
"id": 11262,
"mutability": "mutable",
"name": "data",
"nameLocation": "265:4:51",
"nodeType": "VariableDeclaration",
"scope": 11265,
"src": "252:17:51",
"stateVariable": false,
"storageLocation": "memory",
"typeDescriptions": {
"typeIdentifier": "t_bytes_memory_ptr",
"typeString": "bytes"
},
"typeName": {
"id": 11261,
"name": "bytes",
"nodeType": "ElementaryTypeName",
"src": "252:5:51",
"typeDescriptions": {
"typeIdentifier": "t_bytes_storage_ptr",
"typeString": "bytes"
}
},
"visibility": "internal"
}
],
"src": "174:99:51"
},
"returnParameters": {
"id": 11264,
"nodeType": "ParameterList",
"parameters": [],
"src": "282:0:51"
},
"scope": 11300,
"src": "156:127:51",
"stateMutability": "nonpayable",
"virtual": false,
"visibility": "external"
},
{
"functionSelector": "6b20c454",
"id": 11276,
"implemented": false,
"kind": "function",
"modifiers": [],
"name": "burnBatch",
"nameLocation": "296:9:51",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 11274,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11267,
"mutability": "mutable",
"name": "owner",
"nameLocation": "319:5:51",
"nodeType": "VariableDeclaration",
"scope": 11276,
"src": "311:13:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
},
"typeName": {
"id": 11266,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "311:7:51",
"stateMutability": "nonpayable",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
}
},
"visibility": "internal"
},
{
"constant": false,
"id": 11270,
"mutability": "mutable",
"name": "ids",
"nameLocation": "347:3:51",
"nodeType": "VariableDeclaration",
"scope": 11276,
"src": "330:20:51",
"stateVariable": false,
"storageLocation": "memory",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
"typeString": "uint256[]"
},
"typeName": {
"baseType": {
"id": 11268,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "330:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"id": 11269,
"nodeType": "ArrayTypeName",
"src": "330:9:51",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
"typeString": "uint256[]"
}
},
"visibility": "internal"
},
{
"constant": false,
"id": 11273,
"mutability": "mutable",
"name": "values",
"nameLocation": "373:6:51",
"nodeType": "VariableDeclaration",
"scope": 11276,
"src": "356:23:51",
"stateVariable": false,
"storageLocation": "memory",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
"typeString": "uint256[]"
},
"typeName": {
"baseType": {
"id": 11271,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "356:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"id": 11272,
"nodeType": "ArrayTypeName",
"src": "356:9:51",
"typeDescriptions": {
"typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
"typeString": "uint256[]"
}
},
"visibility": "internal"
}
],
"src": "305:78:51"
},
"returnParameters": {
"id": 11275,
"nodeType": "ParameterList",
"parameters": [],
"src": "392:0:51"
},
"scope": 11300,
"src": "287:106:51",
"stateMutability": "nonpayable",
"virtual": false,
"visibility": "external"
},
{
"baseFunctions": [
3222
],
"functionSelector": "00fdd58e",
"id": 11285,
"implemented": false,
"kind": "function",
"modifiers": [],
"name": "balanceOf",
"nameLocation": "406:9:51",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 11281,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11278,
"mutability": "mutable",
"name": "account",
"nameLocation": "424:7:51",
"nodeType": "VariableDeclaration",
"scope": 11285,
"src": "416:15:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
},
"typeName": {
"id": 11277,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "416:7:51",
"stateMutability": "nonpayable",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
}
},
"visibility": "internal"
},
{
"constant": false,
"id": 11280,
"mutability": "mutable",
"name": "id",
"nameLocation": "441:2:51",
"nodeType": "VariableDeclaration",
"scope": 11285,
"src": "433:10:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
},
"typeName": {
"id": 11279,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "433:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"visibility": "internal"
}
],
"src": "415:29:51"
},
"returnParameters": {
"id": 11284,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11283,
"mutability": "mutable",
"name": "",
"nameLocation": "-1:-1:-1",
"nodeType": "VariableDeclaration",
"scope": 11285,
"src": "480:7:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
},
"typeName": {
"id": 11282,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "480:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"visibility": "internal"
}
],
"src": "479:9:51"
},
"scope": 11300,
"src": "397:92:51",
"stateMutability": "view",
"virtual": false,
"visibility": "external"
},
{
"functionSelector": "5dd871a3",
"id": 11292,
"implemented": false,
"kind": "function",
"modifiers": [],
"name": "canMint",
"nameLocation": "502:7:51",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 11288,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11287,
"mutability": "mutable",
"name": "id",
"nameLocation": "518:2:51",
"nodeType": "VariableDeclaration",
"scope": 11292,
"src": "510:10:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
},
"typeName": {
"id": 11286,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "510:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"visibility": "internal"
}
],
"src": "509:12:51"
},
"returnParameters": {
"id": 11291,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11290,
"mutability": "mutable",
"name": "",
"nameLocation": "-1:-1:-1",
"nodeType": "VariableDeclaration",
"scope": 11292,
"src": "545:4:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_bool",
"typeString": "bool"
},
"typeName": {
"id": 11289,
"name": "bool",
"nodeType": "ElementaryTypeName",
"src": "545:4:51",
"typeDescriptions": {
"typeIdentifier": "t_bool",
"typeString": "bool"
}
},
"visibility": "internal"
}
],
"src": "544:6:51"
},
"scope": 11300,
"src": "493:58:51",
"stateMutability": "view",
"virtual": false,
"visibility": "external"
},
{
"functionSelector": "f6aacfb1",
"id": 11299,
"implemented": false,
"kind": "function",
"modifiers": [],
"name": "isLocked",
"nameLocation": "564:8:51",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 11295,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11294,
"mutability": "mutable",
"name": "id",
"nameLocation": "581:2:51",
"nodeType": "VariableDeclaration",
"scope": 11299,
"src": "573:10:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
},
"typeName": {
"id": 11293,
"name": "uint256",
"nodeType": "ElementaryTypeName",
"src": "573:7:51",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
}
},
"visibility": "internal"
}
],
"src": "572:12:51"
},
"returnParameters": {
"id": 11298,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 11297,
"mutability": "mutable",
"name": "",
"nameLocation": "-1:-1:-1",
"nodeType": "VariableDeclaration",
"scope": 11299,
"src": "608:4:51",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_bool",
"typeString": "bool"
},
"typeName": {
"id": 11296,
"name": "bool",
"nodeType": "ElementaryTypeName",
"src": "608:4:51",
"typeDescriptions": {
"typeIdentifier": "t_bool",
"typeString": "bool"
}
},
"visibility": "internal"
}
],
"src": "607:6:51"
},
"scope": 11300,
"src": "555:59:51",
"stateMutability": "view",
"virtual": false,
"visibility": "external"
}
],
"scope": 11301,
"src": "119:500:51",
"usedErrors": []
}
],
"src": "32:588:51"
},
"compiler": {
"name": "solc",
"version": "0.8.10+commit.fc410830.Emscripten.clang"
},
"networks": {},
"schemaVersion": "3.4.4",
"updatedAt": "2023-12-01T09:03:16.565Z",
"devdoc": {
"kind": "dev",
"methods": {
"balanceOf(address,uint256)": {
"details": "Returns the amount of tokens of token type `id` owned by `account`. Requirements: - `account` cannot be the zero address."
},
"balanceOfBatch(address[],uint256[])": {
"details": "xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}. Requirements: - `accounts` and `ids` must have the same length."
},
"isApprovedForAll(address,address)": {
"details": "Returns true if `operator` is approved to transfer ``account``'s tokens. See {setApprovalForAll}."
},
"safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)": {
"details": "xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}. Emits a {TransferBatch} event. Requirements: - `ids` and `amounts` must have the same length. - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the acceptance magic value."
},
"safeTransferFrom(address,address,uint256,uint256,bytes)": {
"details": "Transfers `amount` tokens of token type `id` from `from` to `to`. Emits a {TransferSingle} event. Requirements: - `to` cannot be the zero address. - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}. - `from` must have a balance of tokens of type `id` of at least `amount`. - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the acceptance magic value."
},
"setApprovalForAll(address,bool)": {
"details": "Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`, Emits an {ApprovalForAll} event. Requirements: - `operator` cannot be the caller."
},
"supportsInterface(bytes4)": {
"details": "Returns true if this contract implements the interface defined by `interfaceId`. See the corresponding https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] to learn more about how these ids are created. This function call must use less than 30 000 gas."
}
},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
}