menu
web3_cloud_sdk package
documentation
ethereum/erc721_contract.dart
Erc721Contract
ownerOf method
ownerOf method
dark_mode
light_mode
ownerOf
method
Uint8List
ownerOf
(
int
tokenId
)
Implementation
Uint8List ownerOf(int tokenId) { return ownerOfFunc.encodeCall([BigInt.from(tokenId)]); }
web3_cloud_sdk package
documentation
ethereum/erc721_contract
Erc721Contract
ownerOf method
Erc721Contract class