ETH Price: $3,129.08 (+0.21%)

Contract

0xb7124711C74e0E48263317222eA8E483bF61f5f7

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:34161 days ago1754244274  Contract Creation0 ETH

Cross-Chain Transactions
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
AaveDecoderAndSanitizer

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 AaveDecoderAndSanitizer {
    function deposit(address asset, uint256) external pure returns (bytes memory addressesFound) {
        addressesFound = abi.encodePacked(asset);
    }

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

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":"address","name":"asset","type":"address"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"deposit","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"asset","type":"address"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"withdrawSupply","outputs":[{"internalType":"bytes","name":"addressesFound","type":"bytes"}],"stateMutability":"pure","type":"function"}]

608060405234801561001057600080fd5b50610152806100206000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c806347e7ef241461003b578063e72b60261461003b575b600080fd5b610080610049366004610096565b604051606083811b6bffffffffffffffffffffffff1916602083015290603401604051602081830303815290604052905092915050565b60405161008d91906100ce565b60405180910390f35b600080604083850312156100a957600080fd5b82356001600160a01b03811681146100c057600080fd5b946020939093013593505050565b600060208083528351808285015260005b818110156100fb578581018301518582016040015282016100df565b506000604082860101526040601f19601f830116850101925050509291505056fea2646970667358221220e069c40c48b0647a11eb74299cac5269fdc705e8139ccd3240c8083ae7f96ba064736f6c63430008150033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100365760003560e01c806347e7ef241461003b578063e72b60261461003b575b600080fd5b610080610049366004610096565b604051606083811b6bffffffffffffffffffffffff1916602083015290603401604051602081830303815290604052905092915050565b60405161008d91906100ce565b60405180910390f35b600080604083850312156100a957600080fd5b82356001600160a01b03811681146100c057600080fd5b946020939093013593505050565b600060208083528351808285015260005b818110156100fb578581018301518582016040015282016100df565b506000604082860101526040601f19601f830116850101925050509291505056fea2646970667358221220e069c40c48b0647a11eb74299cac5269fdc705e8139ccd3240c8083ae7f96ba064736f6c63430008150033

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
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.