Event Reference
4.3 Event Reference
I. RecyclingEngine Events
Recycled(address user, address token, uint256 nativeIn, uint256 weightMinted)
Recycled(address user, address token, uint256 nativeIn, uint256 weightMinted)recycle(token)Claimed(address user, uint256 amountWei)
Claimed(address user, uint256 amountWei)ParamsSet(...)
ParamsSet(...)OwnershipTransferred(address previousOwner, address newOwner)
OwnershipTransferred(address previousOwner, address newOwner)II. SponsorshipLedger Events
Sponsored(address provider, address beneficiary, address token, uint256 units)
Sponsored(address provider, address beneficiary, address token, uint256 units)Consumed(address beneficiary, address token, uint256 units)
Consumed(address beneficiary, address token, uint256 units)III. RecycleAssetRegistry Events
AssetSet(address token, bool enabled, uint256 unitsPer1e18Native, uint256 capUnits)
AssetSet(address token, bool enabled, uint256 unitsPer1e18Native, uint256 capUnits)IV. Router Events (If Implemented)
RailsSet(...)
RailsSet(...)V. Fund Events
SharesMinted(address to, uint256 amount)
SharesMinted(address to, uint256 amount)Distributed(uint256 amount)
Distributed(uint256 amount)OwnershipTransferred(...)
OwnershipTransferred(...)VI. Governor Events
ProposalCreated(...)
ProposalCreated(...)VoteCast(...)
VoteCast(...)ProposalQueued(...)
ProposalQueued(...)ProposalExecuted(...)
ProposalExecuted(...)VII. Event Reconstruction Model
VIII. Event Integrity Guarantees
IX. Monitoring Strategy
Last updated