static BigInt toClaim(int numberOfNFTs) { var result = 150000 + (numberOfNFTs - 1) * 25000; return BigInt.from(result); }