AsTRONaut NFTs by AsTRONauts - The Ultimate Lottery NFT on TRON

not a dev, I know nothing about these lol

3 Likes

I need some laughing emoji here :joy:
Go and learn hacking

1 Like

Good days buddy, I appreciate your tag, feel so bad can’t read in codes or machine language.
But I believe person like @fabsltsa can be of Great help
All the best Buddy

2 Likes

I think that’s the way now :joy::joy::joy::joy:
If I succeed I will be giving some for free :joy:

2 Likes

After graduation :mortar_board: go and use binance for practical :joy:

2 Likes

Thanks so much!!!:woman_astronaut:

Understood, I think we are on the same page here

1 Like

Few more pics of the metal tron sign prize for reference as it’s hard to tell size from other photo


2 Likes

so it will be shipped to anyone who wins

1 Like

Yes, unless shipping restrictions are implied to your county as in like North Korea .

1 Like

alright, thank you team

1 Like

Great :+1:
Going to mint some AsTRONauts and enjoy the cosy ride :blush:

2 Likes

I will try my luck with some :laughing:
I love the nfts :sweat_smile:more if they have prizes :star_struck:
Best wishes for your project @Cornycoin69

3 Likes

Thank you kind sir! Your support is greatly appreciated :pray::woman_astronaut:

1 Like

Hi @Cornycoin69

In light of the financial aspect of the project and the distribution of prizes, could you explain on the security measures embedded within the smart contract to guard against potential vulnerabilities?

1 Like

After asking a few tron devs I was told it’s pretty much impossible to make it so nobody could cheat if we made the big prize’s connected to the nft or smart contract, because someone could front run the node and predict the prize coming. This is why we chose to use a random number generator and whoever owns that nft with that matching number will get the prize sent to their wallet. So at different milestones starting at 250mints we will do drawings and begins distributing the prizes.

2 Likes

If only the owner of contract can execute the call to the winning number generation function using the same random number system as a random mint, based on parts of the blockchain to generate it, how can others cheat here?

1 Like

By running their own node and front running the next few mints in the contract to wait to mint a prize winning nft

This was the warning as it was explained to me during development

using this to generate a random number:

uint(keccak256(abi.encodePacked(block.timestamp, block.prevrandao)))

and if you are the owner of the contract, and you set onlyOwner to call the funtion, i think it is very very complicated one node can do it when noone knows when you will call this funtion exactly

2 Likes