832 lines
25 KiB
JSON
832 lines
25 KiB
JSON
{
|
|
"contracts": {
|
|
"TokenVesting": {
|
|
"address": "0x46de4dd86cda61a577f1ec068cda5f860b93647d",
|
|
"constructorCode": "608060405234801561001057600080fd5b506114f6806100206000396000f3fe",
|
|
"bodyBytecodeHash": "c073eddd6c79d523b1928939c82f8095399ad0171bb069ad387f26b7367f18fc",
|
|
"localBytecodeHash": "ec2e949079798b2b0314d7f09a2022185da072ee9dc5c6c660655b70d69e5acd",
|
|
"deployedBytecodeHash": "ec2e949079798b2b0314d7f09a2022185da072ee9dc5c6c660655b70d69e5acd",
|
|
"types": {
|
|
"t_bool": {
|
|
"id": "t_bool",
|
|
"kind": "elementary",
|
|
"label": "bool"
|
|
},
|
|
"t_uint256": {
|
|
"id": "t_uint256",
|
|
"kind": "elementary",
|
|
"label": "uint256"
|
|
},
|
|
"t_array:50<t_uint256>": {
|
|
"id": "t_array:50<t_uint256>",
|
|
"valueType": "t_uint256",
|
|
"length": "50",
|
|
"kind": "array",
|
|
"label": "uint256[50]"
|
|
},
|
|
"t_address": {
|
|
"id": "t_address",
|
|
"kind": "elementary",
|
|
"label": "address"
|
|
},
|
|
"t_mapping<t_uint256>": {
|
|
"id": "t_mapping<t_uint256>",
|
|
"valueType": "t_uint256",
|
|
"label": "mapping(key => uint256)",
|
|
"kind": "mapping"
|
|
},
|
|
"t_mapping<t_bool>": {
|
|
"id": "t_mapping<t_bool>",
|
|
"valueType": "t_bool",
|
|
"label": "mapping(key => bool)",
|
|
"kind": "mapping"
|
|
}
|
|
},
|
|
"storage": [
|
|
{
|
|
"contract": "Initializable",
|
|
"path": "zos-lib/contracts/Initializable.sol",
|
|
"label": "initialized",
|
|
"astId": 11434,
|
|
"type": "t_bool",
|
|
"src": "757:24:139"
|
|
},
|
|
{
|
|
"contract": "Initializable",
|
|
"path": "zos-lib/contracts/Initializable.sol",
|
|
"label": "initializing",
|
|
"astId": 11436,
|
|
"type": "t_bool",
|
|
"src": "876:25:139"
|
|
},
|
|
{
|
|
"contract": "Initializable",
|
|
"path": "zos-lib/contracts/Initializable.sol",
|
|
"label": "______gap",
|
|
"astId": 11485,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1891:29:139"
|
|
},
|
|
{
|
|
"contract": "Ownable",
|
|
"path": "contracts/ownership/Ownable.sol",
|
|
"label": "_owner",
|
|
"astId": 7368,
|
|
"type": "t_address",
|
|
"src": "302:22:104"
|
|
},
|
|
{
|
|
"contract": "Ownable",
|
|
"path": "contracts/ownership/Ownable.sol",
|
|
"label": "______gap",
|
|
"astId": 7479,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "2186:29:104"
|
|
},
|
|
{
|
|
"contract": "TokenVesting",
|
|
"path": "contracts/drafts/TokenVesting.sol",
|
|
"label": "_beneficiary",
|
|
"astId": 3048,
|
|
"type": "t_address",
|
|
"src": "1133:28:27"
|
|
},
|
|
{
|
|
"contract": "TokenVesting",
|
|
"path": "contracts/drafts/TokenVesting.sol",
|
|
"label": "_cliff",
|
|
"astId": 3050,
|
|
"type": "t_uint256",
|
|
"src": "1263:22:27"
|
|
},
|
|
{
|
|
"contract": "TokenVesting",
|
|
"path": "contracts/drafts/TokenVesting.sol",
|
|
"label": "_start",
|
|
"astId": 3052,
|
|
"type": "t_uint256",
|
|
"src": "1291:22:27"
|
|
},
|
|
{
|
|
"contract": "TokenVesting",
|
|
"path": "contracts/drafts/TokenVesting.sol",
|
|
"label": "_duration",
|
|
"astId": 3054,
|
|
"type": "t_uint256",
|
|
"src": "1319:25:27"
|
|
},
|
|
{
|
|
"contract": "TokenVesting",
|
|
"path": "contracts/drafts/TokenVesting.sol",
|
|
"label": "_revocable",
|
|
"astId": 3056,
|
|
"type": "t_bool",
|
|
"src": "1351:23:27"
|
|
},
|
|
{
|
|
"contract": "TokenVesting",
|
|
"path": "contracts/drafts/TokenVesting.sol",
|
|
"label": "_released",
|
|
"astId": 3060,
|
|
"type": "t_mapping<t_uint256>",
|
|
"src": "1381:46:27"
|
|
},
|
|
{
|
|
"contract": "TokenVesting",
|
|
"path": "contracts/drafts/TokenVesting.sol",
|
|
"label": "_revoked",
|
|
"astId": 3064,
|
|
"type": "t_mapping<t_bool>",
|
|
"src": "1433:42:27"
|
|
},
|
|
{
|
|
"contract": "TokenVesting",
|
|
"path": "contracts/drafts/TokenVesting.sol",
|
|
"label": "______gap",
|
|
"astId": 3406,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "5837:29:27"
|
|
}
|
|
],
|
|
"warnings": {
|
|
"hasConstructor": false,
|
|
"hasSelfDestruct": false,
|
|
"hasDelegateCall": false,
|
|
"hasInitialValuesInDeclarations": false,
|
|
"uninitializedBaseContracts": []
|
|
}
|
|
},
|
|
"PaymentSplitter": {
|
|
"address": "0xca98af4495ef1fd432cc8d61d7a16a0dd540f533",
|
|
"constructorCode": "608060405234801561001057600080fd5b50610c22806100206000396000f3fe",
|
|
"bodyBytecodeHash": "e207c0c86e8e619a29af7b55615bb483a5459eb42dcce825db3b050133381561",
|
|
"localBytecodeHash": "104fd29be6e97bf49f2dd3654bff1bd57279f3da56ba3e8207704c481851642d",
|
|
"deployedBytecodeHash": "104fd29be6e97bf49f2dd3654bff1bd57279f3da56ba3e8207704c481851642d",
|
|
"types": {
|
|
"t_bool": {
|
|
"id": "t_bool",
|
|
"kind": "elementary",
|
|
"label": "bool"
|
|
},
|
|
"t_uint256": {
|
|
"id": "t_uint256",
|
|
"kind": "elementary",
|
|
"label": "uint256"
|
|
},
|
|
"t_array:50<t_uint256>": {
|
|
"id": "t_array:50<t_uint256>",
|
|
"valueType": "t_uint256",
|
|
"length": "50",
|
|
"kind": "array",
|
|
"label": "uint256[50]"
|
|
},
|
|
"t_mapping<t_uint256>": {
|
|
"id": "t_mapping<t_uint256>",
|
|
"valueType": "t_uint256",
|
|
"label": "mapping(key => uint256)",
|
|
"kind": "mapping"
|
|
},
|
|
"t_address": {
|
|
"id": "t_address",
|
|
"kind": "elementary",
|
|
"label": "address"
|
|
},
|
|
"t_array:dyn<t_address>": {
|
|
"id": "t_array:dyn<t_address>",
|
|
"valueType": "t_address",
|
|
"length": "dyn",
|
|
"kind": "array",
|
|
"label": "address[]"
|
|
}
|
|
},
|
|
"storage": [
|
|
{
|
|
"contract": "Initializable",
|
|
"path": "zos-lib/contracts/Initializable.sol",
|
|
"label": "initialized",
|
|
"astId": 11434,
|
|
"type": "t_bool",
|
|
"src": "757:24:139"
|
|
},
|
|
{
|
|
"contract": "Initializable",
|
|
"path": "zos-lib/contracts/Initializable.sol",
|
|
"label": "initializing",
|
|
"astId": 11436,
|
|
"type": "t_bool",
|
|
"src": "876:25:139"
|
|
},
|
|
{
|
|
"contract": "Initializable",
|
|
"path": "zos-lib/contracts/Initializable.sol",
|
|
"label": "______gap",
|
|
"astId": 11485,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1891:29:139"
|
|
},
|
|
{
|
|
"contract": "PaymentSplitter",
|
|
"path": "contracts/payment/PaymentSplitter.sol",
|
|
"label": "_totalShares",
|
|
"astId": 7584,
|
|
"type": "t_uint256",
|
|
"src": "540:28:106"
|
|
},
|
|
{
|
|
"contract": "PaymentSplitter",
|
|
"path": "contracts/payment/PaymentSplitter.sol",
|
|
"label": "_totalReleased",
|
|
"astId": 7586,
|
|
"type": "t_uint256",
|
|
"src": "574:30:106"
|
|
},
|
|
{
|
|
"contract": "PaymentSplitter",
|
|
"path": "contracts/payment/PaymentSplitter.sol",
|
|
"label": "_shares",
|
|
"astId": 7590,
|
|
"type": "t_mapping<t_uint256>",
|
|
"src": "611:43:106"
|
|
},
|
|
{
|
|
"contract": "PaymentSplitter",
|
|
"path": "contracts/payment/PaymentSplitter.sol",
|
|
"label": "_released",
|
|
"astId": 7594,
|
|
"type": "t_mapping<t_uint256>",
|
|
"src": "660:45:106"
|
|
},
|
|
{
|
|
"contract": "PaymentSplitter",
|
|
"path": "contracts/payment/PaymentSplitter.sol",
|
|
"label": "_payees",
|
|
"astId": 7597,
|
|
"type": "t_array:dyn<t_address>",
|
|
"src": "711:25:106"
|
|
},
|
|
{
|
|
"contract": "PaymentSplitter",
|
|
"path": "contracts/payment/PaymentSplitter.sol",
|
|
"label": "______gap",
|
|
"astId": 7843,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "3236:29:106"
|
|
}
|
|
],
|
|
"warnings": {
|
|
"hasConstructor": false,
|
|
"hasSelfDestruct": false,
|
|
"hasDelegateCall": false,
|
|
"hasInitialValuesInDeclarations": false,
|
|
"uninitializedBaseContracts": []
|
|
}
|
|
},
|
|
"StandaloneERC20": {
|
|
"address": "0xa2fea790755520c180075a93f23db7784319939c",
|
|
"constructorCode": "608060405234801561001057600080fd5b5061305d806100206000396000f3fe",
|
|
"bodyBytecodeHash": "5eb490a2f0b8c96a6499d418a6f8ec91f83880601e10bfa3c4290ae1263e292c",
|
|
"localBytecodeHash": "8e02bcbf0d25ebd2f9919db40add667731526e5abdf6d90fd6c79c68f1364034",
|
|
"deployedBytecodeHash": "8e02bcbf0d25ebd2f9919db40add667731526e5abdf6d90fd6c79c68f1364034",
|
|
"types": {
|
|
"t_bool": {
|
|
"id": "t_bool",
|
|
"kind": "elementary",
|
|
"label": "bool"
|
|
},
|
|
"t_uint256": {
|
|
"id": "t_uint256",
|
|
"kind": "elementary",
|
|
"label": "uint256"
|
|
},
|
|
"t_array:50<t_uint256>": {
|
|
"id": "t_array:50<t_uint256>",
|
|
"valueType": "t_uint256",
|
|
"length": "50",
|
|
"kind": "array",
|
|
"label": "uint256[50]"
|
|
},
|
|
"t_string": {
|
|
"id": "t_string",
|
|
"kind": "elementary",
|
|
"label": "string"
|
|
},
|
|
"t_uint8": {
|
|
"id": "t_uint8",
|
|
"kind": "elementary",
|
|
"label": "uint8"
|
|
},
|
|
"t_mapping<t_uint256>": {
|
|
"id": "t_mapping<t_uint256>",
|
|
"valueType": "t_uint256",
|
|
"label": "mapping(key => uint256)",
|
|
"kind": "mapping"
|
|
},
|
|
"t_struct<Roles.Role>": {
|
|
"id": "t_struct<Roles.Role>",
|
|
"kind": "struct",
|
|
"label": "Roles.Role",
|
|
"members": [
|
|
{
|
|
"label": "bearer",
|
|
"astId": 5,
|
|
"type": "t_mapping<t_bool>",
|
|
"src": "150:32:0"
|
|
}
|
|
]
|
|
},
|
|
"t_mapping<t_bool>": {
|
|
"id": "t_mapping<t_bool>",
|
|
"valueType": "t_bool",
|
|
"label": "mapping(key => bool)",
|
|
"kind": "mapping"
|
|
}
|
|
},
|
|
"storage": [
|
|
{
|
|
"contract": "Initializable",
|
|
"path": "zos-lib/contracts/Initializable.sol",
|
|
"label": "initialized",
|
|
"astId": 11434,
|
|
"type": "t_bool",
|
|
"src": "757:24:139"
|
|
},
|
|
{
|
|
"contract": "Initializable",
|
|
"path": "zos-lib/contracts/Initializable.sol",
|
|
"label": "initializing",
|
|
"astId": 11436,
|
|
"type": "t_bool",
|
|
"src": "876:25:139"
|
|
},
|
|
{
|
|
"contract": "Initializable",
|
|
"path": "zos-lib/contracts/Initializable.sol",
|
|
"label": "______gap",
|
|
"astId": 11485,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1891:29:139"
|
|
},
|
|
{
|
|
"contract": "ERC20Detailed",
|
|
"path": "contracts/token/ERC20/ERC20Detailed.sol",
|
|
"label": "_name",
|
|
"astId": 8827,
|
|
"type": "t_string",
|
|
"src": "382:20:114"
|
|
},
|
|
{
|
|
"contract": "ERC20Detailed",
|
|
"path": "contracts/token/ERC20/ERC20Detailed.sol",
|
|
"label": "_symbol",
|
|
"astId": 8829,
|
|
"type": "t_string",
|
|
"src": "408:22:114"
|
|
},
|
|
{
|
|
"contract": "ERC20Detailed",
|
|
"path": "contracts/token/ERC20/ERC20Detailed.sol",
|
|
"label": "_decimals",
|
|
"astId": 8831,
|
|
"type": "t_uint8",
|
|
"src": "436:23:114"
|
|
},
|
|
{
|
|
"contract": "ERC20Detailed",
|
|
"path": "contracts/token/ERC20/ERC20Detailed.sol",
|
|
"label": "______gap",
|
|
"astId": 8883,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1097:29:114"
|
|
},
|
|
{
|
|
"contract": "ERC20",
|
|
"path": "contracts/token/ERC20/ERC20.sol",
|
|
"label": "_balances",
|
|
"astId": 8282,
|
|
"type": "t_mapping<t_uint256>",
|
|
"src": "774:46:111"
|
|
},
|
|
{
|
|
"contract": "ERC20",
|
|
"path": "contracts/token/ERC20/ERC20.sol",
|
|
"label": "_allowed",
|
|
"astId": 8288,
|
|
"type": "t_mapping<t_uint256>",
|
|
"src": "827:66:111"
|
|
},
|
|
{
|
|
"contract": "ERC20",
|
|
"path": "contracts/token/ERC20/ERC20.sol",
|
|
"label": "_totalSupply",
|
|
"astId": 8290,
|
|
"type": "t_uint256",
|
|
"src": "900:28:111"
|
|
},
|
|
{
|
|
"contract": "ERC20",
|
|
"path": "contracts/token/ERC20/ERC20.sol",
|
|
"label": "______gap",
|
|
"astId": 8704,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "7661:29:111"
|
|
},
|
|
{
|
|
"contract": "MinterRole",
|
|
"path": "contracts/access/roles/MinterRole.sol",
|
|
"label": "_minters",
|
|
"astId": 231,
|
|
"type": "t_struct<Roles.Role>",
|
|
"src": "271:27:2"
|
|
},
|
|
{
|
|
"contract": "MinterRole",
|
|
"path": "contracts/access/roles/MinterRole.sol",
|
|
"label": "______gap",
|
|
"astId": 330,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1081:29:2"
|
|
},
|
|
{
|
|
"contract": "ERC20Mintable",
|
|
"path": "contracts/token/ERC20/ERC20Mintable.sol",
|
|
"label": "______gap",
|
|
"astId": 8932,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "745:29:115"
|
|
},
|
|
{
|
|
"contract": "PauserRole",
|
|
"path": "contracts/access/roles/PauserRole.sol",
|
|
"label": "_pausers",
|
|
"astId": 350,
|
|
"type": "t_struct<Roles.Role>",
|
|
"src": "271:27:3"
|
|
},
|
|
{
|
|
"contract": "PauserRole",
|
|
"path": "contracts/access/roles/PauserRole.sol",
|
|
"label": "______gap",
|
|
"astId": 449,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1081:29:3"
|
|
},
|
|
{
|
|
"contract": "Pausable",
|
|
"path": "contracts/lifecycle/Pausable.sol",
|
|
"label": "_paused",
|
|
"astId": 3907,
|
|
"type": "t_bool",
|
|
"src": "352:20:34"
|
|
},
|
|
{
|
|
"contract": "Pausable",
|
|
"path": "contracts/lifecycle/Pausable.sol",
|
|
"label": "______gap",
|
|
"astId": 3988,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1429:29:34"
|
|
},
|
|
{
|
|
"contract": "ERC20Pausable",
|
|
"path": "contracts/token/ERC20/ERC20Pausable.sol",
|
|
"label": "______gap",
|
|
"astId": 9055,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1195:29:116"
|
|
}
|
|
],
|
|
"warnings": {
|
|
"hasConstructor": false,
|
|
"hasSelfDestruct": false,
|
|
"hasDelegateCall": false,
|
|
"hasInitialValuesInDeclarations": false,
|
|
"uninitializedBaseContracts": []
|
|
}
|
|
},
|
|
"StandaloneERC721": {
|
|
"address": "0xf3f17c40bb1b0faad3a5e910d31665bba7c2cfdc",
|
|
"constructorCode": "608060405234801561001057600080fd5b50613b26806100206000396000f3fe",
|
|
"bodyBytecodeHash": "557fd20eddf815a94869bc83b1e74d2357c2ef4bdceaa5c831d6fc1e47433153",
|
|
"localBytecodeHash": "14ff23330545ddecfbe6c4d948cb6b1138857db21b815cbf381757e2beb101bb",
|
|
"deployedBytecodeHash": "14ff23330545ddecfbe6c4d948cb6b1138857db21b815cbf381757e2beb101bb",
|
|
"types": {
|
|
"t_bool": {
|
|
"id": "t_bool",
|
|
"kind": "elementary",
|
|
"label": "bool"
|
|
},
|
|
"t_uint256": {
|
|
"id": "t_uint256",
|
|
"kind": "elementary",
|
|
"label": "uint256"
|
|
},
|
|
"t_array:50<t_uint256>": {
|
|
"id": "t_array:50<t_uint256>",
|
|
"valueType": "t_uint256",
|
|
"length": "50",
|
|
"kind": "array",
|
|
"label": "uint256[50]"
|
|
},
|
|
"t_mapping<t_bool>": {
|
|
"id": "t_mapping<t_bool>",
|
|
"valueType": "t_bool",
|
|
"label": "mapping(key => bool)",
|
|
"kind": "mapping"
|
|
},
|
|
"t_address": {
|
|
"id": "t_address",
|
|
"kind": "elementary",
|
|
"label": "address"
|
|
},
|
|
"t_mapping<t_address>": {
|
|
"id": "t_mapping<t_address>",
|
|
"valueType": "t_address",
|
|
"label": "mapping(key => address)",
|
|
"kind": "mapping"
|
|
},
|
|
"t_mapping<t_uint256>": {
|
|
"id": "t_mapping<t_uint256>",
|
|
"valueType": "t_uint256",
|
|
"label": "mapping(key => uint256)",
|
|
"kind": "mapping"
|
|
},
|
|
"t_array:dyn<t_uint256>": {
|
|
"id": "t_array:dyn<t_uint256>",
|
|
"valueType": "t_uint256",
|
|
"length": "dyn",
|
|
"kind": "array",
|
|
"label": "uint256[]"
|
|
},
|
|
"t_mapping<t_array:dyn<t_uint256>>": {
|
|
"id": "t_mapping<t_array:dyn<t_uint256>>",
|
|
"valueType": "t_array:dyn<t_uint256>",
|
|
"label": "mapping(key => uint256[])",
|
|
"kind": "mapping"
|
|
},
|
|
"t_string": {
|
|
"id": "t_string",
|
|
"kind": "elementary",
|
|
"label": "string"
|
|
},
|
|
"t_mapping<t_string>": {
|
|
"id": "t_mapping<t_string>",
|
|
"valueType": "t_string",
|
|
"label": "mapping(key => string)",
|
|
"kind": "mapping"
|
|
},
|
|
"t_struct<Roles.Role>": {
|
|
"id": "t_struct<Roles.Role>",
|
|
"kind": "struct",
|
|
"label": "Roles.Role",
|
|
"members": [
|
|
{
|
|
"label": "bearer",
|
|
"astId": 5,
|
|
"type": "t_mapping<t_bool>",
|
|
"src": "150:32:0"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"storage": [
|
|
{
|
|
"contract": "Initializable",
|
|
"path": "zos-lib/contracts/Initializable.sol",
|
|
"label": "initialized",
|
|
"astId": 11434,
|
|
"type": "t_bool",
|
|
"src": "757:24:139"
|
|
},
|
|
{
|
|
"contract": "Initializable",
|
|
"path": "zos-lib/contracts/Initializable.sol",
|
|
"label": "initializing",
|
|
"astId": 11436,
|
|
"type": "t_bool",
|
|
"src": "876:25:139"
|
|
},
|
|
{
|
|
"contract": "Initializable",
|
|
"path": "zos-lib/contracts/Initializable.sol",
|
|
"label": "______gap",
|
|
"astId": 11485,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1891:29:139"
|
|
},
|
|
{
|
|
"contract": "ERC165",
|
|
"path": "contracts/introspection/ERC165.sol",
|
|
"label": "_supportedInterfaces",
|
|
"astId": 3697,
|
|
"type": "t_mapping<t_bool>",
|
|
"src": "497:52:31"
|
|
},
|
|
{
|
|
"contract": "ERC165",
|
|
"path": "contracts/introspection/ERC165.sol",
|
|
"label": "______gap",
|
|
"astId": 3741,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1230:29:31"
|
|
},
|
|
{
|
|
"contract": "ERC721",
|
|
"path": "contracts/token/ERC721/ERC721.sol",
|
|
"label": "_tokenOwner",
|
|
"astId": 9600,
|
|
"type": "t_mapping<t_address>",
|
|
"src": "774:48:121"
|
|
},
|
|
{
|
|
"contract": "ERC721",
|
|
"path": "contracts/token/ERC721/ERC721.sol",
|
|
"label": "_tokenApprovals",
|
|
"astId": 9604,
|
|
"type": "t_mapping<t_address>",
|
|
"src": "878:52:121"
|
|
},
|
|
{
|
|
"contract": "ERC721",
|
|
"path": "contracts/token/ERC721/ERC721.sol",
|
|
"label": "_ownedTokensCount",
|
|
"astId": 9608,
|
|
"type": "t_mapping<t_uint256>",
|
|
"src": "988:54:121"
|
|
},
|
|
{
|
|
"contract": "ERC721",
|
|
"path": "contracts/token/ERC721/ERC721.sol",
|
|
"label": "_operatorApprovals",
|
|
"astId": 9614,
|
|
"type": "t_mapping<t_bool>",
|
|
"src": "1097:73:121"
|
|
},
|
|
{
|
|
"contract": "ERC721",
|
|
"path": "contracts/token/ERC721/ERC721.sol",
|
|
"label": "______gap",
|
|
"astId": 10155,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "11668:29:121"
|
|
},
|
|
{
|
|
"contract": "ERC721Enumerable",
|
|
"path": "contracts/token/ERC721/ERC721Enumerable.sol",
|
|
"label": "_ownedTokens",
|
|
"astId": 10206,
|
|
"type": "t_mapping<t_array:dyn<t_uint256>>",
|
|
"src": "467:50:123"
|
|
},
|
|
{
|
|
"contract": "ERC721Enumerable",
|
|
"path": "contracts/token/ERC721/ERC721Enumerable.sol",
|
|
"label": "_ownedTokensIndex",
|
|
"astId": 10210,
|
|
"type": "t_mapping<t_uint256>",
|
|
"src": "587:53:123"
|
|
},
|
|
{
|
|
"contract": "ERC721Enumerable",
|
|
"path": "contracts/token/ERC721/ERC721Enumerable.sol",
|
|
"label": "_allTokens",
|
|
"astId": 10213,
|
|
"type": "t_array:dyn<t_uint256>",
|
|
"src": "701:28:123"
|
|
},
|
|
{
|
|
"contract": "ERC721Enumerable",
|
|
"path": "contracts/token/ERC721/ERC721Enumerable.sol",
|
|
"label": "_allTokensIndex",
|
|
"astId": 10217,
|
|
"type": "t_mapping<t_uint256>",
|
|
"src": "800:51:123"
|
|
},
|
|
{
|
|
"contract": "ERC721Enumerable",
|
|
"path": "contracts/token/ERC721/ERC721Enumerable.sol",
|
|
"label": "______gap",
|
|
"astId": 10546,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "8814:29:123"
|
|
},
|
|
{
|
|
"contract": "ERC721Metadata",
|
|
"path": "contracts/token/ERC721/ERC721Metadata.sol",
|
|
"label": "_name",
|
|
"astId": 10630,
|
|
"type": "t_string",
|
|
"src": "266:20:126"
|
|
},
|
|
{
|
|
"contract": "ERC721Metadata",
|
|
"path": "contracts/token/ERC721/ERC721Metadata.sol",
|
|
"label": "_symbol",
|
|
"astId": 10632,
|
|
"type": "t_string",
|
|
"src": "313:22:126"
|
|
},
|
|
{
|
|
"contract": "ERC721Metadata",
|
|
"path": "contracts/token/ERC721/ERC721Metadata.sol",
|
|
"label": "_tokenURIs",
|
|
"astId": 10636,
|
|
"type": "t_mapping<t_string>",
|
|
"src": "381:45:126"
|
|
},
|
|
{
|
|
"contract": "ERC721Metadata",
|
|
"path": "contracts/token/ERC721/ERC721Metadata.sol",
|
|
"label": "______gap",
|
|
"astId": 10765,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "2824:29:126"
|
|
},
|
|
{
|
|
"contract": "MinterRole",
|
|
"path": "contracts/access/roles/MinterRole.sol",
|
|
"label": "_minters",
|
|
"astId": 231,
|
|
"type": "t_struct<Roles.Role>",
|
|
"src": "271:27:2"
|
|
},
|
|
{
|
|
"contract": "MinterRole",
|
|
"path": "contracts/access/roles/MinterRole.sol",
|
|
"label": "______gap",
|
|
"astId": 330,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1081:29:2"
|
|
},
|
|
{
|
|
"contract": "ERC721MetadataMintable",
|
|
"path": "contracts/token/ERC721/ERC721MetadataMintable.sol",
|
|
"label": "______gap",
|
|
"astId": 10835,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1040:29:127"
|
|
},
|
|
{
|
|
"contract": "PauserRole",
|
|
"path": "contracts/access/roles/PauserRole.sol",
|
|
"label": "_pausers",
|
|
"astId": 350,
|
|
"type": "t_struct<Roles.Role>",
|
|
"src": "271:27:3"
|
|
},
|
|
{
|
|
"contract": "PauserRole",
|
|
"path": "contracts/access/roles/PauserRole.sol",
|
|
"label": "______gap",
|
|
"astId": 449,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1081:29:3"
|
|
},
|
|
{
|
|
"contract": "Pausable",
|
|
"path": "contracts/lifecycle/Pausable.sol",
|
|
"label": "_paused",
|
|
"astId": 3907,
|
|
"type": "t_bool",
|
|
"src": "352:20:34"
|
|
},
|
|
{
|
|
"contract": "Pausable",
|
|
"path": "contracts/lifecycle/Pausable.sol",
|
|
"label": "______gap",
|
|
"astId": 3988,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "1429:29:34"
|
|
},
|
|
{
|
|
"contract": "ERC721Pausable",
|
|
"path": "contracts/token/ERC721/ERC721Pausable.sol",
|
|
"label": "______gap",
|
|
"astId": 10980,
|
|
"type": "t_array:50<t_uint256>",
|
|
"src": "851:29:129"
|
|
}
|
|
],
|
|
"warnings": {
|
|
"hasConstructor": false,
|
|
"hasSelfDestruct": false,
|
|
"hasDelegateCall": false,
|
|
"hasInitialValuesInDeclarations": false,
|
|
"uninitializedBaseContracts": []
|
|
}
|
|
}
|
|
},
|
|
"solidityLibs": {},
|
|
"proxies": {},
|
|
"zosversion": "2",
|
|
"frozen": true,
|
|
"app": {
|
|
"address": "0x291439e6444daec9e47ae359aa79fd1811a42679"
|
|
},
|
|
"package": {
|
|
"address": "0xa44bb80b290de8a465d17b14269df53cf0b9bf4f"
|
|
},
|
|
"provider": {
|
|
"address": "0x1c641456a5bb5e1492a3812a14e107df9785b5d7"
|
|
},
|
|
"version": "2.1.2"
|
|
} |