You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doing this though makes it so i cannot deploy the contract getting this error:
"This contract does not implement all functions and thus cannot be created."
I'm going to keep hacking away at it, but im hopeful the community can help.
the other 15 static analysis warnings are 2 reentrancy issues which we modified with mutex (492-505 & 528-509)
and "similar variable names" which is readability deprecation but w/e
any help with this is much appreciated as currently sending a 777 token is like .1 rEth and as expensive as hell.
The text was updated successfully, but these errors were encountered:
i tested the waters to deploy this logic on mainnet
getting a warning that it might fail, which i don't receive with ropsten. potentially something fatal?
Actually have same errors. Contracts from here: https://github.com/0xjac/ERC777
Adopted contracts for Solidity EVM v.0.5.6 from that repo (and same) drop in error...
hi
777 gets roughly 27 static warnings in remix.
you can remove 12 of them by defining a boundry on bytes (at line 252 of this contract: https://gist.github.com/lrgeoemtry/df096412147a1859bae07cc31f51b267) of "bytes32"
doing this though makes it so i cannot deploy the contract getting this error:
"This contract does not implement all functions and thus cannot be created."
I'm going to keep hacking away at it, but im hopeful the community can help.
the other 15 static analysis warnings are 2 reentrancy issues which we modified with mutex (492-505 & 528-509)
and "similar variable names" which is readability deprecation but w/e
any help with this is much appreciated as currently sending a 777 token is like .1 rEth and as expensive as hell.
The text was updated successfully, but these errors were encountered: