Source Code
Overview
ETH Balance
0 ETH
ETH Value
$0.00Multichain Info
N/A
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Latest 1 internal transaction
Advanced mode:
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
10292554 | 34 days ago | Contract Creation | 0 ETH |
Loading...
Loading
Contract Name:
ITBGearboxDecoderAndSanitizer
Compiler Version
v0.8.21+commit.d9974bed
Optimization Enabled:
Yes with 200 runs
Other Settings:
paris EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// 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 ITBGearboxDecoderAndSanitizer { function deposit(uint256, uint256) external pure returns (bytes memory addressesFound) { // Nothing to sanitize or return return addressesFound; } function withdrawSupply(uint256, uint256) external pure returns (bytes memory addressesFound) { // Nothing to sanitize or return return addressesFound; } function stake(uint256) external pure returns (bytes memory addressesFound) { // Nothing to sanitize or return return addressesFound; } function unstake(uint256) external pure returns (bytes memory addressesFound) { // Nothing to sanitize or return return addressesFound; } }
{ "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
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"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"}],"name":"stake","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"unstake","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"withdrawSupply","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"}]
Contract Creation Code
608060405234801561001057600080fd5b50610150806100206000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c80632e17de7814610051578063a694fc3a14610051578063ccf93ab11461007b578063e2bbb1581461007b575b600080fd5b61006561005f366004610091565b50606090565b60405161007291906100aa565b60405180910390f35b6100656100893660046100f8565b606092915050565b6000602082840312156100a357600080fd5b5035919050565b600060208083528351808285015260005b818110156100d7578581018301518582016040015282016100bb565b506000604082860101526040601f19601f8301168501019250505092915050565b6000806040838503121561010b57600080fd5b5050803592602090910135915056fea2646970667358221220d3fc696e80b1cf9a587c1982d08f4120fa818d9f2f49047ef309b176d65d0bab64736f6c63430008150033
Deployed Bytecode
0x608060405234801561001057600080fd5b506004361061004c5760003560e01c80632e17de7814610051578063a694fc3a14610051578063ccf93ab11461007b578063e2bbb1581461007b575b600080fd5b61006561005f366004610091565b50606090565b60405161007291906100aa565b60405180910390f35b6100656100893660046100f8565b606092915050565b6000602082840312156100a357600080fd5b5035919050565b600060208083528351808285015260005b818110156100d7578581018301518582016040015282016100bb565b506000604082860101526040601f19601f8301168501019250505092915050565b6000806040838503121561010b57600080fd5b5050803592602090910135915056fea2646970667358221220d3fc696e80b1cf9a587c1982d08f4120fa818d9f2f49047ef309b176d65d0bab64736f6c63430008150033
Loading...
Loading
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.