Source Code
Overview
HYPE Balance
HYPE Value
$0.00| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
Latest 1 internal transaction
Advanced mode:
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 27192613 | 2 days ago | Contract Creation | 0 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)));
}
}{
"viaIR": true,
"optimizer": {
"enabled": true,
"runs": 200
},
"evmVersion": "paris",
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"metadata": {
"useLiteralContent": true
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract Creation Code
0x60808060405234601757603a9081601d823930815050f35b600080fdfe600080fdfea264697066735822122002ace0d8488f2d0bb82857bbef89ea031eac14e2ea0931f377a172a631d2202d64736f6c63430008160033
Deployed Bytecode
0x600080fdfea264697066735822122002ace0d8488f2d0bb82857bbef89ea031eac14e2ea0931f377a172a631d2202d64736f6c63430008160033
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in HYPE
Multichain Portfolio | 34 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
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.