Overview
APE Balance
0 APE
APE Value
$0.00More Info
Private Name Tags
ContractCreator
Loading...
Loading
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0xB638AFD3...B790aC87F The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
HelloApe
Compiler Version
v0.8.24+commit.e11b9ed9
Optimization Enabled:
Yes with 200 runs
Other Settings:
paris EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; contract HelloApe { string public greeting = "Hello, Apes!"; function greet() public view returns (string memory) { return greeting; } }
{ "optimizer": { "enabled": true, "runs": 200 }, "evmVersion": "paris", "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"name":"greet","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"greeting","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"}]
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106100365760003560e01c8063cfae32171461003b578063ef690cc014610059575b600080fd5b610043610061565b6040516100509190610181565b60405180910390f35b6100436100f3565b606060008054610070906101d0565b80601f016020809104026020016040519081016040528092919081815260200182805461009c906101d0565b80156100e95780601f106100be576101008083540402835291602001916100e9565b820191906000526020600020905b8154815290600101906020018083116100cc57829003601f168201915b5050505050905090565b60008054610100906101d0565b80601f016020809104026020016040519081016040528092919081815260200182805461012c906101d0565b80156101795780601f1061014e57610100808354040283529160200191610179565b820191906000526020600020905b81548152906001019060200180831161015c57829003601f168201915b505050505081565b60006020808352835180602085015260005b818110156101af57858101830151858201604001528201610193565b506000604082860101526040601f19601f8301168501019250505092915050565b600181811c908216806101e457607f821691505b60208210810361020457634e487b7160e01b600052602260045260246000fd5b5091905056fea2646970667358221220650eef30158a2172b66b659b743df0edf1e872df5c7f0ebf99e05d1e66919cc564736f6c63430008180033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.