coinflips.cash Open in urlscan Pro
2a06:98c1:3121::3  Public Scan

URL: https://coinflips.cash/coinflip
Submission: On August 22 via api from US — Scanned from NL

Form analysis 7 forms found in the DOM

POST /auth/login?return=coinflip

<form class="form_auth" autocomplete="login" method="POST" action="/auth/login?return=coinflip">
  <div class="flex column items-center gap-2">
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="username" value="" autocomplete="email">
          <div class="field_label">Username / E-mail</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="username_email">This field must be a username or a email</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="password" value="" autocomplete="password">
          <div class="field_label">Password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">At least 8 characters, one uppercase, one lowercase, one number and one symbol</div>
      </div>
    </div>
    <div class="flex justify-start width-full mt-2">
      <div class="text-gray pointer font-6" data-modal="show" data-id="#modal_auth_recover">Recover password</div>
    </div>
    <button type="submit" class="site-button purple mt-1">Submit</button>
  </div>
</form>

POST /auth/register?return=coinflip

<form class="form_auth" autocomplete="register" method="POST" action="/auth/register?return=coinflip">
  <div class="flex column items-center gap-2">
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="email" value="" autocomplete="email">
          <div class="field_label">E-mail</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="email">This field must be a email</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="username" value="" autocomplete="username">
          <div class="field_label">Username</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="username">At least 6 characters, only lowercase, numbers and underscore are allowed</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="password" value="" autocomplete="password">
          <div class="field_label">Password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">At least 8 characters, one uppercase, one lowercase, one number and one symbol</div>
      </div>
    </div>
    <button type="submit" class="site-button purple mt-1">Submit</button>
  </div>
</form>

POST /auth/initializing?return=coinflip

<form class="form_auth" autocomplete="initializing" method="POST" action="/auth/initializing?return=coinflip">
  <div class="flex column items-center gap-2">
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="username" value="">
          <div class="field_label">Username</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="username">At least 6 characters, only lowercase, numbers and underscore are allowed</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="email" value="">
          <div class="field_label">E-mail</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="email">This field must be a email</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="password" value="">
          <div class="field_label">Password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">At least 8 characters, one uppercase, one lowercase, one number and one symbol</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="confirm_password" value="">
          <div class="field_label">Confirm Password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">At least 8 characters, one uppercase, one lowercase, one number and one symbol</div>
      </div>
    </div>
    <button type="submit" class="site-button purple mt-1">Sumbit</button>
  </div>
</form>

<form class="form_auth_settings" autocomplete="settings">
  <div class="flex column items-center gap-2">
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="username" value="">
          <div class="field_label">Username</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="username">At least 6 characters, only lowercase, numbers and underscore are allowed</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="email" value="">
          <div class="field_label">E-mail</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="email">By changing your email, you need to verify your profile again</div>
      </div>
    </div>
    <div class="flex column items-start width-full">
      <button type="button" class="site-button black" data-modal="show" data-id="#modal_auth_change_password">Change password</button>
    </div>
    <button type="submit" class="site-button purple mt-1">Sumbit</button>
  </div>
</form>

POST /auth/change_password

<form class="form_auth" autocomplete="change_password" method="POST" action="/auth/change_password">
  <div class="flex column items-center gap-2">
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="current_password" value="">
          <div class="field_label">Current password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">This field must be a password</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="password" value="">
          <div class="field_label">New password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">At least 8 characters, one uppercase, one lowercase, one number and one symbol</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="confirm_password" value="">
          <div class="field_label">Confirm new password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">At least 8 characters, one uppercase, one lowercase, one number and one symbol</div>
      </div>
    </div>
    <button type="submit" class="site-button purple mt-1">Sumbit</button>
  </div>
</form>

<form class="form_auth_recover" autocomplete="recover">
  <div class="flex column items-center">
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="username" value="" autocomplete="username">
          <div class="field_label">Username / E-mail</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="username_email">This field must be a username or a email</div>
      </div>
    </div>
    <button type="submit" class="site-button purple mt-1">Sumbit</button>
  </div>
</form>

<form id="chat-input-form"><input type="text" class="chat-input-field" placeholder="Say something" id="chat_message" maxlength="200" autocomplete="off"></form>

Text Content

CREATING A NEW SLOT ARENA

Game

Amount 20.00 40.00 60.00 80.00 100.00 120.00 140.00 160.00 180.00 200.00 240.00
280.00 300.00 360.00 400.00 420.00 480.00 500.00 540.00 600.00 700.00 800.00
900.00 1000.00 1200.00 1400.00 1600.00 1800.00 2000.00 2400.00 2800.00 3000.00
3200.00 3600.00 4000.00 5000.00 6000.00 7000.00 8000.00 9000.00 10000.00
Participants (2-10) Create

WITHDRAW ETHEREUM

 
AMOUNT
WITHDRAW

Deposit

  
     Start Deposit
Send the amount ethereum you want to deposit and you will receive automatically
after block confirmations
Address:
Copy
Node Status: Online
LOGIN REGISTER
or
Username / E-mail

This field is required
This field must be a username or a email
Password

This field is required
At least 8 characters, one uppercase, one lowercase, one number and one symbol
Recover password
Submit
E-mail

This field is required
This field must be a email
Username

This field is required
At least 6 characters, only lowercase, numbers and underscore are allowed
Password

This field is required
At least 8 characters, one uppercase, one lowercase, one number and one symbol
Submit
Account Settings

Username

This field is required
At least 6 characters, only lowercase, numbers and underscore are allowed
E-mail

This field is required
This field must be a email
Password

This field is required
At least 8 characters, one uppercase, one lowercase, one number and one symbol
Confirm Password

This field is required
At least 8 characters, one uppercase, one lowercase, one number and one symbol
Sumbit
Account Settings

Username

This field is required
At least 6 characters, only lowercase, numbers and underscore are allowed
E-mail

This field is required
By changing your email, you need to verify your profile again
Change password
Sumbit
Change Password

Current password

This field is required
This field must be a password
New password

This field is required
At least 8 characters, one uppercase, one lowercase, one number and one symbol
Confirm new password

This field is required
At least 8 characters, one uppercase, one lowercase, one number and one symbol
Sumbit
Recover password

Username / E-mail

This field is required
This field must be a username or a email
Sumbit
LOGOUT

Do you wish to log out?
CANCEL LOGOUT
LOGOUT FROM ALL DEVICES
Offer Pending Status

This trade has expired or canceled. If you sent the trade offer to buyer, please
cancel it now.
If the trade was already completed and you have received your coins after an
hour, contact support.
Close
Waiting for 00:00
Your deposit has been listed on the withdraw page. Please wait for another user
to withdraw yout items. It could happen at any time so be ready!
Cancel Trade Close
Expire in 00:00
None
A buyer has been found and you must to confirm to start the tracking. You will
see the buyer's informations after your confirmation.
Are you ready to start the trade?
Yes, I'm Ready
Expire in 00:00
None
Trade Link
A buyer has been found. Please send the items to buyer.
Close
Expire in 00:00
None
Trade Link
Trade offer successfully sent. To complete the withdraw please wait until the
buyer accept the offer.
Close
Trade offer successfully completed. You delivered the items to buyer.
Close
This trade has canceled. Your coins was refunded.
Close
This trade has expired. Your coins was refunded.
Close
Expire in 00:00
Your withdrawl request has bees sent to seller.
The seller must to confirm the request!
Close
Expire in 00:00
Wait for a trade offer, always check the Steam offers to see if you received new
offers from seller and check if the offer contain the correct items.
Close
Expire in 00:00
The seller successfully sent a trade offer with your items. To complete the
withdraw please accept the offer.
Trade Offer Close
Trade offer successfully completed. You received the items.
Close
Your deposit trade offer with id # was declined/canceled.
OK
Expire in 00:00
Your deposit trade offer with id # and with security code was sent. Please
accept the trade offer until the time expires.
Trade Offer Close
Your deposit trade offer with id # was successfully accepted. You received
coins.
OK
Your withdraw trade offer with id # was declined/canceled. You received coins
refund.
OK
Your withdraw trade offer with id # and with security code was created and must
Steam Guard confirmation. Please wait for bot Steam Guard confirmation.
Close
Expire in 00:00
Your withdraw trade offer with id # and with security code was sent. Please
accept the trade offer until the time expires.
Trade Offer Close
Your withdraw trade offer with id # was successfully accepted.
OK

Select Bundle


Bundle Total

0 coins
SELECT
View Bundle


CLOSE
Send Coins

Send Amount

This field is required
This field must be a number
You must enter a greater value
You must enter a lesser value
SEND CLOSE
Skins form none

none
Hash: none
Secret: none
Percentage: none%
Ticket: none
0 coins
CLOSE
SELF EXCLUSION

Do you wish to self exclusion?
CANCEL YES
Verify Recaptcha


Crash
Jackpot
Coinflip
Unbox
Tower
LOGIN
LOGIN
Bet Amount
Clear +0.01 +0.10 +1.00 1/2 x2 Max
This field is required
This field must be a number
You must enter a greater value
You must enter a lesser value

Choose your side:



Create Game


ACTIVE GAMES


21
All time bets
13
Registered users
21
Playing live

Telegram

Twitter

GitBook
 * Terms of Service
 * FAQ
   
 * Home

Accepted currencies




21 online

0
IT'S RAINING
Join to claim some free coins!
JOIN
You have successfully joined the rain! You will receive your coins as soon as
the rain is over.
The time to enter to rain has elapsed. You can enter the next rain.
0
member
icedtea122
11 minutes ago
Commands
/ignore 5437bc09437a26a2499c116b
/unignore 5437bc09437a26a2499c116b
Good game!
0
member
icedtea122
11 minutes ago
Commands
/ignore 5437bc09437a26a2499c116b
/unignore 5437bc09437a26a2499c116b
helk
0
member
icedtea122
11 minutes ago
Commands
/ignore 5437bc09437a26a2499c116b
/unignore 5437bc09437a26a2499c116b
h
0
member
zerobyte
11 minutes ago
Commands
/ignore db9466c9aa1e55810513b4ac
/unignore db9466c9aa1e55810513b4ac
Hello
0
member
rabbitboy3222
11 minutes ago
Commands
/ignore 1a2ccfa5d14a422bc8996827
/unignore 1a2ccfa5d14a422bc8996827
This is lowkey cool
0
member
icedtea122
11 minutes ago
Commands
/ignore 5437bc09437a26a2499c116b
/unignore 5437bc09437a26a2499c116b
ok
0
member
icedtea122
11 minutes ago
Commands
/ignore 5437bc09437a26a2499c116b
/unignore 5437bc09437a26a2499c116b
@icedtea122
0
member
rabbitboy3222
11 minutes ago
Commands
/ignore 1a2ccfa5d14a422bc8996827
/unignore 1a2ccfa5d14a422bc8996827
When is this dropping exactly? Is dev in here?
0
member
rabbitboy3222
11 minutes ago
Commands
/ignore 1a2ccfa5d14a422bc8996827
/unignore 1a2ccfa5d14a422bc8996827
Give Alfa
0
member
icedtea122
11 minutes ago
Commands
/ignore 5437bc09437a26a2499c116b
/unignore 5437bc09437a26a2499c116b
Alright so.
0
member
naiker
11 minutes ago
Commands
/ignore 449e21e30de47906df9603b0
/unignore 449e21e30de47906df9603b0
Hi
0
member
caeycg
11 minutes ago
Commands
/ignore 1f6eb489b0f13620628ba725
/unignore 1f6eb489b0f13620628ba725
hi
0
member
rabbitboy3222
11 minutes ago
Commands
/ignore 1a2ccfa5d14a422bc8996827
/unignore 1a2ccfa5d14a422bc8996827
is that a sproto
0
member
rabbitboy3222
11 minutes ago
Commands
/ignore 1a2ccfa5d14a422bc8996827
/unignore 1a2ccfa5d14a422bc8996827
LOL
0
member
danielwise
11 minutes ago
Commands
/ignore 04809a04ddc415bb99216ac1
/unignore 04809a04ddc415bb99216ac1
yo
0
member
flamexyz
11 minutes ago
Commands
/ignore 7c19f48b99e557e569c560a7
/unignore 7c19f48b99e557e569c560a7
yo
0
member
flamexyz
11 minutes ago
Commands
/ignore 7c19f48b99e557e569c560a7
/unignore 7c19f48b99e557e569c560a7
so is this a rug?
0
member
juice_
11 minutes ago
Commands
/ignore 90f6b21ae18deb2969c9f7fc
/unignore 90f6b21ae18deb2969c9f7fc
Soooo?

Scroll to recent messages


BONUS BATTLE STARTING!

Your battle #21 for 20.00 has started. Click the button on the right to start
playing.

Open battle