Commit 63ca2000 by Santiago Palladino

Upgrade to 1.9.3

parent d87e8333
{ {
"contractName": "AddressUtils", "contractName": "AddressUtils",
"abi": [], "abi": [],
"bytecode": "0x604c602c600b82828239805160001a60731460008114601c57601e565bfe5b5030600052607381538281f30073000000000000000000000000000000000000000030146080604052600080fd00a165627a7a72305820b526ace09fed20fad7aca8461da573f75b27d556995927f121be60ab4a7557ff0029", "bytecode": "0x604c602c600b82828239805160001a60731460008114601c57601e565bfe5b5030600052607381538281f30073000000000000000000000000000000000000000030146080604052600080fd00a165627a7a72305820f3ea1941b984f67a373acf414b9fe609183a0ad1e5268374b0114c7a6800ae9a0029",
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fd00a165627a7a72305820b526ace09fed20fad7aca8461da573f75b27d556995927f121be60ab4a7557ff0029", "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fd00a165627a7a72305820f3ea1941b984f67a373acf414b9fe609183a0ad1e5268374b0114c7a6800ae9a0029",
"sourceMap": "87:922:0:-;;132:2:-1;166:7;155:9;146:7;137:37;252:7;246:14;243:1;238:23;232:4;229:33;270:1;265:20;;;;222:63;;265:20;274:9;222:63;;298:9;295:1;288:20;328:4;319:7;311:22;352:7;343;336:24", "sourceMap": "87:922:0:-;;132:2:-1;166:7;155:9;146:7;137:37;252:7;246:14;243:1;238:23;232:4;229:33;270:1;265:20;;;;222:63;;265:20;274:9;222:63;;298:9;295:1;288:20;328:4;319:7;311:22;352:7;343;336:24",
"deployedSourceMap": "87:922:0:-;;;;;;;;", "deployedSourceMap": "87:922:0:-;;;;;;;;",
"source": "pragma solidity ^0.4.21;\n\n\n/**\n * Utility library of inline functions on addresses\n */\nlibrary AddressUtils {\n\n /**\n * Returns whether the target address is a contract\n * @dev This function will return false if invoked during the constructor of a contract,\n * as the code is not actually created until after the constructor finishes.\n * @param addr address to check\n * @return whether the target address is a contract\n */\n function isContract(address addr) internal view returns (bool) {\n uint256 size;\n // XXX Currently there is no better way to check if there is a contract in an address\n // than to check the size of the code at that address.\n // See https://ethereum.stackexchange.com/a/14016/36603\n // for more details about how this works.\n // TODO Check this again before the Serenity release, because all addresses will be\n // contracts then.\n assembly { size := extcodesize(addr) } // solium-disable-line security/no-inline-assembly\n return size > 0;\n }\n\n}\n", "source": "pragma solidity ^0.4.21;\n\n\n/**\n * Utility library of inline functions on addresses\n */\nlibrary AddressUtils {\n\n /**\n * Returns whether the target address is a contract\n * @dev This function will return false if invoked during the constructor of a contract,\n * as the code is not actually created until after the constructor finishes.\n * @param addr address to check\n * @return whether the target address is a contract\n */\n function isContract(address addr) internal view returns (bool) {\n uint256 size;\n // XXX Currently there is no better way to check if there is a contract in an address\n // than to check the size of the code at that address.\n // See https://ethereum.stackexchange.com/a/14016/36603\n // for more details about how this works.\n // TODO Check this again before the Serenity release, because all addresses will be\n // contracts then.\n assembly { size := extcodesize(addr) } // solium-disable-line security/no-inline-assembly\n return size > 0;\n }\n\n}\n",
...@@ -503,9 +503,9 @@ ...@@ -503,9 +503,9 @@
}, },
"compiler": { "compiler": {
"name": "solc", "name": "solc",
"version": "0.4.24+commit.e67f0147.Emscripten.clang" "version": "0.4.23+commit.124ca40d.Emscripten.clang"
}, },
"networks": {}, "networks": {},
"schemaVersion": "2.0.1", "schemaVersion": "2.0.0",
"updatedAt": "2018-08-23T14:35:50.611Z" "updatedAt": "2018-08-23T17:26:04.150Z"
} }
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{ {
"name": "openzeppelin-zos", "name": "openzeppelin-zos",
"version": "1.9.2", "version": "1.9.3",
"contracts": { "contracts": {
"DetailedMintableToken": "DetailedMintableToken", "DetailedMintableToken": "DetailedMintableToken",
"DetailedPremintedToken": "DetailedPremintedToken", "DetailedPremintedToken": "DetailedPremintedToken",
......
{ {
"contracts": { "contracts": {
"DetailedMintableToken": {
"address": "0x2d0df0100c08aa62976d7ab4e2e820c3f9af4641",
"constructorCode": "60806040526000600860006101000a81548160ff02191690831515021790555034801561002b57600080fd5b506127d68061003b6000396000f300",
"bodyBytecodeHash": "f99213cde38d1e3182c7575f34f59dae30c6760b18ab11810111b68dd0f036c4",
"bytecodeHash": "99fcb4e401387a40b83c24e44a5786f1d8c7caa9b7ca582f4c774e08fd730cdc"
},
"DetailedPremintedToken": { "DetailedPremintedToken": {
"address": "0xb112267e91a56b2f4588b1d0cd9b3e55a71a371b", "address": "0x55a4d0a98a8df3bdc9e6ca3deb1d0019cbc257cd",
"constructorCode": "608060405234801561001057600080fd5b50611d2c806100206000396000f300", "constructorCode": "608060405234801561001057600080fd5b50611d2c806100206000396000f300",
"bodyBytecodeHash": "ed78bb86d973826f5292ac4c7a47969574047e2d6e28afdf2ed92f450409dc0e", "bodyBytecodeHash": "ed78bb86d973826f5292ac4c7a47969574047e2d6e28afdf2ed92f450409dc0e",
"bytecodeHash": "23db7c6068981c7090aeec3a1d566cdbf9e08d77d7cf62b312a50cc744e4eb61" "bytecodeHash": "23db7c6068981c7090aeec3a1d566cdbf9e08d77d7cf62b312a50cc744e4eb61"
}, },
"TokenVesting": {
"address": "0x33d1434f0a70e5613c9febbca30e0c267da8c4e9",
"constructorCode": "608060405234801561001057600080fd5b506116e9806100206000396000f300",
"bodyBytecodeHash": "5ec5e029def2186b121a5bf8fdc074e6336933c6dcca18ef26da6a64f3a7e9b7",
"bytecodeHash": "6d216d72b05cd126eea42564d4c94c00284d3b60f3f50aa5c7ba2b7318071b63"
},
"MintableERC721Token": {
"address": "0x6e3771aa2a5808678e26b97dd1501ce504bd6a0d",
"constructorCode": "608060405234801561001057600080fd5b50612b5d806100206000396000f300",
"bodyBytecodeHash": "21ed76dc286f651bde28dd07cc1089f33de5ad1b3c2ab6eb6191bc597dbc3f75",
"bytecodeHash": "2037c50c42a482c4f5d4d971b5ee6245f711767a3ed47747f7f0220a74dae9ec"
},
"SplitPayment": { "SplitPayment": {
"address": "0xc6e7fe05be2c121a994ee1ed5efa2c5566cde91b", "address": "0x03c057c82358946cdc9c617a5e87c292f82a6c3f",
"constructorCode": "60806040526000600155600060025534801561001a57600080fd5b50610c448061002a6000396000f300", "constructorCode": "60806040526000600155600060025534801561001a57600080fd5b50610c448061002a6000396000f300",
"bodyBytecodeHash": "a0db0119626b513adea89bd2002afc671159c824d758118bbb0acecd578ce933", "bodyBytecodeHash": "a0db0119626b513adea89bd2002afc671159c824d758118bbb0acecd578ce933",
"bytecodeHash": "7230f750f319bb7b38598a5330d9841a3bec04cbef4ed64c83320ab8a9c9664f" "bytecodeHash": "7230f750f319bb7b38598a5330d9841a3bec04cbef4ed64c83320ab8a9c9664f"
}, },
"TokenTimelock": { "TokenTimelock": {
"address": "0xd9a62656f092b656b18ffa6fc07e8b8af682a47b", "address": "0xf6efb09b65986d2a5a6ce0566260d18cb834bb52",
"constructorCode": "608060405234801561001057600080fd5b506109ba806100206000396000f300", "constructorCode": "608060405234801561001057600080fd5b506109ba806100206000396000f300",
"bodyBytecodeHash": "32e666fcbd5cd6151e13b699b1d03c76974565f4fc004ec054116ea1f5506af5", "bodyBytecodeHash": "32e666fcbd5cd6151e13b699b1d03c76974565f4fc004ec054116ea1f5506af5",
"bytecodeHash": "c7eaf6545e2ae07c7c974aeb97df74a3040cdd21991fa32e04d178c47e300456" "bytecodeHash": "c7eaf6545e2ae07c7c974aeb97df74a3040cdd21991fa32e04d178c47e300456"
}, },
"DetailedMintableToken": { "TokenVesting": {
"address": "0x87f8cf4efc125f4df41af488d9736879e9b559ab", "address": "0x7513fc8ddd710cbd54b0e383e9749d7d2fd7ec50",
"constructorCode": "60806040526000600860006101000a81548160ff02191690831515021790555034801561002b57600080fd5b506127d68061003b6000396000f300", "constructorCode": "608060405234801561001057600080fd5b506116e9806100206000396000f300",
"bodyBytecodeHash": "f99213cde38d1e3182c7575f34f59dae30c6760b18ab11810111b68dd0f036c4", "bodyBytecodeHash": "5ec5e029def2186b121a5bf8fdc074e6336933c6dcca18ef26da6a64f3a7e9b7",
"bytecodeHash": "99fcb4e401387a40b83c24e44a5786f1d8c7caa9b7ca582f4c774e08fd730cdc" "bytecodeHash": "6d216d72b05cd126eea42564d4c94c00284d3b60f3f50aa5c7ba2b7318071b63"
},
"MintableERC721Token": {
"address": "0xd1aa787859f5ec7afc5befb2062000e1c958d4ff",
"constructorCode": "608060405234801561001057600080fd5b50612b49806100206000396000f300",
"bodyBytecodeHash": "b9dbc2eaace5ae13e376b2e5cbbc10fdf70be49d6338a9ad622e8bb109e64d89",
"bytecodeHash": "6f76f8a40043f87afd01a906bf8d5a85aab7cc3d9985cc183f3199b2b3456821"
} }
}, },
"lib": true, "lib": true,
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
"address": "0x3bd95b5a003481b801010bcde4f7e0a32a925deb" "address": "0x3bd95b5a003481b801010bcde4f7e0a32a925deb"
}, },
"provider": { "provider": {
"address": "0xac50270363da99cc98d677f8ff5b63a70f68c9b8" "address": "0xbbda6d3f3fc23f8fb81f8961a51b3125c07ceb59"
}, },
"version": "1.9.2" "version": "1.9.3"
} }
\ No newline at end of file
{ {
"contracts": { "contracts": {
"SplitPayment": { "SplitPayment": {
"address": "0x8aeb1a4d34263e2e2e2c7736eb746a02cda79851", "address": "0x762db91c67f7394606c8a636b5a55dba411347c6",
"constructorCode": "60806040526000600155600060025534801561001a57600080fd5b50610c448061002a6000396000f300", "constructorCode": "60806040526000600155600060025534801561001a57600080fd5b50610c448061002a6000396000f300",
"bodyBytecodeHash": "a0db0119626b513adea89bd2002afc671159c824d758118bbb0acecd578ce933", "bodyBytecodeHash": "a0db0119626b513adea89bd2002afc671159c824d758118bbb0acecd578ce933",
"bytecodeHash": "7230f750f319bb7b38598a5330d9841a3bec04cbef4ed64c83320ab8a9c9664f" "bytecodeHash": "7230f750f319bb7b38598a5330d9841a3bec04cbef4ed64c83320ab8a9c9664f"
}, },
"TokenTimelock": { "DetailedMintableToken": {
"address": "0x04030a686a817393233877599f1d6c771a7242f9", "address": "0x7060a86a164e0ee0e680f05e6068f62a446a0292",
"constructorCode": "608060405234801561001057600080fd5b506109ba806100206000396000f300", "constructorCode": "60806040526000600860006101000a81548160ff02191690831515021790555034801561002b57600080fd5b506127d68061003b6000396000f300",
"bodyBytecodeHash": "32e666fcbd5cd6151e13b699b1d03c76974565f4fc004ec054116ea1f5506af5", "bodyBytecodeHash": "f99213cde38d1e3182c7575f34f59dae30c6760b18ab11810111b68dd0f036c4",
"bytecodeHash": "c7eaf6545e2ae07c7c974aeb97df74a3040cdd21991fa32e04d178c47e300456" "bytecodeHash": "99fcb4e401387a40b83c24e44a5786f1d8c7caa9b7ca582f4c774e08fd730cdc"
}, },
"DetailedPremintedToken": { "DetailedPremintedToken": {
"address": "0x652eb81d7ac574ce0e164f933d9cca2360cf2e17", "address": "0xc72471ba4dda500b9a5d11ff53998158a33ada7a",
"constructorCode": "608060405234801561001057600080fd5b50611d2c806100206000396000f300", "constructorCode": "608060405234801561001057600080fd5b50611d2c806100206000396000f300",
"bodyBytecodeHash": "ed78bb86d973826f5292ac4c7a47969574047e2d6e28afdf2ed92f450409dc0e", "bodyBytecodeHash": "ed78bb86d973826f5292ac4c7a47969574047e2d6e28afdf2ed92f450409dc0e",
"bytecodeHash": "23db7c6068981c7090aeec3a1d566cdbf9e08d77d7cf62b312a50cc744e4eb61" "bytecodeHash": "23db7c6068981c7090aeec3a1d566cdbf9e08d77d7cf62b312a50cc744e4eb61"
}, },
"TokenVesting": { "TokenVesting": {
"address": "0x83a14bd8712b29700c2e47d28f380e67e99a2e4c", "address": "0xade104e68f5680939c72ab6da04b7158cfc09f06",
"constructorCode": "608060405234801561001057600080fd5b506116e9806100206000396000f300", "constructorCode": "608060405234801561001057600080fd5b506116e9806100206000396000f300",
"bodyBytecodeHash": "5ec5e029def2186b121a5bf8fdc074e6336933c6dcca18ef26da6a64f3a7e9b7", "bodyBytecodeHash": "5ec5e029def2186b121a5bf8fdc074e6336933c6dcca18ef26da6a64f3a7e9b7",
"bytecodeHash": "6d216d72b05cd126eea42564d4c94c00284d3b60f3f50aa5c7ba2b7318071b63" "bytecodeHash": "6d216d72b05cd126eea42564d4c94c00284d3b60f3f50aa5c7ba2b7318071b63"
}, },
"DetailedMintableToken": { "TokenTimelock": {
"address": "0xdcf3ef5764f6c20af020191243e0588521d8baae", "address": "0x7000e0f2f5a389df14b50c6f84686123f19b27f6",
"constructorCode": "60806040526000600860006101000a81548160ff02191690831515021790555034801561002b57600080fd5b506127d68061003b6000396000f300", "constructorCode": "608060405234801561001057600080fd5b506109ba806100206000396000f300",
"bodyBytecodeHash": "f99213cde38d1e3182c7575f34f59dae30c6760b18ab11810111b68dd0f036c4", "bodyBytecodeHash": "32e666fcbd5cd6151e13b699b1d03c76974565f4fc004ec054116ea1f5506af5",
"bytecodeHash": "99fcb4e401387a40b83c24e44a5786f1d8c7caa9b7ca582f4c774e08fd730cdc" "bytecodeHash": "c7eaf6545e2ae07c7c974aeb97df74a3040cdd21991fa32e04d178c47e300456"
}, },
"MintableERC721Token": { "MintableERC721Token": {
"address": "0x4ea9f391c6de33131fb4a213d01c68ffbae108e4", "address": "0x1353c5423d1d38fe6a8848166fe7a2a40f10e44c",
"constructorCode": "608060405234801561001057600080fd5b50612b5d806100206000396000f300", "constructorCode": "608060405234801561001057600080fd5b50612b49806100206000396000f300",
"bodyBytecodeHash": "21ed76dc286f651bde28dd07cc1089f33de5ad1b3c2ab6eb6191bc597dbc3f75", "bodyBytecodeHash": "b9dbc2eaace5ae13e376b2e5cbbc10fdf70be49d6338a9ad622e8bb109e64d89",
"bytecodeHash": "2037c50c42a482c4f5d4d971b5ee6245f711767a3ed47747f7f0220a74dae9ec" "bytecodeHash": "6f76f8a40043f87afd01a906bf8d5a85aab7cc3d9985cc183f3199b2b3456821"
} }
}, },
"lib": true, "lib": true,
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
"address": "0x22137ecc8483e4c2a86969d867c54babf5a6a184" "address": "0x22137ecc8483e4c2a86969d867c54babf5a6a184"
}, },
"provider": { "provider": {
"address": "0x98b0efea303262ee1a6b9649f0e43fe9a4d43759" "address": "0x771cadf42dd7dcd5a1660933de40f4f065a835a9"
}, },
"version": "1.9.2" "version": "1.9.3"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment