Hey guys, anyone know of a reflection token without security or any kind of issues for me to review how reflection tokens work?

It's troublesome to find one and be sure it is not corrupted

Aug 2, 2021, 8:53 AM
Reflect?
Aug 2, 2021, 8:54 AM
You know, this tokens with tax which is distributed among other participants or burned or something
Aug 2, 2021, 8:55 AM
There is no technical writeup for reflect, as far as I know.
I was thinking about writing one.
there is some math in it.
Aug 2, 2021, 8:56 AM
would be great, if you write something about SC development i would love to see.

There is a little bit about this but it's very basic -_-
Aug 2, 2021, 8:58 AM
The project is called Reflect for a reason.
It is indeed doing the operation fee distribution in the reflected space instead of the original space.
Aug 2, 2021, 8:59 AM
I didn't know there was a Reflect project. Thank you!
Aug 2, 2021, 9:04 AM
Reflection tokens was introduced by a project named Reflective Finance (RFI). Safemoon took it further with taxes and burning.
Aug 2, 2021, 9:05 AM
Are there any vulnerabilities in Safemoon project?
Aug 2, 2021, 9:06 AM
https://en.wikipedia.org/wiki/SafeMoon
I was shocked the other day to find that SafeMoon has a wikipedia page.
You may find criticisms there.
Aug 2, 2021, 9:07 AM
Very resourceful, thank you for being!
Aug 2, 2021, 9:09 AM
👍Glad to help. I love this community.
Does anyone also know how to integrate Infura with hardhat?
An answer I got it is public RPC can be congested.
Aug 2, 2021, 9:19 AM
Crypto zombies
Openzeppelin
:>
Aug 2, 2021, 9:27 AM
I've never seen anything related to reflection tokens there
Aug 2, 2021, 9:28 AM
Man! Polygon is cheap. The operation that is costing $21 on BSC is only costing $0.06 on Polygon.
Any other practical concerns about Polygon? I don't see a reason not to use Polygon now.
Aug 2, 2021, 9:55 AM
Its shit
Ethereum is better
Bsc is even more shit
Optimism and arbitrum have a chance
I would try one of those out if you want cheap gas
Is the best way to learn
Then just look at openzeppelin code maybe
Aug 2, 2021, 10:12 AM
sometimes, it also depends on the resources available for the developer to utilize, aside Ethereum, BSC is currently the goto solution, Optimism is promising but currently if your app makes use of existing DeFI platforms Ethereum is your first solution, then BSC
Aug 2, 2021, 10:13 AM
If you don't add something that gives someone control
There are also proxy contracts that are changable
Then wdym btc
A wrapped token?
A token named btc?
Ahh ok
Aug 2, 2021, 10:16 AM
hahaha
Aug 2, 2021, 10:16 AM
Hey I took a look at these two. They do look interesting.
Are they live? is there an Optimism-scan or artibtrum-scan?
Aug 2, 2021, 10:43 AM
arbitrums
its not open to the public yet though, its really just open for dev's to get situated i think
Aug 2, 2021, 10:44 AM
I can't imagine a contract that uses that much gas. Most contracts use < $3 gas. When you choose a chain, you're basically joining a user base. Less popular chains will naturally have cheaper transactions. That isn't to say that some chains aren't also more efficient.
Aug 2, 2021, 10:44 AM
these reflect tokens that are storing the dividends into things like USD ran me about 20$ to put on BSC too
15m gas I think it was
Aug 2, 2021, 10:46 AM
It was minting quite a bunch of NFT tokens. Polygon does not seem to be in a favorable position here.
They are only cheaper, but not cheap...
Aug 2, 2021, 10:52 AM
And why would that be? Imo polygon have many real life applications built on it already
Aug 2, 2021, 10:53 AM
How do they manage to do reduce the cost?
I tried reading about their architecture couldn't find much
Aug 2, 2021, 10:55 AM
They are two chains.
Aug 2, 2021, 10:55 AM
Yeah but how does that optimise it?
Aug 2, 2021, 10:55 AM
The key differentiator is the price of native tokens. BNB is at $300+, MATIC is at $1.
Aug 2, 2021, 10:55 AM
Uhh so basically you are paying the fee in the native currency and since it's cheap the operation is cheap?
Or is there more to it?
Aug 2, 2021, 10:56 AM
gas cost is pretty much the same if they are all using the same opcode fee structure.
Aug 2, 2021, 10:56 AM
Its a side chain
Not L2
Aug 2, 2021, 10:57 AM
And...?
Aug 2, 2021, 10:58 AM
gas costs are calculated in terms of GWei, which would be converted into native tokens, and further into USD values.
Aug 2, 2021, 10:58 AM
L2 is more secure
Aug 2, 2021, 10:58 AM
The last step has the most weight in the equation in comparing chains.
Aug 2, 2021, 10:58 AM
And arbitrum and optimisim have uniswap
Aug 2, 2021, 10:59 AM
Yeah got it
Do you have some readings on different architectures?
Or what's the right way to go about it?
Aug 2, 2021, 11:00 AM
How would a sidechain which have PoS less secure than L2?
Aug 2, 2021, 11:00 AM
l2 sends data to mainnet
Aug 2, 2021, 11:01 AM
what do you mean? Architecture is about TPS, security, etc. Gas fees are determined by how EVM prices opcodes.
Aug 2, 2021, 11:01 AM
Sidechains, do not
Aug 2, 2021, 11:01 AM
True but what is insecure about off chain calculation on plasma network?
Aug 2, 2021, 11:02 AM
L2 is more secure
I'm not saying its insecure
You shouldn't do randomness on chain
As anyone can know the random number
Ah ok
Aug 2, 2021, 11:03 AM
so if we do hash % [10-5] we have hash % 5, which gives us a number between 0 and 4... if you subtract 5 from that, you will get a very large number
Glad to see someone actually programming in here...
cheers ;)
Aug 2, 2021, 11:07 AM
has anyone heard of Skale network?
What do you guys think of it?
It's sort of like renting a side chain specifically for a dapp.
and it is on top of ethereum.
Aug 2, 2021, 11:13 AM
Not L2?
Aug 2, 2021, 11:14 AM
https://skale.network/
Aug 2, 2021, 11:14 AM
hash % 1 would always be 0 I think. hash % 2 will be 0 or 1. maybe just [max - min - 1]
or maybe [max-min]
Aug 2, 2021, 11:16 AM
2000 TPS, zero gas, looks interesting🙂
And in the early stages too I guess
Aug 2, 2021, 11:18 AM
got an empty tank, need to go eat ;)
Aug 2, 2021, 11:18 AM
It's a headache to find a perfect network to use.
Aug 2, 2021, 11:19 AM
they can with help of oracles
Aug 2, 2021, 2:00 PM
ye, thats what I was trying to say 😄
better to use oracles
Aug 2, 2021, 2:01 PM
ok
Aug 2, 2021, 2:01 PM
And also the transaction.
Aug 2, 2021, 2:43 PM
lol
Aug 2, 2021, 2:46 PM
Is that antispam bot legit?
If so I almost got banned because I went to make coffee.
Aug 2, 2021, 2:54 PM
can you argument pls???
Aug 2, 2021, 3:00 PM
Arbitrum and Optimisim are better
or ethereum, the best
Aug 2, 2021, 3:01 PM
https://www.epochconverter.com/ will help =)
usually, i send the transaction and debug with Tenderfly dashboard
Aug 2, 2021, 3:07 PM
over / underflow
and your require/assert
or throw / revert
Aug 2, 2021, 3:07 PM
^ try this if you're stuck
Aug 2, 2021, 3:25 PM

© 2024 Draquery.com All rights reserved.