Comp
Interact with the COMP token contract
Claim Comp
spells.add({
connector: "comp",
method: "ClaimComp",
args: [setId]
});Claim Comp Two
spells.add({
connector: "comp",
method: "ClaimCompTwo",
args: [tokens, setId]
});Claim Comp Three
Last updated