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 20240206

Go Back

Order User Roll Range Reward Range Final Result Reward Seed Verifying Instruction
1Slawski0 to 2Roll 0 to 2
Index 0: Moonglow
Index 1: Buzzard
Index 2: Sarcosuchus
2Sarcosuchus5453916749923224<?php
mt_srand(5453916749923224);
echo 'result = ' . mt_rand(0, 2);
?>
Copy code above and paste here to verify
2Slawski0 to 10Roll 0 to 10
Index 0: Avalanche
Index 1: Quake
Index 2: Tremor
Index 3: Starburst
Index 4: Brightness
Index 5: Moonglow
Index 6: Condor
Index 7: Buzzard
Index 8: Harpy
Index 9: Rhincodon
Index 10: Dreadnought
6Condor5453916753950551<?php
mt_srand(5453916753950551);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
3AlexDark0 to 1Roll 0 to 1
Index 0: Flash
Index 1: Grifter
1Grifter5453916757977878<?php
mt_srand(5453916757977878);
echo 'result = ' . mt_rand(0, 1);
?>
Copy code above and paste here to verify
4AlexDark0 to 7Roll 0 to 7
Index 0: Boulder
Index 1: Flint
Index 2: Scree
Index 3: Crag
Index 4: Glow
Index 5: Lumen
Index 6: Critter
Index 7: Spider
6Critter5453916762005205<?php
mt_srand(5453916762005205);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
5AlexDark0 to 2Roll 0 to 2
Index 0: Moonglow
Index 1: Buzzard
Index 2: Sarcosuchus
2Sarcosuchus5453916766032532<?php
mt_srand(5453916766032532);
echo 'result = ' . mt_rand(0, 2);
?>
Copy code above and paste here to verify
6AlexDark0 to 10Roll 0 to 10
Index 0: Avalanche
Index 1: Quake
Index 2: Tremor
Index 3: Starburst
Index 4: Brightness
Index 5: Moonglow
Index 6: Condor
Index 7: Buzzard
Index 8: Harpy
Index 9: Rhincodon
Index 10: Dreadnought
2Tremor5453916770059859<?php
mt_srand(5453916770059859);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
7AlexDark0 to 10Roll 0 to 10
Index 0: Avalanche
Index 1: Quake
Index 2: Starburst
Index 3: Brightness
Index 4: Moonglow
Index 5: Condor
Index 6: Buzzard
Index 7: Harpy
Index 8: Rhincodon
Index 9: Sarcosuchus
Index 10: Dreadnought
1Quake5453916774087186<?php
mt_srand(5453916774087186);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
8AlexDark0 to 10Roll 0 to 10
Index 0: Avalanche
Index 1: Tremor
Index 2: Starburst
Index 3: Brightness
Index 4: Moonglow
Index 5: Condor
Index 6: Buzzard
Index 7: Harpy
Index 8: Rhincodon
Index 9: Sarcosuchus
Index 10: Dreadnought
1Tremor5453916778114513<?php
mt_srand(5453916778114513);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
9Berlitz0 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 Bringer5453916782141840<?php
mt_srand(5453916782141840);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
10Berlitz0 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
2Solar Flare5453916786169167<?php
mt_srand(5453916786169167);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
11Roger_FGL0 to 1Roll 0 to 1
Index 0: Watt
Index 1: Rogue
0Watt5453916790196494<?php
mt_srand(5453916790196494);
echo 'result = ' . mt_rand(0, 1);
?>
Copy code above and paste here to verify
12AlexDark0 to 1Roll 0 to 1
Index 0: Flash
Index 1: Grifter
1Grifter5453916794223821<?php
mt_srand(5453916794223821);
echo 'result = ' . mt_rand(0, 1);
?>
Copy code above and paste here to verify
13AlexDark0 to 1Roll 0 to 1
Index 0: Flash
Index 1: Grifter
0Flash5453916798251148<?php
mt_srand(5453916798251148);
echo 'result = ' . mt_rand(0, 1);
?>
Copy code above and paste here to verify
14AlexDark0 to 1Roll 0 to 1
Index 0: Flash
Index 1: Grifter
0Flash5453916802278475<?php
mt_srand(5453916802278475);
echo 'result = ' . mt_rand(0, 1);
?>
Copy code above and paste here to verify
15AlexDark0 to 1Roll 0 to 1
Index 0: Flash
Index 1: Grifter
1Grifter5453916806305802<?php
mt_srand(5453916806305802);
echo 'result = ' . mt_rand(0, 1);
?>
Copy code above and paste here to verify
16AstroDog0 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
7Archelon5453916810333129<?php
mt_srand(5453916810333129);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
17AstroDog0 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
6Hyperion5453916814360456<?php
mt_srand(5453916814360456);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
18AstroDog0 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
3Purifier5453916818387783<?php
mt_srand(5453916818387783);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
19AstroDog0 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
2Solar Flare5453916822415110<?php
mt_srand(5453916822415110);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
20AlexDark0 to 1Roll 0 to 1
Index 0: Flash
Index 1: Grifter
0Flash5453916826442437<?php
mt_srand(5453916826442437);
echo 'result = ' . mt_rand(0, 1);
?>
Copy code above and paste here to verify
21AlexDark0 to 1Roll 0 to 1
Index 0: Flash
Index 1: Grifter
1Grifter5453916830469764<?php
mt_srand(5453916830469764);
echo 'result = ' . mt_rand(0, 1);
?>
Copy code above and paste here to verify
22Krelborn0 to 6Roll 0 to 6
Index 0: Avalanche
Index 1: Quake
Index 2: Tremor
Index 3: Starburst
Index 4: Brightness
Index 5: Condor
Index 6: Rhincodon
1Quake5453916834497091<?php
mt_srand(5453916834497091);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
23Krelborn0 to 10Roll 0 to 10
Index 0: Avalanche
Index 1: Tremor
Index 2: Starburst
Index 3: Brightness
Index 4: Moonglow
Index 5: Condor
Index 6: Buzzard
Index 7: Harpy
Index 8: Rhincodon
Index 9: Sarcosuchus
Index 10: Dreadnought
5Condor5453916838524418<?php
mt_srand(5453916838524418);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
24Krelborn0 to 10Roll 0 to 10
Index 0: Avalanche
Index 1: Quake
Index 2: Tremor
Index 3: Starburst
Index 4: Brightness
Index 5: Moonglow
Index 6: Buzzard
Index 7: Harpy
Index 8: Rhincodon
Index 9: Sarcosuchus
Index 10: Dreadnought
9Sarcosuchus5453916842551745<?php
mt_srand(5453916842551745);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
25Krelborn0 to 10Roll 0 to 10
Index 0: Avalanche
Index 1: Quake
Index 2: Tremor
Index 3: Starburst
Index 4: Brightness
Index 5: Moonglow
Index 6: Condor
Index 7: Buzzard
Index 8: Harpy
Index 9: Rhincodon
Index 10: Dreadnought
10Dreadnought5453916846579072<?php
mt_srand(5453916846579072);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
26Krelborn0 to 6Roll 0 to 6
Index 0: Avalanche
Index 1: Quake
Index 2: Tremor
Index 3: Starburst
Index 4: Brightness
Index 5: Condor
Index 6: Rhincodon
3Starburst5453916850606399<?php
mt_srand(5453916850606399);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
27Krelborn0 to 10Roll 0 to 10
Index 0: Avalanche
Index 1: Quake
Index 2: Tremor
Index 3: Brightness
Index 4: Moonglow
Index 5: Condor
Index 6: Buzzard
Index 7: Harpy
Index 8: Rhincodon
Index 9: Sarcosuchus
Index 10: Dreadnought
10Dreadnought5453916854633726<?php
mt_srand(5453916854633726);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
28AstroDog0 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 Geode5453916858661053<?php
mt_srand(5453916858661053);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
29AstroDog0 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
1Neutron Emitter5453916862688380<?php
mt_srand(5453916862688380);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
30AstroDog0 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
2Purifier5453916866715707<?php
mt_srand(5453916866715707);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
31AstroDog0 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
5Hyperion5453916870743034<?php
mt_srand(5453916870743034);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
32AstroDog0 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 Bringer5453916874770361<?php
mt_srand(5453916874770361);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
33AstroDog0 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
2Solar Flare5453916878797688<?php
mt_srand(5453916878797688);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
34AstroDog0 to 2Roll 0 to 2
Index 0: Moonglow
Index 1: Buzzard
Index 2: Sarcosuchus
0Moonglow5453916882825015<?php
mt_srand(5453916882825015);
echo 'result = ' . mt_rand(0, 2);
?>
Copy code above and paste here to verify
35Slawski0 to 10Roll 0 to 10
Index 0: Avalanche
Index 1: Quake
Index 2: Tremor
Index 3: Starburst
Index 4: Brightness
Index 5: Moonglow
Index 6: Buzzard
Index 7: Harpy
Index 8: Rhincodon
Index 9: Sarcosuchus
Index 10: Dreadnought
10Dreadnought5453916886852342<?php
mt_srand(5453916886852342);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
36Slawski0 to 2Roll 0 to 2
Index 0: Moonglow
Index 1: Buzzard
Index 2: Sarcosuchus
2Sarcosuchus5453916890879669<?php
mt_srand(5453916890879669);
echo 'result = ' . mt_rand(0, 2);
?>
Copy code above and paste here to verify
37Slawski0 to 10Roll 0 to 10
Index 0: Avalanche
Index 1: Quake
Index 2: Tremor
Index 3: Starburst
Index 4: Brightness
Index 5: Moonglow
Index 6: Condor
Index 7: Buzzard
Index 8: Harpy
Index 9: Rhincodon
Index 10: Dreadnought
0Avalanche5453916894906996<?php
mt_srand(5453916894906996);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
38Slawski0 to 10Roll 0 to 10
Index 0: Quake
Index 1: Tremor
Index 2: Starburst
Index 3: Brightness
Index 4: Moonglow
Index 5: Condor
Index 6: Buzzard
Index 7: Harpy
Index 8: Rhincodon
Index 9: Sarcosuchus
Index 10: Dreadnought
2Starburst5453916898934323<?php
mt_srand(5453916898934323);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
39Slawski0 to 10Roll 0 to 10
Index 0: Avalanche
Index 1: Quake
Index 2: Tremor
Index 3: Brightness
Index 4: Moonglow
Index 5: Condor
Index 6: Buzzard
Index 7: Harpy
Index 8: Rhincodon
Index 9: Sarcosuchus
Index 10: Dreadnought
10Dreadnought5453916902961650<?php
mt_srand(5453916902961650);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
40Polar0 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 Bringer5453916906988977<?php
mt_srand(5453916906988977);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
41Polar0 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
2Solar Flare5453916911016304<?php
mt_srand(5453916911016304);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
42Polar0 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
3Purifier5453916915043631<?php
mt_srand(5453916915043631);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
43Polar0 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 Geode5453916919070958<?php
mt_srand(5453916919070958);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
44Polar0 to 6Roll 0 to 6
Index 0: Avalanche
Index 1: Quake
Index 2: Tremor
Index 3: Starburst
Index 4: Brightness
Index 5: Condor
Index 6: Rhincodon
6Rhincodon5453916923098285<?php
mt_srand(5453916923098285);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
45DMT0 to 3Roll 0 to 3
Index 0: Protostar
Index 1: Supernova
Index 2: Planet Pillager
Index 3: Megalodon
0Protostar5453916927125612<?php
mt_srand(5453916927125612);
echo 'result = ' . mt_rand(0, 3);
?>
Copy code above and paste here to verify
46DMT0 to 3Roll 0 to 3
Index 0: Protostar
Index 1: Supernova
Index 2: Planet Pillager
Index 3: Megalodon
1Supernova5453916931152939<?php
mt_srand(5453916931152939);
echo 'result = ' . mt_rand(0, 3);
?>
Copy code above and paste here to verify
47DMT0 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
6Hyperion5453916935180266<?php
mt_srand(5453916935180266);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
48DMT0 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 Flare5453916939207593<?php
mt_srand(5453916939207593);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
49DMT0 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
3Purifier5453916943234920<?php
mt_srand(5453916943234920);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
50DMT0 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
6Hyperion5453916947262247<?php
mt_srand(5453916947262247);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
51DMT0 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
3Purifier5453916951289574<?php
mt_srand(5453916951289574);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
52DMT0 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
1Neutron Emitter5453916955316901<?php
mt_srand(5453916955316901);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
53DMT0 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
7Archelon5453916959344228<?php
mt_srand(5453916959344228);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
54DMT0 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
5Devourer5453916963371555<?php
mt_srand(5453916963371555);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify