Source Code
Overview
ETH Balance
0 ETH
More Info
ContractCreator
Multichain Info
N/A
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Latest 1 internal transaction
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
5675395 | 14 hrs ago | Contract Creation | 0 ETH |
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
HelloAbstract
Compiler Version
v0.8.24+commit.e11b9ed9
ZkSolc Version
v1.5.7
Optimization Enabled:
Yes with Mode 3
Other Settings:
paris EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity ^0.8.24; contract HelloAbstract { uint256 number; constructor(uint256 _number){ number = _number; } function sayHello() public pure virtual returns (string memory) { return "Hello, World!"; } }
{ "evmVersion": "paris", "optimizer": { "enabled": true, "mode": "3" }, "outputSelection": { "*": { "*": [ "abi", "metadata" ], "": [ "ast" ] } }, "detectMissingLibraries": false, "forceEVMLA": false, "enableEraVMExtensions": true, "libraries": {} }
[{"inputs":[{"internalType":"uint256","name":"_number","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"sayHello","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"}]
Contract Creation Code
9c4d535b00000000000000000000000000000000000000000000000000000000000000000100001b015785a6781fb13244a5cfcba7334c748d964d1b29f8a1f533cd94f0000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000005
Deployed Bytecode
0x0000006003100270000000120330019700000001002001900000001a0000c13d000000040030008c0000003a0000413d000000000101043b0000001601100197000000170010009c0000003a0000c13d0000000001000416000000000001004b0000003a0000c13d000000c001000039000000400010043f0000000d01000039000000800010043f0000001802000041000000a00020043f0000002003000039000000c00030043f000000e00010043f000001000020043f0000010d0000043f0000001901000041000000440001042e0000000002000416000000000002004b0000003a0000c13d0000001f0230003900000013022001970000008002200039000000400020043f0000001f0430018f000000140530019800000080025000390000002b0000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b000000270000c13d000000000004004b000000380000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c0000003c0000813d00000000010000190000004500010430000000800100043d000000000010041b0000002001000039000001000010044300000120000004430000001501000041000000440001042e0000004300000432000000440001042e00000045000104300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe00000000200000000000000000000000000000040000001000000000000000000ffffffff00000000000000000000000000000000000000000000000000000000ef5fb05b0000000000000000000000000000000000000000000000000000000048656c6c6f2c20576f726c6421000000000000000000000000000000000000000000000000000000000000000000000000000060000000c000000000000000004203bd7f0c8b1c3bab6e9cbde6bb153ab634d9d63ca2c149cf7f72d83e7f9a6b
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000000000000000000000000000000000000000000005
-----Decoded View---------------
Arg [0] : _number (uint256): 5
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000005
Loading...
Loading
Loading...
Loading
[ 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.