vfat-io / adventure-party

Helper contract for andrecronje/rarity
40 stars 63 forks source link

Owner check will always fail because rarity.ownerOf always return UPPERCASE #17

Open kur0 opened 2 years ago

kur0 commented 2 years ago

Hi,

I'm trying to import my summoners into the contract, but the owner check will always fail because rarity is returning all uppercase address even I am the true owner

//(rarity.ownerOf(summonerIDs[i]) == address(this)) Error: VM Exception while processing transaction: reverted with reason string 'Ownable: caller is not the owner'