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 20240711

Go Back

Order User Roll Range Reward Range Final Result Reward Seed Verifying Instruction
1WelshBoon0 to 7Roll 0 to 7
Index 0: Blight Bringer
Index 1: Devourer
Index 2: Hyperion
Index 3: Archelon
Index 4: Azalea
Index 5: Serket
Index 6: Dreadlight
Index 7: Slipstrike
7Slipstrike4826891757046989<?php
mt_srand(4826891757046989);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
2Slawski0 to 7Roll 0 to 7
Index 0: Blight Bringer
Index 1: Devourer
Index 2: Hyperion
Index 3: Archelon
Index 4: Azalea
Index 5: Serket
Index 6: Dreadlight
Index 7: Slipstrike
6Dreadlight4826891757012937<?php
mt_srand(4826891757012937);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
3Slawski0 to 7Roll 0 to 7
Index 0: Blight Bringer
Index 1: Devourer
Index 2: Hyperion
Index 3: Archelon
Index 4: Azalea
Index 5: Serket
Index 6: Dreadlight
Index 7: Slipstrike
7Slipstrike4826891756978885<?php
mt_srand(4826891756978885);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
4Slawski0 to 7Roll 0 to 7
Index 0: Blight Bringer
Index 1: Devourer
Index 2: Hyperion
Index 3: Archelon
Index 4: Azalea
Index 5: Serket
Index 6: Dreadlight
Index 7: Slipstrike
5Serket4826891756944833<?php
mt_srand(4826891756944833);
echo 'result = ' . mt_rand(0, 7);
?>
Copy code above and paste here to verify
5Slawski0 to 6Roll 0 to 6
Index 0: Blight Bringer
Index 1: Devourer
Index 2: Hyperion
Index 3: Archelon
Index 4: Azalea
Index 5: Dreadlight
Index 6: Slipstrike
1Devourer4826891756910781<?php
mt_srand(4826891756910781);
echo 'result = ' . mt_rand(0, 6);
?>
Copy code above and paste here to verify
6Slawski0 to 2Roll 0 to 2
Index 0: Condor
Index 1: Rhincodon
Index 2: Cypress
2Cypress4826891756876729<?php
mt_srand(4826891756876729);
echo 'result = ' . mt_rand(0, 2);
?>
Copy code above and paste here to verify
7Slawski0 to 10Roll 0 to 10
Index 0: Condor
Index 1: Buzzard
Index 2: Harpy
Index 3: Rhincodon
Index 4: Sarcosuchus
Index 5: Dreadnought
Index 6: Iris
Index 7: Rowan
Index 8: Python
Index 9: Rager
Index 10: Raptor
8Python4826891756842677<?php
mt_srand(4826891756842677);
echo 'result = ' . mt_rand(0, 10);
?>
Copy code above and paste here to verify
8Slawski0 to 3Roll 0 to 3
Index 0: Harpy
Index 1: Dreadnought
Index 2: Rowan
Index 3: Raptor
0Harpy4826891756808625<?php
mt_srand(4826891756808625);
echo 'result = ' . mt_rand(0, 3);
?>
Copy code above and paste here to verify
9Slawski0 to 4Roll 0 to 4
Index 0: Buzzard
Index 1: Sarcosuchus
Index 2: Iris
Index 3: Python
Index 4: Rager
3Python4826891756774573<?php
mt_srand(4826891756774573);
echo 'result = ' . mt_rand(0, 4);
?>
Copy code above and paste here to verify
10Slawski0 to 11Roll 0 to 11
Index 0: Condor
Index 1: Buzzard
Index 2: Harpy
Index 3: Rhincodon
Index 4: Sarcosuchus
Index 5: Dreadnought
Index 6: Cypress
Index 7: Iris
Index 8: Rowan
Index 9: Python
Index 10: Rager
Index 11: Raptor
11Raptor4826891756740521<?php
mt_srand(4826891756740521);
echo 'result = ' . mt_rand(0, 11);
?>
Copy code above and paste here to verify
11Slawski0 to 11Roll 0 to 11
Index 0: Condor
Index 1: Buzzard
Index 2: Harpy
Index 3: Rhincodon
Index 4: Sarcosuchus
Index 5: Dreadnought
Index 6: Cypress
Index 7: Iris
Index 8: Rowan
Index 9: Python
Index 10: Rager
Index 11: Raptor
5Dreadnought4826891756706469<?php
mt_srand(4826891756706469);
echo 'result = ' . mt_rand(0, 11);
?>
Copy code above and paste here to verify
12Slawski0 to 11Roll 0 to 11
Index 0: Condor
Index 1: Buzzard
Index 2: Harpy
Index 3: Rhincodon
Index 4: Sarcosuchus
Index 5: Dreadnought
Index 6: Cypress
Index 7: Iris
Index 8: Rowan
Index 9: Python
Index 10: Rager
Index 11: Raptor
2Harpy4826891756672417<?php
mt_srand(4826891756672417);
echo 'result = ' . mt_rand(0, 11);
?>
Copy code above and paste here to verify
13holymon554421 to 100Roll 1 to 85 for an Epic
Roll 86 to 100 for a Legendary
31Scientist [B]4826891756638365<?php
mt_srand(4826891756638365);
echo 'result = ' . mt_rand(1, 100);
?>
Copy code above and paste here to verify