ETH Price: $3,101.05 (+0.25%)

Contract

0x70B8622525d56DDB5b07c7c9D2be63ad09A3716D

Overview

ETH Balance

0 ETH

ETH 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
75014632025-08-03 18:04:34158 days ago1754244274  Contract Creation0 ETH

Cross-Chain Transactions
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
ReserveERC20WrappedDecoderAndSanitizer

Compiler Version
v0.8.21+commit.d9974bed

Optimization Enabled:
Yes with 200 runs

Other Settings:
paris EvmVersion
/* SPDX-License-Identifier: UNLICENSED */
pragma solidity ^0.8.0;

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

    function depositTo(address _dst, uint256) external pure returns (bytes memory addressesFound) {
        addressesFound = abi.encodePacked(_dst);
    }

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

    function withdrawTo(address _dst, uint256) external pure returns (bytes memory addressesFound) {
        addressesFound = abi.encodePacked(_dst);
    }
}

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/",
    "@sbu/=lib/OAppAuth/lib/solidity-bytes-utils/",
    "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,
  "libraries": {}
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"deposit","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"_dst","type":"address"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"depositTo","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"withdraw","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"_dst","type":"address"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"withdrawTo","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"}]

608060405234801561001057600080fd5b50610195806100206000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c8063205c2878146100515780632e1a7d4d146100ac578063b6b55f25146100ac578063ffaad6a514610051575b600080fd5b61009661005f3660046100c0565b604051606083811b6bffffffffffffffffffffffff1916602083015290603401604051602081830303815290604052905092915050565b6040516100a391906100f8565b60405180910390f35b6100966100ba366004610146565b50606090565b600080604083850312156100d357600080fd5b82356001600160a01b03811681146100ea57600080fd5b946020939093013593505050565b600060208083528351808285015260005b8181101561012557858101830151858201604001528201610109565b506000604082860101526040601f19601f8301168501019250505092915050565b60006020828403121561015857600080fd5b503591905056fea26469706673582212209e01fd12230e230ff60341cb51c7d36443fe36efb9b8b78b9d65bd54473790e064736f6c63430008150033

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061004c5760003560e01c8063205c2878146100515780632e1a7d4d146100ac578063b6b55f25146100ac578063ffaad6a514610051575b600080fd5b61009661005f3660046100c0565b604051606083811b6bffffffffffffffffffffffff1916602083015290603401604051602081830303815290604052905092915050565b6040516100a391906100f8565b60405180910390f35b6100966100ba366004610146565b50606090565b600080604083850312156100d357600080fd5b82356001600160a01b03811681146100ea57600080fd5b946020939093013593505050565b600060208083528351808285015260005b8181101561012557858101830151858201604001528201610109565b506000604082860101526040601f19601f8301168501019250505092915050565b60006020828403121561015857600080fd5b503591905056fea26469706673582212209e01fd12230e230ff60341cb51c7d36443fe36efb9b8b78b9d65bd54473790e064736f6c63430008150033

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
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.