Source Code
Overview
SOPH Balance
More Info
ContractCreator
Multichain Info
N/A
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Latest 1 internal transaction
Advanced mode:
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
739791 | 18 days ago | Contract Creation | 0 SOPH |
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
Counter
Compiler Version
v0.8.24+commit.e11b9ed9
ZkSolc Version
v1.5.11
Optimization Enabled:
Yes with Mode 3
Other Settings:
paris EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.13; contract Counter { uint256 public number; constructor(uint256 initialNumber) { number = initialNumber; } function setNumber(uint256 newNumber) public { number = newNumber; } function increment() public { number++; } }
{ "evmVersion": "paris", "optimizer": { "enabled": true, "mode": "3" }, "outputSelection": { "*": { "*": [ "abi" ] } }, "detectMissingLibraries": false, "forceEVMLA": false, "enableEraVMExtensions": false, "libraries": {} }
Contract ABI
API[{"inputs":[{"internalType":"uint256","name":"initialNumber","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"increment","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"number","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"newNumber","type":"uint256"}],"name":"setNumber","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
8cf332dbda5aae3a29a59a21646ae18d51937ec698895f906f23b9832a8460b56cc0cb6f000000000000000000000000000000000000000000000000000000000000000a
Deployed Bytecode
0x000000600310027000000017033001970000000100200190000000180000c13d0000008002000039000000400020043f000000040030008c000000520000413d000000000201043b000000e0022002700000001b0020009c000000460000613d0000001c0020009c0000003f0000613d0000001d0020009c000000520000c13d000000240030008c000000520000413d0000000002000416000000000002004b000000520000c13d0000000401100370000000000101043b000000540000013d0000000002000416000000000002004b000000520000c13d0000001f0230003900000018022001970000008002200039000000400020043f0000001f0430018f00000019053001980000008002500039000000290000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b000000250000c13d000000000004004b000000360000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c000000520000413d000000800100043d000000000010041b0000002001000039000001000010044300000120000004430000001a01000041000000580001042e0000000001000416000000000001004b000000520000c13d000000000100041a000000800010043f0000002001000041000000580001042e0000000001000416000000000001004b000000520000c13d000000000100041a000000010110003a000000540000c13d0000001e01000041000000000010043f0000001101000039000000040010043f0000001f01000041000000590001043000000000010000190000005900010430000000000010041b0000000001000019000000580001042e0000005700000432000000580001042e00000059000104300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000020000000000000000000000000000004000000100000000000000000000000000000000000000000000000000000000000000000000000000d09de08a000000000000000000000000000000000000000000000000000000008381f58a000000000000000000000000000000000000000000000000000000003fb5c1cb4e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002000000080000000000000000000000000000000000000000000000000000000000000000000000000000000001a5300ada256c595404aeaa2a5843cbf8c2fdcfd735181296b3600bbe05fa304
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000000000000000000000000000000000000000000a
-----Decoded View---------------
Arg [0] : initialNumber (uint256): 10
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000000000000000000000000000000000000000000a
Loading...
Loading
Loading...
Loading
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.