Wildcat Protocol Documentation
  • The Wildcat Protocol
  • Overview
    • The Elevator Pitch
    • Whitepaper
    • FAQs
  • Using Wildcat
    • Terminology
    • Onboarding
    • Day-To-Day Usage
      • Borrowers
      • Lenders
      • Market Access Via Policies/Hooks
      • The Sentinel
    • Protocol Usage Fees
    • Delinquency
  • Technical Overview
    • Security/Developer Dives
      • The Scale Factor
      • Core Behaviour
      • V1 -> V2 Changelog
      • Known Issues
      • Hooks
        • How Hooks Work
        • Access Control Hooks
        • Fixed Term Loan Hooks
    • Function/Event Signatures
      • /access
        • AccessControlHooks.sol
        • IRoleProvider.sol
        • MarketConstraintHooks.sol
      • /interfaces
        • IHooks.sol
        • IMarketEventsAndErrors.sol
        • IWildcatArchController.sol
        • IWildcatSanctionsEscrow.sol
        • IWildcatSanctionsSentinel.sol
      • /market
        • WildcatMarketConfig.sol
        • WildcatMarketToken.sol
        • WildcatMarketWithdrawals.sol
        • WildcatMarketBase.sol
      • /spherex
        • ISphereXEngine.sol
        • ISphereXProtectedRegisteredBase.sol
        • SphereXConfig.sol
      • HooksFactory.sol
      • IHooksFactory.sol
      • WildcatArchController.sol
      • WildcatSanctionsEscrow.sol
      • WildcatSanctionsSentinel.sol
    • Protocol Structs
    • Contract Deployments
  • Security Measures
    • Code Security Reviews
    • SphereX Protection
    • Bug Bounty Program
  • Legal
    • Wildcat Terms Of Use
    • Risk Disclosure Statement
    • Template MLA
    • Privacy Policy
Powered by GitBook
On this page
  1. Technical Overview
  2. Function/Event Signatures
  3. /interfaces

IMarketEventsAndErrors.sol

Events:

AccountSanctioned(address) 0x4f30ec08

AnnualInterestBipsUpdated(uint256) 0xff7b6c8b

Approval(address,address,uint256) 0x8c5be1e5

Borrow(uint256) 0xb848ae6b

DebtRepaid(address,uint256) 0xe8b606ac

Deposit(address,uint256,uint256) 0x90890809

FeesCollected(uint256) 0x860c0aa5

InterestAndFeesAccrued(uint256,uint256,uint256,uint256,uint256,uint256) 0x18247a39

MarketClosed(uint256) 0x9dc30b8e

MaxTotalSupplyUpdated(uint256) 0xf2672935

ProtocolFeeBipsUpdated(uint256) 0x4b347052

ReserveRatioBipsUpdated(uint256) 0x72877a15

SanctionedAccountAssetsQueuedForWithdrawal(address,uint256,uint256,uint256) 0xe12b220b

SanctionedAccountAssetsSentToEscrow(address,address,uint256) 0x571e706c

SanctionedAccountWithdrawalSentToEscrow(address,address,uint32,uint256) 0x0d0843a0

StateUpdated(uint256,bool) 0x9385f9ff

Transfer(address,address,uint256) 0xddf252ad

WithdrawalBatchClosed(uint256) 0xcbdf25bf

WithdrawalBatchCreated(uint256) 0x5c9a946d

WithdrawalBatchExpired(uint256,uint256,uint256,uint256) 0x9262dc39

WithdrawalBatchPayment(uint256,uint256,uint256) 0x52720347

WithdrawalExecuted(uint256,address,uint256) 0xd6cddb3d

WithdrawalQueued(uint256,address,uint256,uint256) 0xecc966b2

PreviousIHooks.solNextIWildcatArchController.sol

Last updated 8 months ago