We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2d5e1 commit 7679b85Copy full SHA for 7679b85
1 file changed
precompiles/assets-erc20/LocalAsset.sol
@@ -1,7 +1,7 @@
1
// SPDX-License-Identifier: GPL-3.0-only
2
pragma solidity >=0.8.3;
3
4
-/// @author The Moonbeam Team
+/// @author The 3DPass Team
5
/// @title Extension of the ERC20 interface that allows an owner
6
/// @dev Contract to pilot the ERC20 contract.
7
interface LocalAsset {
@@ -66,7 +66,7 @@ interface LocalAsset {
66
/// @custom:selector efb6d432
67
function clearMetadata() external returns (bool);
68
69
- // New query functions for asset data
+ // Additional query functions for the asset data
70
71
/// @dev Check if an account is the owner of the asset
72
/// @custom:selector 8f4eb604
0 commit comments