Author

Topic: Need some help with creating own coin (Read 100 times)

jr. member
Activity: 213
Merit: 1
May 21, 2018, 04:18:57 AM
#1
Hi!

i've copy pasted code as most of us do with public codes, but im seem to getting theese yellow errors on remix.

Gas requirement of function FSM.name() high: infinite. If the gas requirement of a function is higher than the block gas limit, it cannot be executed. Please avoid loops in your functions or actions that modify large areas of storage (this includes clearing or copying arrays in storage) twice same error

error #3 FSM.balanceOf(address) : Variables have very similar names balances and balance.

error #4 Use assert(x) if you never ever want x to be false, not in any circumstance (apart from a bug in your code). Use require(x) if x can be false, due to e.g. invalid input or a failing external component.
Jump to: