register, registerWithInvitation, withdraw, are the only functions users can perform. withdraw does not take any input but others will take input like twitter account and invitation code. Make sure that there is no security vulnerability like a buffer overflow.
register
,registerWithInvitation
,withdraw
, are the only functions users can perform.withdraw
does not take any input but others will take input like twitter account and invitation code. Make sure that there is no security vulnerability like a buffer overflow.