TokenScript icon indicating copy to clipboard operation
TokenScript copied to clipboard

TokenScript schema, specs and paper

Results 95 TokenScript issues
Sort by recently updated
recently updated
newest added
trafficstars

@find out how to do a query into event. This is an example (the address is mine) of withdrawing (claiming) 482 Uni token, observe the event: https://cn.etherscan.com/tx/0x68a7c154b6dbc38505612f0c0738628f5f9d869da8372edf824feae7576026e8#eventlog ```` Address 0x090d4613473dee047c3f2706764f49e0821d256e...

The contract has to have the decimal property applied to many but not all attributes, instead of them being specified as `as="e16"` Example scenario where `as` wouldn't solve the problem:...

Allow the use of in activity card and perhaps also token card as recommended by James Brown in [#39 TokenScript meeting](https://community.tokenscript.org/t/tokenscript-meeting-39/390/2)

1. contract name keyref is not set up. 2.

**Swap** - Approved Smart Contract - Swapped 1.1 ETH to 278 USDT - Failed to swap 1.1 ETH for 278 USDT **Pools** ADD LIQUIDITY - Approved Smart Contract - Added...

Can we add a trade transaction, as displayed by the wallet in the screenshots below: ![image](https://user-images.githubusercontent.com/61957841/95153580-79586300-07db-11eb-89e6-b4881abdeab4.png) cc @colourfreak, to guide on the best design for us to represent swaps and...

New Feature

As per @colourfreak's suggestion, to remove the contract balance on approve. ![image](https://user-images.githubusercontent.com/61957841/97516700-cd73f300-19e7-11eb-97b8-1a6de3dcba52.png)

enhancement

'Trade' activity represents the exchange of tokens. Swaps are Uniswap is a prime example. Need to support the swaps that happen on popular DEX'es and Integrators. ![image](https://user-images.githubusercontent.com/61957841/97515819-f5625700-19e5-11eb-9697-886a0c18a7ee.png) Also, let me...

New Feature

For a top-level `` element, there can be many ``. Current schema (in the `distinct` branch) allows any number of elements to have a boolean attribute `distinct` which defaults to...