contracts icon indicating copy to clipboard operation
contracts copied to clipboard

Smart contracts for developers in the Immutable ecosystem.

Results 34 contracts issues
Sort by recently updated
recently updated
newest added

All the ability to stake using ERC20 tokens. Add scripts to deploy staking contracts and interact with staking contracts.

This pull request contains changes to improve clarity, correctness and structure.

replaced discord link, old link was not working

Leverage Solidity's built-in overflow/underflow checks (Solidity 0.8.0) to avoid any potential overflows and revert the transaction if one occurs. If an overflow occurs, `_totalSupply` would wrap around to a small...