Gate Layer is live! View your transactions on  Gate Layer Explorer .
gate
GT Price:$10.69-2.46%
Med Gas Fee:12.14 NANOGT
Account Details
Contract0xe2bfe3243bd9a3c60fb6228f83986125ead1c452

Overview

GT Balance

0 GT($0)

Token Holdings

0 Tokens

More Info

Contract Creator

Contract Source Code Verified (Exact Match)
Contract Name
SimpleStorage
Optimization

Yes, with

200

runs

Compiler
solidity
Compiler Version
v0.8.20+commit.a1b79de6.js
Other Settings

istanbul

evmVersion

MIT

License

</> Contract source code
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;

contract SimpleStorage {
    uint256 private value;

    function set(uint256 _value) public {
        value = _value;
    }

    function get() public view returns (uint256) {
        return value;
    }
}
</> Contract Creation Bytecode
0x6080604052348015600f57600080fd5b5060ac8061001e6000396000f3fe6080604052348015600f57600080fd5b506004361060325760003560e01c806360fe47b11460375780636d4ce63c146049575b600080fd5b60476042366004605e565b600055565b005b60005460405190815260200160405180910390f35b600060208284031215606f57600080fd5b503591905056fea2646970667358221220eefe9f56105d5806f074b19197ef5b7df543e3c1f398714ddfc59f4b8eab2e2964736f6c63430008140033
</> Contract ABI
[{"inputs":[],"name":"get","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_value","type":"uint256"}],"name":"set","outputs":[],"stateMutability":"nonpayable","type":"function"}]
</> Contract Deployment Bytecode
0x6080604052348015600f57600080fd5b506004361060325760003560e01c806360fe47b11460375780636d4ce63c146049575b600080fd5b60476042366004605e565b600055565b005b60005460405190815260200160405180910390f35b600060208284031215606f57600080fd5b503591905056fea2646970667358221220eefe9f56105d5806f074b19197ef5b7df543e3c1f398714ddfc59f4b8eab2e2964736f6c63430008140033
logo
GateScan is a Block Explorer and Analytics Platform for GateChain