Contract

0x0C0a0f204448C0e066d383842A7bA3Ae1608160b

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

Contract Source Code Verified (Exact Match)

Contract Name:
ProceedsSplitter

Compiler Version
v0.8.18+commit.87f61d96

Optimization Enabled:
Yes with 1337 runs

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

contract ProceedsSplitter {

	receive() payable external {
		// uint256 amount = msg.value;
		// uint256 intern = (amount / 100) * 3;
		// uint256 us = amount - intern;
		payable(0xB8E8553E7a7DD8aF4aE7349E93c5ED07c22d3cCf).call{ value: msg.value }("");
		// payable(0xB8E8553E7a7DD8aF4aE7349E93c5ED07c22d3cCf).transfer(us / 2);
		// payable(0xB8E8553E7a7DD8aF4aE7349E93c5ED07c22d3cCf).transfer(us / 2);
	}

}

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

Contract Security Audit

Contract ABI

[{"stateMutability":"payable","type":"receive"}]

608080604052346100155760c0908161001b8239f35b600080fdfe60806040523615600e57600080fd5b6000808080803473b8e8553e7a7dd8af4ae7349e93c5ed07c22d3ccf5af1503d156088573d67ffffffffffffffff808211607457601f603f604051938219928391011601168201918210911117606057005b80634e487b7160e01b602492526041600452fd5b602483634e487b7160e01b81526041600452fd5b00fea2646970667358221220a80a1bdde30d451a3d9983bb5a0abedf82849ae6fc1d8991b4eb2f8f4e83a8e864736f6c63430008120033

Deployed Bytecode

0x60806040523615600e57600080fd5b6000808080803473b8e8553e7a7dd8af4ae7349e93c5ed07c22d3ccf5af1503d156088573d67ffffffffffffffff808211607457601f603f604051938219928391011601168201918210911117606057005b80634e487b7160e01b602492526041600452fd5b602483634e487b7160e01b81526041600452fd5b00fea2646970667358221220a80a1bdde30d451a3d9983bb5a0abedf82849ae6fc1d8991b4eb2f8f4e83a8e864736f6c63430008120033

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.