Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Hello, I want to send a message along the prize to a user, is there a way to concatenate a string with a value? I tried it like this but it doesnt work: self.send().direct_egld( &winner_address, &prize, (b"You won the lottery with ID: {}! Congratulations!", &lottery_id), ); Any idea on how to add the "lottery_id" to the message?