LogoLogo
  • Introduction
  • For Founders
    • TokenTable Airdrop Pro
    • TokenTable Airdrop Lite
      • Getting Started
      • Set Up the Project
      • Deposit Tokens
      • Publish the Project
    • TokenTable Unlocker
    • Custom Token Claiming Portal
  • For Token Recipients
    • Airdrop Token Claiming
    • Unlocker Token Claiming
  • For Developers
    • Airdrop
      • EVM
      • TON
        • Getting Started
        • Architecture
        • Usage
        • Smart Contract Schema
        • Integration
    • Unlocker
      • EVM
        • APIs
          • Core
            • Unlocker
              • Data Models
            • FutureToken
            • TrackerToken
          • Utilities
            • Deployer
            • External Hook
            • Fee Collector
            • Versionable
        • SDK
      • Starknet
  • SUPPORT
    • FAQ
    • Feedback and Troubleshooting
Powered by GitBook
On this page
  • ITTHook
  • didCall

Was this helpful?

  1. For Developers
  2. Unlocker
  3. EVM
  4. APIs
  5. Utilities

External Hook

ITTHook

didCall

function didCall(bytes originalMsgData, address originalMsgSender) external

Forwards the call context from the hooked contract.

Reverts within hooks will revert the hooked contract as well.

Parameters

Name
Type
Description

originalMsgData

bytes

Forwarded calldata from the called function.

originalMsgSender

address

Forwarded sender from the called function.

PreviousDeployerNextFee Collector

Last updated 7 months ago

Was this helpful?