Guides/EVM/Precompiles

UID lookup

Reference for the deployed UidLookupPrecompile.

View as Markdown
PropertyValue
Rust implementationUidLookupPrecompile
Solidity interfaceIUidLookup
Address0x0000000000000000000000000000000000000806
StatusDeployed

Views

uidLookup(uint16,address,uint16)
getAssociatedEvmAddress(uint16,uint16)

uidLookup returns the bounded reverse association list for an EVM address. getAssociatedEvmAddress returns the forward address and the block at which ownership was last proved, with an explicit exists flag.

Source: uidLookup.sol