ETH Price: $3,396.98 (+2.44%)

Contract

0x18570D2f9E33d4C7de8aA289EfE3B7F85D6Be0B8
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

Please try again later

Advanced mode:
Parent Transaction Hash Block
From
To
View All Internal Transactions
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
ChiblingBasicMetadata

Compiler Version
v0.8.24+commit.e11b9ed9

Optimization Enabled:
Yes with 200 runs

Other Settings:
paris EvmVersion
File 1 of 2 : ChiblingBasicMetadata.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;

import {ITokenURI} from "./ITokenURI.sol";

contract ChiblingBasicMetadata is ITokenURI {
    
    function tokenURI(uint256) public pure returns (string memory) {
        return "ipfs://QmeUojQp8WSpNYHZPT4LTi1PnGmrGz9v4AU6yhSJ1tYE4N";
    }
}

File 2 of 2 : ITokenURI.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;

interface ITokenURI {

    /// @dev Returns the Uniform Resource Identifier (URI) for token `id`.
    function tokenURI(uint256 id) external view returns (string memory);

}

Settings
{
  "remappings": [
    "dn404/=lib/dn404/",
    "ds-test/=lib/forge-std/lib/ds-test/src/",
    "forge-std/=lib/forge-std/src/",
    "solady/=lib/solady/src/",
    "murky/=lib/dn404/lib/murky/",
    "openzeppelin-contracts/=lib/dn404/lib/murky/lib/openzeppelin-contracts/"
  ],
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "metadata": {
    "useLiteralContent": false,
    "bytecodeHash": "ipfs",
    "appendCBOR": true
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "evmVersion": "paris",
  "libraries": {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"}]

608060405234801561001057600080fd5b5061014d806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063c87b56dd14610030575b600080fd5b61004361003e36600461007a565b610059565b6040516100509190610093565b60405180910390f35b60606040518060600160405280603581526020016100e36035913992915050565b60006020828403121561008c57600080fd5b5035919050565b60006020808352835180602085015260005b818110156100c1578581018301518582016040015282016100a5565b506000604082860101526040601f19601f830116850101925050509291505056fe697066733a2f2f516d65556f6a5170385753704e59485a5054344c546931506e476d72477a3976344155367968534a31745945344ea2646970667358221220b5c436bd8e9ea7f5f087afe20628aa5ea08564175fa3919d9e38278b339250b964736f6c63430008180033

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063c87b56dd14610030575b600080fd5b61004361003e36600461007a565b610059565b6040516100509190610093565b60405180910390f35b60606040518060600160405280603581526020016100e36035913992915050565b60006020828403121561008c57600080fd5b5035919050565b60006020808352835180602085015260005b818110156100c1578581018301518582016040015282016100a5565b506000604082860101526040601f19601f830116850101925050509291505056fe697066733a2f2f516d65556f6a5170385753704e59485a5054344c546931506e476d72477a3976344155367968534a31745945344ea2646970667358221220b5c436bd8e9ea7f5f087afe20628aa5ea08564175fa3919d9e38278b339250b964736f6c63430008180033

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.