hi why will we get this error in FunC?

Error: Func compilation error: contracts/jetton/jetton.fc:223:50: error: cannot apply expression of type int to an expression of type (): cannot unify type () -> ??298 with int
int claimableAmount = muldiv(my_balance(), 10 , 100);


int claimableAmount = muldiv(my_balance(), 10 , 100);

Jan 24, 2024, 6:38 PM
oh, it should be my_balance not my_balance()
Jan 24, 2024, 6:40 PM

© 2024 Draquery.com All rights reserved.