You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: