Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 548 Bytes

File metadata and controls

16 lines (10 loc) · 548 Bytes
description
Claim Logic Module for collecting xDAI

CLM-0

This contract can be used in a limited scenario where you want to collect your xDai revenues from the M3tering protocol, to a specific address without any additional logic.

How it works:

  • The contract retrieves the recipient address from the calldata bytes.
  • The contract then proceeds to forward the received xDai to the recipient address.

Developer: https://github.com/iChristwin

{% embed url="https://github.com/M3tering/CLM-0/" %}