Hi guys, I'm trying to understand a presale token contract.
Does anyone knows what is the role of the "Claim" in it?
I wonder how they make connection between token and it's presale.
I can share the code if its needed.
Jan 5, 2023, 2:19 PM
usually claim is for the buyer to claim the bought tokens afterwards
function names is just a made up names developer get to chose, so it could be doing something else
Jan 5, 2023, 2:25 PM
The token owner can just send tokens to the presale contract, simple as that
Jan 5, 2023, 2:27 PM
Thank you. But how do they do this?
This is the part of the contract that I don't get
This is the part of the contract that I don't get
Jan 5, 2023, 2:45 PM