The SolidityX smart contract programming language.
etx
and isaddrinternal
can be found on the Opcode Additions page.
isaddrinternal
opcode using inline assembly in a QRC20 contract. The function checks whether an address is on the same shard as the deployed contract and then decides whether to execute a local transfer or an external transfer.
GitHub | The SolidityX Github Repository. |
QRC-20 Token | A QRC-20 token contract written in SolidityX. |
QRC-721 Token | A QRC-721 token contract written in SolidityX. |
Opcode Additions | Additional opcodes added to SolidityX for cross-chain functionality. |