Writing a safe smart contract
Avoid Race-Condition
Always either update the state or throw
use the state-machine pattern with modifiers
even if only one user: UI buttons are easily clicked twice
Last updated
Always either update the state or throw
use the state-machine pattern with modifiers
even if only one user: UI buttons are easily clicked twice
Last updated