Please make sure to read all rules about the game before participating
13. isRewardClaimed
in the BonusCard's functions page.Internal transactions
page on Etherscan, which is reserved for transactions delivered via smart contract operations (https://etherscan.io/txsInternal). In case there is an error in delivery to your wallet (for whatever reason), we carefully track all failed delivery attempts and we try to deliver them again via the back-up function retryFailedTransfers()
. If for whatever reason that should fail too, we also have the final option to allow users to claim their rewards manually by connecting to the contract via the function claimBetWinnerReward()
which is disabled by default, but can be enabled if needed easily. All rewards contain the initial deposit made by the participant, together with the proportional reward they claim from the losing bets minus a fixed one-time transaction fee of 0.002 ETH
.10%
, with the rest 90%
being allocated entirely for reward winners and NFT card bonus reward claims. The organizers will also withdraw the accumulated 0.002 ETH
transaction fees, because when launching the distribution function the gas fees are paid by the ownerâs own wallet instead of consuming the funds in the contract (you can verify this by yourself on the blockchain too). The organizers reserve their right to utilize any invalid deposits placed after 5 November 2024 for gas fees (again, the deposits made after the deadline are not counted towards the valid bets, which are considered for rewards). The organizers are unable on a contractual code level to access or withdraw any of the customer rewards or deposits. There is no other way to withdraw any funds except calling the mass reward distribution function, which distributes the rewards to the winners.90 days
to launch the automatic function emergencyReturnDeposits()
which returns all original deposits to the addresses which made them minus a fixed transaction fee of 0.002 ETH
(meant only to cover transfer costs). If the organizer becomes inactive, after 90 days anyone can access the function and initiate the recovery process too. Even during an emergency situation the organizers are unable on a contractual level to withdraw any of the customer deposits.