- the erc721PaginationInterface function moved to a separate abstract contract
- an IERC721Pagination interface was added
- using a new solidity feature - string.concat (pragma solidity ^0.8.12)
- getAllTokens and getTokensOf functions were implemented (pragma solidity ^0.8.1)