Closed gumdropsteve closed 3 years ago
what to do with rejected or not-responded-to to offer tokens?
Initial thoughts on selfdestruct() #2
selfdestruct()
About _burn() ...
_burn()
Destroys tokenId. The approval is cleared when the token is burned. Requirements: tokenId must exist. Emits a Transfer event. -- openzeppelin docs
Destroys tokenId. The approval is cleared when the token is burned. Requirements:
Emits a Transfer event. -- openzeppelin docs
worth noting: https://ethereum.stackexchange.com/questions/97051/how-can-i-protect-my-chainlink-oracle-fulfill-method
what to do with rejected or not-responded-to to offer tokens?
Initial thoughts on
selfdestruct()
#2