5/ I queried all approve() transactions on Google BigQuery public dataset and calculated their ETH cost and then converted this to the USD with the current ETH price.
6/ These queries were made possible to awesome @EthereumETL team. They have created Google BigQuery dataset from real-time blockchain data. You can query over terabytes of Ethereum data FOR FREE.
7/ Here are instructions on how to execute your own queries:
13/ You can query Ethereum transactions that call a particular smart contract function by the 4-byte signature of the function that is 1st parameter of tx data field.
14/ Binary function signatures are 4-bytes keccak256() hash of the @solidity_lang signature string. Here is an example:
15/ If you are a @solidity_lang or Vyper developer, consider ditching ERC-20 and include alternative token standard in your next token.
Alternatives for ERC-20 include:
ERC-777
ERC-667
ERC-827
ERC-223
(did I miss any?)
16/ Most of the new token standards, like ERC-777 are backwards compatible and work with ERC-20 enabled centralised exchanges.
Centralised exchanges do not need to do anything to support these new, better, token standards that make smart contract and #DeFi interactions safer.
17/ Or let's put it this way...
Every time someone creates a new ERC-20 token, hundreds of thousands of dollars die.
Let's actively demanding non-ERC 20 tokens from developers.
And if that does not work I suggest we start punching ERC-20 developers to face over the internet
18/ Newer token standards may "increase the attack surface", but in practice, this has not been a problem for high-quality #DeFi projects since 2018 or so.
18/ Note that raw approve() cost calculation comparison to newer token standard is not 1:1.
Newer token standards need some similar mechanism to pass user data as the part of the transaction, but this cost is lower compared to additional approve() tx.
Let's talk about how interest-bearing cash on a blockchain is going to revolutionise boring corporate treasury management that concerns every company is is a larger business than all crypto trading in the world.
Enter the thread
๐๐๐
2/ Blockchain community is often seen as toxic maxis and redditors who shill other their weekly favourite shitcoin in the hope of getting Lambo.
Sometimes we also do things that progress humanity towards the better future and interest-bearing cash is one of those things.
3/ Less chad and more things that actually matter:
My incomplete theory of interest-bearing cash is also available also as a blog post:
1/ Here is my totally unscientific poll - what would happen to #Bitcoin if the US potentially starts to break up now when Trump, Proud Boys, Texas and others do not accept the election result?
2/ Bitcoin strives in chaos and anarchy. Having the US fall into chaos and anarchy would both weaken the dollar and strengthen the #bitcoin
3/ Thus, I suggest for all my friends on Twitter that they start to retweet Donald and associate themselves with any of these groups that seek to secend. Let's make some mayhem.
Hardware wallets do not usualy have a way to show enough human-readable metadata to allow to identify if the transaction is good.
- Verified token name on Etherscan
- If you have transacted with this address before
- The amount of tokens to be transferred
Hardware wallets are good for "dumb" coins like #Bitcoin, but their user experience, and thus the real security including human mistakes, is not in fact that good. It is impossible to verify from a hex dump WTF you are signing.
NEAR project started back in 2018 as "decentralised platform", aim to be the developer-friendly blockchain solution. However, it was not until 2019 when the project evolved a full blockchain and things became more interesting.