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

CDP examples: Proxy calls: https://etherscan.io/address/0x12d20b3ef56a92f675b3a49d1ed6abe708ca3758#events creation of proxy: https://etherscan.io/tx/0x13d5b939014c10f788e620c7cebf1b52f20104724aa3de5bd6b90c0b9baba505 Factory for CDP proxies: https://etherscan.io/address/0xa26e15c895efc0616177b7c1e7270a4c7d51c997#events Transaction which started CDP and gives the CDP number in event log: https://etherscan.io/tx/0x4a3fa1cb06dffe0bf7b2d33bf16ea6ea3e92a6f0487bb8f2c369b87a0440ea13#eventlog From the events...

schema

Consider this: 0x4aa42145Aa6Ebf72e164C9bBC74fbD3788045016 I'm inclined to do this: 0x4aa42145Aa6Ebf72e164C9bBC74fbD3788045016 How do you think? Note that I used `contract` instead of `ref` as an attribute for `` because they meant differently....

- [ ] ethereum.wiki - [x] reddit.com/ethereum - [ ] ethereum-magicians.org (try making a ring, or join an existing ring) - [ ] ERCs once done, share the links in...

enhancement

Per https://www.w3.org/TR/xmldsig-core1-explain/ it is needed for ECDSA support (not secp256k1).

Many functions return a bunch of parameters. Maybe we should add a tuple type or a way to explicitly write out the variables that are returned.

schema

Handling of multi-address contracts. We decided for Method 2. Method 1 - (original) ---------------------------------------------------------- xxx xyy yyy yxx Method 2 - (we decided for this) ---------------------------------------------------------- xxx xyy yyy yxx

schema

The following case should be examined by the schema. Currently, we do not provide cross chain attributes and cross chain event watch and cross chain transactions. We will come up...

schema

As per meeting note: There are two opinions. Either we have three implicit attributes under a token: --------------------------------------- - ownerAddress - ownerBalance (or native or ether balance) - tokenId ---------------------------------------...

Compare: `` vs `` The balanceOf is expected to be more volatile than the getStreet value. Adding a volatile attribute will help to give a hint for wallet run speed...