Tokens

In Awakeness, tokens are deployed using a technique called EIP-1667. This technique allows for the creation of unique tokens that are not only distinct from one another, but also from any other token that has been or will be deployed on the Ethereum blockchain. When a new tournament starts, eight new faction tokens are deployed: Sith, Jedi, Mandalorian, Hutts Cartel, Tusken Raider, Techno Union, Nightsisters and Death Watch. The supply of each tournament token is 10,000 tokens. Each of these tokens is paired against each other in the tournament, and the tokens that emerge victorious in each round will acquire the liquidity of the defeated token and progress to the subsequent round. The deployment of these tokens is automated by the smart contract that manages the liquidity and mints the tokens at the beginning of the tournament. This ensures that the tokens are fair and unbiased, as the contract is responsible for minting the tokens and managing the liquidity pools.

EIP-1667 (or Ethereum Improvement Proposal 1667) is a proposed standard for the creation of unique, non-fungible tokens (NFTs) on the Ethereum blockchain. These tokens are distinct from one another, and from any other token that has been or will be deployed on the Ethereum blockchain. It is a way of creating unique tokens that can be used to represent anything from a collectible item, to a digital asset or a gaming item. EIP-1667 tokens have a unique identifier that allows them to be tracked and verified as unique, this is done by using a method called โ€œcreate2โ€ which allows a smart contract to create a new contract address without publishing the bytecode to the blockchain. This allows for the deployment of tokens without the need for a deployment transaction, which can be useful in situations where the token is a unique, one-of-a-kind item, like a collectible or a gaming item.

Last updated