|
|
@ -29,7 +29,6 @@ var ( |
|
|
|
ErrInsufficientBalance = errors.New("insufficient balance for transfer") |
|
|
|
ErrInsufficientBalance = errors.New("insufficient balance for transfer") |
|
|
|
ErrContractAddressCollision = errors.New("contract address collision") |
|
|
|
ErrContractAddressCollision = errors.New("contract address collision") |
|
|
|
ErrExecutionReverted = errors.New("execution reverted") |
|
|
|
ErrExecutionReverted = errors.New("execution reverted") |
|
|
|
ErrMaxInitCodeSizeExceeded = errors.New("max initcode size exceeded") |
|
|
|
|
|
|
|
ErrMaxCodeSizeExceeded = errors.New("max code size exceeded") |
|
|
|
ErrMaxCodeSizeExceeded = errors.New("max code size exceeded") |
|
|
|
ErrInvalidJump = errors.New("invalid jump destination") |
|
|
|
ErrInvalidJump = errors.New("invalid jump destination") |
|
|
|
ErrWriteProtection = errors.New("write protection") |
|
|
|
ErrWriteProtection = errors.New("write protection") |
|
|
|