ETH Price: $4,357.79 (-3.74%)

Contract

0x271441F4bAf9465b227241bD9CF3fb09a11E5ee3

Overview

ETH Balance

0 ETH

ETH Value

$0.00

More Info

Private Name Tags

Multichain Info

N/A
Transaction Hash
Method
Block
From
To

There are no matching entries

1 Internal Transaction found.

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
102925552025-09-05 1:22:4634 days ago1757035366  Contract Creation0 ETH

Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
ITBKarakDecoderAndSanitizer

Compiler Version
v0.8.21+commit.d9974bed

Optimization Enabled:
Yes with 200 runs

Other Settings:
paris EvmVersion
// SPDX-License-Identifier: SEL-1.0
// Copyright © 2025 Veda Tech Labs
// Derived from Boring Vault Software © 2025 Veda Tech Labs (TEST ONLY – NO COMMERCIAL USE)
// Licensed under Software Evaluation License, Version 1.0
pragma solidity ^0.8.0;

contract ITBKarakDecoderAndSanitizer {
    function updatePositionConfig(address _underlying, address _vault)
        external
        pure
        returns (bytes memory addressesFound)
    {
        addressesFound = abi.encodePacked(_underlying, _vault);
    }

    function updateVaultSupervisor(address _vault_supervisor) external pure returns (bytes memory addressesFound) {
        addressesFound = abi.encodePacked(_vault_supervisor);
    }

    function deposit(uint256, uint256) external pure returns (bytes memory addressesFound) {
        // Nothing to sanitize or return
        return addressesFound;
    }

    function startWithdrawal(uint256) external pure returns (bytes memory addressesFound) {
        // Nothing to sanitize or return
        return addressesFound;
    }

    function completeWithdrawal(uint256, uint256) external pure returns (bytes memory addressesFound) {
        // Nothing to sanitize or return
        return addressesFound;
    }

    function completeNextWithdrawal(uint256) external pure returns (bytes memory addressesFound) {
        // Nothing to sanitize or return
        return addressesFound;
    }

    function completeNextWithdrawals(uint256) external pure returns (bytes memory addressesFound) {
        // Nothing to sanitize or return
        return addressesFound;
    }

    function overrideWithdrawalIndexes(uint256, uint256) external pure returns (bytes memory addressesFound) {
        // Nothing to sanitize or return
        return addressesFound;
    }

    function assemble(uint256) external pure returns (bytes memory addressesFound) {
        // Nothing to sanitize or return
        return addressesFound;
    }

    function disassemble(uint256, uint256) external pure returns (bytes memory addressesFound) {
        // Nothing to sanitize or return
        return addressesFound;
    }

    function fullDisassemble(uint256) external pure returns (bytes memory addressesFound) {
        // Nothing to sanitize or return
        return addressesFound;
    }
}

Settings
{
  "remappings": [
    "@solmate/=lib/solmate/src/",
    "@forge-std/=lib/forge-std/src/",
    "@ds-test/=lib/forge-std/lib/ds-test/src/",
    "ds-test/=lib/forge-std/lib/ds-test/src/",
    "@openzeppelin/=lib/openzeppelin-contracts/",
    "@ccip/=lib/ccip/",
    "@oapp-auth/=lib/OAppAuth/src/",
    "@devtools-oapp-evm/=lib/OAppAuth/lib/devtools/packages/oapp-evm/contracts/oapp/",
    "@layerzerolabs/lz-evm-messagelib-v2/=lib/OAppAuth/node_modules/@layerzerolabs/lz-evm-messagelib-v2/",
    "@layerzerolabs/lz-evm-protocol-v2/=lib/OAppAuth/lib/LayerZero-V2/packages/layerzero-v2/evm/protocol/",
    "@layerzerolabs/oapp-evm/=lib/OAppAuth/lib/devtools/packages/oapp-evm/",
    "@lz-oapp-evm/=lib/OAppAuth/lib/LayerZero-V2/packages/layerzero-v2/evm/oapp/contracts/oapp/",
    "LayerZero-V2/=lib/OAppAuth/lib/",
    "OAppAuth/=lib/OAppAuth/",
    "ccip/=lib/ccip/contracts/",
    "erc4626-tests/=lib/openzeppelin-contracts/lib/erc4626-tests/",
    "forge-std/=lib/forge-std/src/",
    "halmos-cheatcodes/=lib/OAppAuth/lib/openzeppelin-contracts/lib/halmos-cheatcodes/src/",
    "openzeppelin-contracts/=lib/openzeppelin-contracts/",
    "solidity-bytes-utils/=lib/OAppAuth/node_modules/solidity-bytes-utils/",
    "solmate/=lib/solmate/src/"
  ],
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "metadata": {
    "useLiteralContent": false,
    "bytecodeHash": "ipfs",
    "appendCBOR": true
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "evmVersion": "paris",
  "viaIR": false
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"assemble","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"completeNextWithdrawal","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"completeNextWithdrawals","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"completeWithdrawal","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"deposit","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"disassemble","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"fullDisassemble","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"overrideWithdrawalIndexes","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"startWithdrawal","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"_underlying","type":"address"},{"internalType":"address","name":"_vault","type":"address"}],"name":"updatePositionConfig","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"_vault_supervisor","type":"address"}],"name":"updateVaultSupervisor","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"}]

608060405234801561001057600080fd5b506102ae806100206000396000f3fe608060405234801561001057600080fd5b50600436106100a95760003560e01c8063a3c01c4211610071578063a3c01c4214610132578063d9ece2591461011c578063da9d3be71461011c578063e2bbb1581461011c578063e69bb20d146100ae578063e6a6e7a2146100ae57600080fd5b80631761b7ce146100ae5780631b51d9b5146100ae57806354621b42146100ae5780635c53df84146100d85780636ed625ab1461011c575b600080fd5b6100c26100bc36600461017e565b50606090565b6040516100cf9190610197565b60405180910390f35b6100c26100e6366004610201565b604051606082811b6bffffffffffffffffffffffff19166020830152906034016040516020818303038152906040529050919050565b6100c261012a366004610223565b606092915050565b6100c2610140366004610245565b604080516bffffffffffffffffffffffff19606094851b811660208301529290931b9091166034830152805160288184030181526048909201905290565b60006020828403121561019057600080fd5b5035919050565b600060208083528351808285015260005b818110156101c4578581018301518582016040015282016101a8565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b03811681146101fc57600080fd5b919050565b60006020828403121561021357600080fd5b61021c826101e5565b9392505050565b6000806040838503121561023657600080fd5b50508035926020909101359150565b6000806040838503121561025857600080fd5b610261836101e5565b915061026f602084016101e5565b9050925092905056fea2646970667358221220afae64cda8510f1b3c40786e25c03cfc42f7e9f5244be943e9f206af041f2d1064736f6c63430008150033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100a95760003560e01c8063a3c01c4211610071578063a3c01c4214610132578063d9ece2591461011c578063da9d3be71461011c578063e2bbb1581461011c578063e69bb20d146100ae578063e6a6e7a2146100ae57600080fd5b80631761b7ce146100ae5780631b51d9b5146100ae57806354621b42146100ae5780635c53df84146100d85780636ed625ab1461011c575b600080fd5b6100c26100bc36600461017e565b50606090565b6040516100cf9190610197565b60405180910390f35b6100c26100e6366004610201565b604051606082811b6bffffffffffffffffffffffff19166020830152906034016040516020818303038152906040529050919050565b6100c261012a366004610223565b606092915050565b6100c2610140366004610245565b604080516bffffffffffffffffffffffff19606094851b811660208301529290931b9091166034830152805160288184030181526048909201905290565b60006020828403121561019057600080fd5b5035919050565b600060208083528351808285015260005b818110156101c4578581018301518582016040015282016101a8565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b03811681146101fc57600080fd5b919050565b60006020828403121561021357600080fd5b61021c826101e5565b9392505050565b6000806040838503121561023657600080fd5b50508035926020909101359150565b6000806040838503121561025857600080fd5b610261836101e5565b915061026f602084016101e5565b9050925092905056fea2646970667358221220afae64cda8510f1b3c40786e25c03cfc42f7e9f5244be943e9f206af041f2d1064736f6c63430008150033

Block Transaction Difficulty 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
0x271441F4bAf9465b227241bD9CF3fb09a11E5ee3
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.