It might be worth putting your collision handling code into a function that accepts a Collision2D and call this from OnCollisionEnter2D and OnCollisionStay2D which are essentially the same thing, just called at different times.
If you do post code though, please use code-tags .