Warning! Contract bytecode has been changed and doesn't match the verified one. Therefore, interaction with this smart contract may be risky.
This contract has been partially verified via Sourcify.
View contract in Sourcify repository
- Contract name:
- Factory
- Optimization enabled
- false
- Compiler version
- v0.5.17+commit.d19bba13
- EVM Version
- istanbul
- Verified at
- 2026-04-22T08:16:19.380281Z
Factory.sol
pragma solidity ^0.5.17;
contract Factory {
function deploy(bytes memory data, uint256 salt) public {
assembly {
pop(create2(0, add(data, 32), mload(data), salt))
}
}
}
Compiler Settings
{"remappings":[],"optimizer":{"runs":0,"enabled":false},"libraries":{},"evmVersion":"istanbul","compilationTarget":{"Factory.sol":"Factory"}}
Contract ABI
[{"type":"function","stateMutability":"nonpayable","payable":false,"outputs":[],"name":"deploy","inputs":[{"type":"bytes","name":"data","internalType":"bytes"},{"type":"uint256","name":"salt","internalType":"uint256"}],"constant":false}]
Contract Creation Code
0x608060405234801561001057600080fd5b50610130806100206000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c80639c4ae2d014602d575b600080fd5b60ea60048036036040811015604157600080fd5b8101908080359060200190640100000000811115605d57600080fd5b820183602082011115606e57600080fd5b80359060200191846001830284011164010000000083111715608f57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f8201169050808301925050505050505091929192908035906020019092919050505060ec565b005b808251602084016000f550505056fea265627a7a72315820501c77d93d902fae4841608e1a40a379d49d28470f88999865be7fba7196211d64736f6c63430005110032
Deployed ByteCode
0x6080604052348015600f57600080fd5b506004361060285760003560e01c80639c4ae2d014602d575b600080fd5b60ea60048036036040811015604157600080fd5b8101908080359060200190640100000000811115605d57600080fd5b820183602082011115606e57600080fd5b80359060200191846001830284011164010000000083111715608f57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f8201169050808301925050505050505091929192908035906020019092919050505060ec565b005b808251602084016000f550505056fea265627a7a72315820501c77d93d902fae4841608e1a40a379d49d28470f88999865be7fba7196211d64736f6c63430005110032