Address
0xa49a0e5ef83cf89ac8aae182f22e6464b229efc8Current Holdings
$0.00
TXs sent
not counted
First Active
2026-01-08
block 25,477,975
Last Active
253 days ago
block 25,477,975
Funded By
not identified
Net worth historyi
No net-worth snapshots recorded yet
exact matchRedeemableTokensolc 0.8.16+commit.07a7930eruntime exact · creation exact
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC1155/extensions/IERC1155MetadataURI.sol)
pragma solidity ^0.8.0;
import "../IERC1155.sol";
/**
* @dev Interface of the optional ERC1155MetadataExtension interface, as defined
* in the https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[EIP].
*
* _Available since v3.1._
*/
interface IERC1155MetadataURI is IERC1155 {
/**
* @dev Returns the URI for token type `id`.
*
* If the `\{id\}` substring is present in the URI, it must be replaced by
* clients with the actual token type ID.
*/
function uri(uint256 id) external view returns (string memory);
}