How Our Blend System Works
In the world of NFTs (Non-Fungible Tokens), transparency is key. Users want to know that the digital assets they're acquiring are created fairly and that the outcomes of their endeavors are governed by chance rather than hidden algorithms.

We believe in transparency, and we want you to have complete confidence in the fairness of our Blending system. Here's a breakdown of how it operates:

The Foundation: Seeds and Increments
At the heart of our system lies the concept of seeds and increments. Every day, a new pair of seeds is generated - one for the base seed and one for the increment. These seeds serve as the foundation for all the randomness in our Blend System.

Base Seed: This is a randomly generated number between 1,000,000,000,000,000 and 9,000,000,000,000,000. It sets the starting point for our seed of the random number generation.

Seed Increment: Another random number, this one ranging between -10,000,000 and 10,000,000. It determines how the starting point seed will change for each subsequent voucher/blend used.

Both the base seed and seed increment are hashed and displayed to all players immediately after the daily reset. The actual non-hashed value of these numbers will be kept secret for the next 24 hours. They will only be made visible to all players after the next daily reset where a new set of base seed and seed increment is generated.

Voucher Opening Process
Each blend or voucher that requires randomness will use a unique seed to randomize the outcome. This unique seed is generated from the base seed and the seed increment mentioned above.

Results of the opening by each and every players are made public and can be easily verified as long as you have the secret seed and the seed increment that was used to generate the outcome. Both these numbers that are required to verify the outcome will be made available the next day.

We want you to enjoy the excitement of opening packs without worrying about hidden tricks or manipulations. With our daily seed and increment resets, real-time outcome displays, and cryptographic verification, you can rest assured that our system is designed with transparency and fairness in mind.




All Rolls that happened on 20240106

Go Back

Order User Roll Range Reward Range Final Result Reward Seed Verifying Instruction
1Thrawn0 to 3Roll 0 to 3
Index 0: Protostar
Index 1: Supernova
Index 2: Planet Pillager
Index 3: Megalodon
1Supernova5976630243789373<?php
mt_srand(5976630243789373);
echo 'result = ' . mt_rand(0, 3);
?>
Copy code above and paste here to verify
2Rockman0 to 7Roll 0 to 7
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Hyperion
Index 7: Archelon
0Unstable Geode5976630241033914<?php
mt_srand(5976630241033914);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
3Rockman0 to 7Roll 0 to 7
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Hyperion
Index 7: Archelon
4Blight Bringer5976630238278455<?php
mt_srand(5976630238278455);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
4Rockman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Devourer
Index 5: Hyperion
Index 6: Archelon
3Purifier5976630235522996<?php
mt_srand(5976630235522996);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
5Rockman0 to 7Roll 0 to 7
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Hyperion
Index 7: Archelon
2Solar Flare5976630232767537<?php
mt_srand(5976630232767537);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
6Rockman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Purifier
Index 3: Blight Bringer
Index 4: Devourer
Index 5: Hyperion
Index 6: Archelon
5Hyperion5976630230012078<?php
mt_srand(5976630230012078);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
7Rockman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Archelon
4Blight Bringer5976630227256619<?php
mt_srand(5976630227256619);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
8Rockman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Devourer
Index 5: Hyperion
Index 6: Archelon
3Purifier5976630224501160<?php
mt_srand(5976630224501160);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
9Rockman0 to 7Roll 0 to 7
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Hyperion
Index 7: Archelon
5Devourer5976630221745701<?php
mt_srand(5976630221745701);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
10Rockman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Hyperion
Index 6: Archelon
1Neutron Emitter5976630218990242<?php
mt_srand(5976630218990242);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
11Rockman0 to 7Roll 0 to 7
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Hyperion
Index 7: Archelon
2Solar Flare5976630216234783<?php
mt_srand(5976630216234783);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
12Rockman0 to 7Roll 0 to 7
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Hyperion
Index 7: Archelon
6Hyperion5976630213479324<?php
mt_srand(5976630213479324);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
13Rockman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Archelon
3Purifier5976630210723865<?php
mt_srand(5976630210723865);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
14Rockman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Blight Bringer
Index 4: Devourer
Index 5: Hyperion
Index 6: Archelon
0Unstable Geode5976630207968406<?php
mt_srand(5976630207968406);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
15Rockman0 to 7Roll 0 to 7
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Hyperion
Index 7: Archelon
2Solar Flare5976630205212947<?php
mt_srand(5976630205212947);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
16Rockman0 to 7Roll 0 to 7
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Hyperion
Index 7: Archelon
5Devourer5976630202457488<?php
mt_srand(5976630202457488);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
17Rockman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Hyperion
Index 6: Archelon
3Purifier5976630199702029<?php
mt_srand(5976630199702029);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
18Rockman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Blight Bringer
Index 4: Devourer
Index 5: Hyperion
Index 6: Archelon
6Archelon5976630196946570<?php
mt_srand(5976630196946570);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
19Rockman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Hyperion
1Neutron Emitter5976630194191111<?php
mt_srand(5976630194191111);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
20Rockman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Solar Flare
Index 2: Purifier
Index 3: Blight Bringer
Index 4: Devourer
Index 5: Hyperion
Index 6: Archelon
6Archelon5976630191435652<?php
mt_srand(5976630191435652);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
21Rockman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Hyperion
4Blight Bringer5976630188680193<?php
mt_srand(5976630188680193);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
22Nelthari1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
66Shield Booster5976630185924734<?php
mt_srand(5976630185924734);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
23Nelthari1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
98Shield Booster5976630183169275<?php
mt_srand(5976630183169275);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
24Nelthari1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
32Shield Booster5976630180413816<?php
mt_srand(5976630180413816);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
25Nelthari1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
95Guardian Stance5976630177658357<?php
mt_srand(5976630177658357);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
26Nelthari1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
100Guardian Stance5976630174902898<?php
mt_srand(5976630174902898);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
27Nelthari1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
40Guardian Stance5976630172147439<?php
mt_srand(5976630172147439);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
28Nelthari1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
14Wingman5976630169391980<?php
mt_srand(5976630169391980);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
29The-G1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
9Wingman5976630166636521<?php
mt_srand(5976630166636521);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
30The-G1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
20Wingman5976630163881062<?php
mt_srand(5976630163881062);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
31TheWatchman0 to 7Roll 0 to 7
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Hyperion
Index 7: Archelon
0Unstable Geode5976630161125603<?php
mt_srand(5976630161125603);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
32TheWatchman0 to 6Roll 0 to 6
Index 0: Neutron Emitter
Index 1: Solar Flare
Index 2: Purifier
Index 3: Blight Bringer
Index 4: Devourer
Index 5: Hyperion
Index 6: Archelon
6Archelon5976630158370144<?php
mt_srand(5976630158370144);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
33TheWatchman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Blight Bringer
Index 5: Devourer
Index 6: Hyperion
4Blight Bringer5976630155614685<?php
mt_srand(5976630155614685);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
34TheWatchman0 to 6Roll 0 to 6
Index 0: Unstable Geode
Index 1: Neutron Emitter
Index 2: Solar Flare
Index 3: Purifier
Index 4: Devourer
Index 5: Hyperion
Index 6: Archelon
6Archelon5976630152859226<?php
mt_srand(5976630152859226);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
35Sharkyto1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
97Ghost5976630150103767<?php
mt_srand(5976630150103767);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
36Sharkyto1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
73Wingman5976630147348308<?php
mt_srand(5976630147348308);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
37Nelthari1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
40Mini Warp Drive5976630144592849<?php
mt_srand(5976630144592849);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
38Nelthari1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
5Mini Warp Drive5976630141837390<?php
mt_srand(5976630141837390);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify
39SoobySTi1 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
70Constructor5976630139081931<?php
mt_srand(5976630139081931);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify