HYPE Price: $29.83 (-2.64%)
 

Overview

HYPE Balance

HyperEVM LogoHyperEVM LogoHyperEVM Logo0 HYPE

HYPE Value

$0.00

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Block
From
To

There are no matching entries

1 Internal Transaction found.

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
271926132026-02-13 16:42:342 days ago1771000954  Contract Creation0 HYPE
Cross-Chain Transactions
Loading...
Loading

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

Contract Name:
WrapSpecLib

Compiler Version
v0.8.22+commit.4fc1097e

Optimization Enabled:
Yes with 200 runs

Other Settings:
paris EvmVersion

Contract Source Code (Solidity Standard Json-Input format)

// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.22;

/*
| Token Type    | collection            |
|---------------|-----------------------|
| Native        | `== address(0)`       |
| ERC20         | `!= address(0)`       |
*/

struct WrapSpec {
    uint256 chainId;
    address collection;
}

library WrapSpecLib {
    function getId(WrapSpec memory _wrapSpec) internal pure returns (uint256) {
        return uint256(keccak256(abi.encodePacked(_wrapSpec.chainId, _wrapSpec.collection)));
    }
}

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

Contract Security Audit

Contract ABI

API
[]

0x60808060405234601757603a9081601d823930815050f35b600080fdfe600080fdfea264697066735822122002ace0d8488f2d0bb82857bbef89ea031eac14e2ea0931f377a172a631d2202d64736f6c63430008160033

Deployed Bytecode

0x600080fdfea264697066735822122002ace0d8488f2d0bb82857bbef89ea031eac14e2ea0931f377a172a631d2202d64736f6c63430008160033

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
Loading...
Loading
[ Download: CSV Export  ]

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.