Contract

0x01f97095e59e25cb6BbE26ccAa0C1CF411B45B0F

Overview

S Balance

Sonic LogoSonic LogoSonic Logo0 S

S Value

-

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

Please try again later

Parent Transaction Hash Block From To
View All Internal Transactions
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xe5bB67F8...C3e66EBA3
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
Test

Compiler Version
v0.8.18+commit.87f61d96

Optimization Enabled:
Yes with 1337 runs

Other Settings:
default evmVersion
File 1 of 1 : Test.sol
// SPDX-License-Identifier: UNKNOWN
pragma solidity 0.8.18;

contract Test {
	mapping(address => string) pfps;

	function image(string calldata data) external {
		pfps[msg.sender] = data;
	}

}

Settings
{
  "optimizer": {
    "enabled": true,
    "runs": 1337
  },
  "viaIR": true,
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "libraries": {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"data","type":"string"}],"name":"image","outputs":[],"stateMutability":"nonpayable","type":"function"}]

Deployed Bytecode

0x600436101561000d57600080fd5b6000803560e01c638fca0e1a1461002357600080fd5b346101c9576020806003193601126101c55760043567ffffffffffffffff8082116101c157366023830112156101c15781600401359081116101c1576024368183850101116101bd5733855284845260408520938454936001948581811c911680156101b3575b8382101461018757601f8111610141575b508691601f85116001146100d9575091839491849388956100cc575b5050501b916000199060031b1c191617905580f35b01013592503880806100b7565b92909184601f198116888a52858a20958a905b898383106101255750505010610109575b50505050811b01905580f35b60001960f88660031b161c1992010135169055388080806100fd565b87860187013589559097019693840193889350908101906100ec565b868852828820601f860160051c81019184871061017d575b601f0160051c019086905b82811061017257505061009b565b898155018690610164565b9091508190610159565b83887f4e487b710000000000000000000000000000000000000000000000000000000081526022600452fd5b90607f169061008a565b8480fd5b8380fd5b5080fd5b80fdfea264697066735822122084825e188068966c28388b611ae0a0fa22d538018c88eb1f8a1c5257679ceb0064736f6c63430008120033

Block Transaction Gas Used Reward
view all blocks produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits

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.