Source Code
Overview
ETH Balance
ETH Value
$0.00Latest 6 from a total of 6 transactions
| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Deploy And Call | 113753 | 900 days ago | IN | 0 ETH | 0.00028257 | ||||
| Deploy And Call | 113753 | 900 days ago | IN | 0 ETH | 0.00028257 | ||||
| Deploy And Call | 113312 | 900 days ago | IN | 0 ETH | 0.00028257 | ||||
| Deploy And Call | 113312 | 900 days ago | IN | 0 ETH | 0.00028257 | ||||
| Deploy And Call | 113302 | 900 days ago | IN | 0 ETH | 0.00028257 | ||||
| Deploy And Call | 113302 | 900 days ago | IN | 0 ETH | 0.00028257 |
Latest 12 internal transactions
Advanced mode:
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 113753 | 900 days ago | 0 ETH | ||||
| 113753 | 900 days ago | Contract Creation | 0 ETH | |||
| 113753 | 900 days ago | 0 ETH | ||||
| 113753 | 900 days ago | Contract Creation | 0 ETH | |||
| 113312 | 900 days ago | 0 ETH | ||||
| 113312 | 900 days ago | Contract Creation | 0 ETH | |||
| 113312 | 900 days ago | 0 ETH | ||||
| 113312 | 900 days ago | Contract Creation | 0 ETH | |||
| 113302 | 900 days ago | 0 ETH | ||||
| 113302 | 900 days ago | Contract Creation | 0 ETH | |||
| 113302 | 900 days ago | 0 ETH | ||||
| 113302 | 900 days ago | Contract Creation | 0 ETH |
Cross-Chain Transactions
Loading...
Loading
Contract Name:
Deployer
Compiler Version
v0.8.19+commit.7dd6d404
Optimization Enabled:
Yes with 1000 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
contract Deployer {
function deployAndCall(bytes memory bytecode, bytes memory cd) external returns (address) {
address deployed;
bool success;
assembly ("memory-safe") {
deployed := create(0, add(bytecode, 32), mload(bytecode))
success := call(gas(), deployed, 0, add(cd, 32), mload(cd), 0, 0)
}
require(deployed != address(0) && success);
return deployed;
}
}{
"remappings": [
"@prb/test/=lib/prb-math/lib/prb-test/src/",
"ds-test/=lib/solmate/lib/ds-test/src/",
"forge-std/=lib/forge-std/src/",
"openzeppelin-contracts/=lib/openzeppelin-contracts/",
"prb-math/=lib/prb-math/src/",
"prb-test/=lib/prb-math/lib/prb-test/src/",
"solmate/=lib/solmate/src/"
],
"optimizer": {
"enabled": true,
"runs": 1000
},
"metadata": {
"bytecodeHash": "ipfs",
"appendCBOR": true
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"evmVersion": "paris",
"viaIR": true,
"libraries": {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"bytes","name":"bytecode","type":"bytes"},{"internalType":"bytes","name":"cd","type":"bytes"}],"name":"deployAndCall","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
608080604052346100165761019c908161001c8239f35b600080fdfe6080604052600436101561001257600080fd5b6000803560e01c630d4fc63e1461002857600080fd5b346100c85760403660031901126100c85767ffffffffffffffff6004358181116100cb5761005a9036906004016100cf565b90826024359182116100c8578061008a73ffffffffffffffffffffffffffffffffffffffff9336906004016100cf565b9360208151910182f09360208151910182865af191169081151590816100c0575b50156100bc57602090604051908152f35b5080fd5b9050386100ab565b80fd5b8280fd5b81601f820112156101325780359067ffffffffffffffff928383116101375760405193601f8401601f19908116603f0116850190811185821017610137576040528284526020838301011161013257816000926020809301838601378301015290565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fdfea2646970667358221220524073626577ce0cf541981c9dc7265eb697d4e50f3105ade25c6af1d420b69164736f6c63430008130033
Deployed Bytecode
0x6080604052600436101561001257600080fd5b6000803560e01c630d4fc63e1461002857600080fd5b346100c85760403660031901126100c85767ffffffffffffffff6004358181116100cb5761005a9036906004016100cf565b90826024359182116100c8578061008a73ffffffffffffffffffffffffffffffffffffffff9336906004016100cf565b9360208151910182f09360208151910182865af191169081151590816100c0575b50156100bc57602090604051908152f35b5080fd5b9050386100ab565b80fd5b8280fd5b81601f820112156101325780359067ffffffffffffffff928383116101375760405193601f8401601f19908116603f0116850190811185821017610137576040528284526020838301011161013257816000926020809301838601378301015290565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fdfea2646970667358221220524073626577ce0cf541981c9dc7265eb697d4e50f3105ade25c6af1d420b69164736f6c63430008130033
Loading...
Loading
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.