tokenmotion_io Profile Banner
Token Motion Profile
Token Motion

@tokenmotion_io

Followers
284
Following
159
Media
98
Statuses
108

Crypto-friendly Graphics, Animation & Branding service ⚡️ Powered by @sleety_eth

Blockchain
Joined January 2023
Don't wanna be here? Send us removal request.
@tokenmotion_io
Token Motion
9 months
A quick (animated) overview of Ethereum Improvement Proposal (EIP) process. The EIP process plays a vital role as it enables the Ethereum community to propose and engage in discussions about changes or enhancements to the network in an organized way, leading to impactful
4
30
104
@tokenmotion_io
Token Motion
6 months
We genetically modified this in our design lab to make everyone on crypto twitter violently ill. You're welcome 💜
Tweet media one
4
3
19
@tokenmotion_io
Token Motion
6 months
3/3
3
0
24
@tokenmotion_io
Token Motion
6 months
2/3
2
0
24
@tokenmotion_io
Token Motion
6 months
A few 'Powered by Ethereum ⚡' badge ideas @sassal0x .(by @sleety_eth). 1/3
13
19
261
@tokenmotion_io
Token Motion
8 months
To read the actual EIP for implementing the ERC-20 standard: 📄. OpenZeppelin docs on tokens: Thanks for reading! Subscribe for more animated tweet threads and retweet to help spread education about Ethereum! 🚀. 18/18
0
0
10
@tokenmotion_io
Token Motion
8 months
NFTs. Most NFTs are based on the ERC721 or ERC1155 standards, not ERC20. Each NFT has unique characteristics, making them non-fungible and not interchangeable. This uniqueness allows for varying valuations, unlike the interchangeable nature of stablecoins, which maintain
1
0
8
@tokenmotion_io
Token Motion
8 months
WRAPPED TOKENS. ERC20 wrapped tokens (e.g. WBTC, WETH, renBTC) are important digital assets that represent cryptocurrencies from other blockchains on the Ethereum network. By enabling interoperability, they allow users to leverage these assets in decentralized applications,
1
0
6
@tokenmotion_io
Token Motion
8 months
GOVERNANCE TOKENS. ERC20 governance tokens (e.g. UNI, COMP, AAVE) are vital digital assets that empower holders to participate in the decision-making processes of decentralized protocols. By enabling voting on proposals and changes, they foster community engagement and drive
1
0
5
@tokenmotion_io
Token Motion
8 months
UTILITY TOKENS. ERC20 utility tokens (e.g. LINK, BAT, UNI, RPL) are crucial digital assets designed to provide users with access to specific features and services within decentralized applications (dApps). Their functionality enhances user engagement and incentivizes
1
0
5
@tokenmotion_io
Token Motion
8 months
STABLECOINS. Stablecoins are essential ERC20 tokens (e.g. USDT, DAI, USDC) - designed to maintain a stable value by pegging to fiat currencies like the US dollar. This stability makes them a reliable medium of exchange in the volatile crypto market. 13/18
1
0
5
@tokenmotion_io
Token Motion
8 months
OK, that’s what they are and how they’re made - what are some things they do? . Let's look at 4 common types of ERC-20 tokens. 12/18
1
0
6
@tokenmotion_io
Token Motion
8 months
When ERC-20 tokens are sent to a smart contract that can't handle them, those tokens can be permanently lost! . This occurs because the receiving contract lacks the functionality to recognize incoming tokens and there’s no notification mechanism in the ERC-20 standard. As a
1
0
5
@tokenmotion_io
Token Motion
8 months
While the above six functions are mandatory, developers can also implement additional optional functions to enhance the token's capabilities, such as:. - mint(address account, amount): Creates new tokens and assigns them to a specified address. - burn(amount): Destroys a
1
0
5
@tokenmotion_io
Token Motion
8 months
(4/6) approve(address sender, address recipient, amount): Allows a third party to spend a set amount of tokens on the holder's behalf. (5/6) transferFrom(address sender, address recipient, amount): Moves tokens from one address to another, based on prior approval. (6/6)
1
0
5
@tokenmotion_io
Token Motion
8 months
- (1/6) totalSupply(): the maximum number of tokens that will ever exist. - (2/6) balanceOf(address account): Returns the number of tokens held by a specific address. - (3/6) transfer(address recipient, amount): Transfers a specified amount of tokens from the sender's account to
1
0
5
@tokenmotion_io
Token Motion
8 months
To create an ERC-20 token, developers write a smart contract on the Ethereum blockchain that adheres to the ERC-20 standard. This involves implementing key functions that govern the token's behavior and interactions. Let’s take a look those 6 mandatory functions:. 7/18
1
0
6
@tokenmotion_io
Token Motion
8 months
ERC20’s are fungible. That means each token is interchangeable with other tokens of the same type. This characteristic is crucial for creating digital currencies or assets as it allows for equal value among tokens - similar to how traditional currencies operate e.g., one
1
0
6
@tokenmotion_io
Token Motion
8 months
If all tokens issued use this ERC20 standard, they can work seamlessly with each other. It makes it easier for developers to create and integrate new tokens, knowing that every other token has the same core functions. Imagine the chaos that would ensue if wallet providers like
1
0
6
@tokenmotion_io
Token Motion
8 months
ERC-20 tokens utilize these smart contracts. They are ‘smart’ because they are self-executing contracts with agreement terms written into code. This ensures functions like token transfers and balances are automated, and clever geeky things can actually work as they should. 4/18
1
0
6