Identifying a Kodex order
There are two ways to identify a Kodex order and subsequent sale. The first method is to check if any of the consideration items have the Kodex fee address as a recipient; the second is to check if the first 4 bytes of the salt or the last 4 bytes of the transaction calldata match the Kodex signature.
- Here's an example of the first method: our pull request to the public NFT sales bot.
The current fee addresses are
0x171940bFcBB287744D644E07333D6738fCC53DbF
and0x541E9445E5482114B85f146FF6afe6B49cdF21D8
. - For the second method, please refer to the
DomainRegistration
documentation. Our tag is0x38ceb6e2
.