Squeebo·FollowMar 18, 2022--1ListenShareWhen you have a `mapping( uint => address ) _owners` you find `ownerOf( 7 )` with `_owners[7]` right?This is exactly the same. When token 7 is minted, there is now an index instead of a key.