Skip to main content

Documentation Index

Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Git Source Application Handler Events Library This library is for all events in the Application Handler module for the protocol.

Events

AD1467_ApplicationHandlerDeployed

event AD1467_ApplicationHandlerDeployed(address indexed appManager, address indexed ruleProcessorAddress);

AD1467_ApplicationRuleApplied

event AD1467_ApplicationRuleApplied(bytes32 indexed ruleType, uint32 indexed ruleId);

AD1467_ApplicationRuleApplied

event AD1467_ApplicationRuleApplied(bytes32 indexed ruleType, ActionTypes indexed action, uint32 indexed ruleId);

AD1467_ApplicationRuleAppliedFull

event AD1467_ApplicationRuleAppliedFull(bytes32 indexed ruleType, ActionTypes[] actions, uint32[] ruleIds);

AD1467_ERC721PricingAddressSet

Pricing
event AD1467_ERC721PricingAddressSet(address indexed _address);

AD1467_ERC20PricingAddressSet

event AD1467_ERC20PricingAddressSet(address indexed _address);