I am still new to Solidity so forgive me if I missed something obvious but....
In LAND.sol -> claimForgottenParcel there is no verification other than that the token is already owned and it hasn't been pinged in over a year.
Anyone can claim forgotten tokens for free? Or is it supposed to "require(msg.sender == claimContract);"?
I am still new to Solidity so forgive me if I missed something obvious but....
In LAND.sol -> claimForgottenParcel there is no verification other than that the token is already owned and it hasn't been pinged in over a year.
Anyone can claim forgotten tokens for free? Or is it supposed to "require(msg.sender == claimContract);"?