menu
coin package
documentation
coin_evm.dart
CollectibleToken
ownerOf method
ownerOf method
dark_mode
light_mode
ownerOf
method
CallBuilder
ownerOf
(
BigInt
tokenId
)
Implementation
CallBuilder ownerOf(BigInt tokenId) => _call(_ownerOfFunc, [tokenId]);
coin package
documentation
coin_evm
CollectibleToken
ownerOf method
CollectibleToken class