smart-contracts
smart-contracts copied to clipboard
On-chain system contracts and examples
Results
3
smart-contracts issues
Sort by
recently updated
recently updated
newest added
bytesToInt256. implement
``` let instance = require('./build/contracts/DOSProxy.json'); > instance.deployedBytecode.length / 2 24500 ``` Current code size is pretty much close to the limit, any more logic updates would be tough, exploring external...