Skip to content
Discussion options

You must be logged in to vote

It's not possible to deploy CreateX on Tron due to this:

  • Contract address prefix created by CREATE2 is different from EVM: TVM chooses 0x41 as the prefix, the formula is keccak256( 0x41 ++ address ++ salt ++ keccak256(init_code))[12:]

If you deployed CreateX to Tron, all of the computeCreate2Address and computeCreate3Address functions would return wrong calculations (meaning that also the deployCreate3* functions would not work as expected, for example here).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sebastiantf
Comment options

@pcaversaccio
Comment options

Answer selected by pcaversaccio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
feature 💥 New feature or request help wanted 🆘 Extra attention is needed
2 participants