Default pagination in Home/Front page

try this for get_query_var

<?php  $paged = get_query_var( 'paged', 1 ); ?>

For more information check this url

https://codex.wordpress.org/Function_Reference/get_query_var