Contract

0xF382517EDE11aba5baf3fD287dFb492804d144ba

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:
SilverBurner

Compiler Version
v0.8.20+commit.a1b79de6

Optimization Enabled:
Yes with 10 runs

Other Settings:
paris EvmVersion
File 1 of 1 : SilverBurner.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;

/// @title SilverBurner
/// @author github.com/SifexPro
/// @notice This contract is the burner contract for SilverSwap
contract SilverBurner {
    string public name;

    constructor() {
        name = "SilverSwap Burner Contract";
    }
}

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

Contract Security Audit

Contract ABI

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

608080604052346100a857600080546001908181811c9116801561009e575b602082101461008a57601f8111610061575b50507f53696c76657253776170204275726e657220436f6e7472616374000000000034905561017990816100ae8239f35b828052601f60208420910160051c8101905b8181106100805750610030565b8381558201610073565b634e487b7160e01b83526022600452602483fd5b90607f169061001e565b600080fdfe6080600436101561000f57600080fd5b6000803560e01c6306fdde031461002557600080fd5b34610169578060031936011261016957809181549060019382851c85841695861561015f575b602094858310881461014b578585969798848752918260001461012f5750506001146100f5575b5050601f801993849203011681019381851060018060401b038611176100e1579291849192604094838652818452845191828186015281955b8387106100c95750508394508582601f949501015201168101030190f35b868101820151898801890152958101958895506100ab565b634e487b7160e01b81526041600452602490fd5b908592508680528287209187925b828410610117575050508201013880610072565b80548488018601528695508794909301928101610103565b925093505060ff191682840152151560051b8201013880610072565b634e487b7160e01b87526022600452602487fd5b90607f169061004b565b80fdfea164736f6c6343000814000a

Deployed Bytecode

0x6080600436101561000f57600080fd5b6000803560e01c6306fdde031461002557600080fd5b34610169578060031936011261016957809181549060019382851c85841695861561015f575b602094858310881461014b578585969798848752918260001461012f5750506001146100f5575b5050601f801993849203011681019381851060018060401b038611176100e1579291849192604094838652818452845191828186015281955b8387106100c95750508394508582601f949501015201168101030190f35b868101820151898801890152958101958895506100ab565b634e487b7160e01b81526041600452602490fd5b908592508680528287209187925b828410610117575050508201013880610072565b80548488018601528695508794909301928101610103565b925093505060ff191682840152151560051b8201013880610072565b634e487b7160e01b87526022600452602487fd5b90607f169061004b565b80fdfea164736f6c6343000814000a

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.