Is it possible to use the erc721 contract ABI with collections created via Manifold studio?

I a trying to create a page on my website that shows the latest mints on my NFT contract created using the Manifold Studio.
I noticed the contract ABI for Logic_Bots is really simple with not much useful functionality.
See here: https://etherscan.io/address/0x0447433bd197f03be984a6053241ae8d347c5539#code

How might I use the totalSupply() and tokenURI() functions from the erc721 contract?
Is this even possible given how the contract was created? Surely there is a way to display my NFTs on my webpage in a automated way!

Thanks so much for any assistance. I may be inclined to tip anyone who helps me figure this out ;D