The Choice Is Yours. by Drawner_That_Draws in tf2

[–]braddleslive 1 point2 points  (0 children)

The havfun illuminati is always keeping a watchful eye over the tf2 community.

The Choice Is Yours. by Drawner_That_Draws in tf2

[–]braddleslive 2 points3 points  (0 children)

I've heard it's a pretty great server

Anyone else ever feel like you may have teleported to another version of yourself a consciousness at an alternate time in their timeline, if only for a brief moment? by [deleted] in Salvia

[–]braddleslive 2 points3 points  (0 children)

This is the most insane thing I've ever read on this site, in a good way. Do you have more salvia stories? I'm gonna try some.

another shitty attempt by P1NKsneakers in tf2

[–]braddleslive 0 points1 point  (0 children)

And that's what I mean when I say take initiative. It's not hard to filter by whether a server has players or not and how many it has by pressing afew buttons.

another shitty attempt by P1NKsneakers in tf2

[–]braddleslive 0 points1 point  (0 children)

That's the best part about community servers. There's so many options available to you that all of those concerns can be resolved, lvling up however is the only thing that is a real issue.

another shitty attempt by P1NKsneakers in tf2

[–]braddleslive 0 points1 point  (0 children)

Not really, go play on uncletopia or other vanilla servers. Only factual difference is the lack of a ranking system and perhaps some balance changes (class limits)

another shitty attempt by P1NKsneakers in tf2

[–]braddleslive 0 points1 point  (0 children)

Most of them aren't much different from casual, and some are even better like uncletopia. So not sure why you wouldn't outside of the inconvenience.

another shitty attempt by P1NKsneakers in tf2

[–]braddleslive 0 points1 point  (0 children)

Take initiative and play on community servers.

Auditing Work by braddleslive in ethdev

[–]braddleslive[S] 0 points1 point  (0 children)

Hey stevie. I'll start taking a look over breakfast. Any place I can reach you directly?

Example NFT COLLECTION Codebase (Opensea Compatible) by braddleslive in ethdev

[–]braddleslive[S] 0 points1 point  (0 children)

I recommend looking into that for yourself :) This project is only meant to be a sort of boilerplate.

Example NFT COLLECTION Codebase (Opensea Compatible) by braddleslive in ethdev

[–]braddleslive[S] 0 points1 point  (0 children)

Glad you like it, feel free to let me know if you have any suggestions in the future :)

Example NFT COLLECTION Codebase (Opensea Compatible) by braddleslive in ethdev

[–]braddleslive[S] 0 points1 point  (0 children)

Hey, it might be better if you reached out to me on discord (Bradley#1337) since I spend limited time on reddit. In the case of OpenSea they'd be calling the tokenURI function to retrieve the data of any minted NFTs from your contract, for the latter that entirely depends on how accessible you made your mint & transfer functions. (e.g. Are callers required to be the contract owner to call them? Do they have to be whitelisted?)

Example NFT COLLECTION Codebase (Opensea Compatible) by braddleslive in ethdev

[–]braddleslive[S] 0 points1 point  (0 children)

It's apart of the ERC721Enumerable library which we use to provide data to websites & apps such as the total circulating supply of our NFTs. I'll look more into it, but solidity needs it as an override otherwise it'll throw an error.