Abstract Testnet

Contract

0xB61E1F31102E2FEe26449f2202292Bd8c98CBc78

Overview

ETH Balance

0 ETH

Multichain Info

N/A
Transaction Hash
Method
Block
From
To

There are no matching entries

1 Internal Transaction found.

Latest 1 internal transaction

Parent Transaction Hash Block From To
58590272025-02-06 6:26:1812 days ago1738823178  Contract Creation0 ETH
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x5ecDbcF7...81f14dCB5
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
DerpletsHTMLRenderer

Compiler Version
v0.8.24+commit.e11b9ed9

ZkSolc Version
v1.5.11

Optimization Enabled:
Yes with Mode 3

Other Settings:
paris EvmVersion

Contract Source Code (Solidity Standard Json-Input format)

File 1 of 2 : DerpletsHTMLRenderer.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;

import "./IDerpletsRendererHTML.sol";

contract DerpletsHTMLRenderer is IDerpletsRendererHTML {
    function getHTML(string memory /* svg */) external pure override returns (string memory) {
        // Implement your HTML generation logic here
        return "";
    }
}

File 2 of 2 : IDerpletsRendererHTML.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.20;

interface IDerpletsRendererHTML{
  function getHTML(string memory svg) external view returns (string memory);
}

Settings
{
  "optimizer": {
    "enabled": true,
    "mode": "3"
  },
  "evmVersion": "paris",
  "outputSelection": {
    "*": {
      "*": [
        "abi"
      ]
    }
  },
  "detectMissingLibraries": false,
  "forceEVMLA": false,
  "enableEraVMExtensions": true,
  "libraries": {}
}

Contract ABI

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

Deployed Bytecode

0x0000000100200190000000270000c13d00000060021002700000001f04200197000000040040008c000000380000413d000000000201043b0000002102200197000000220020009c000000380000c13d000000240040008c000000380000413d0000000002000416000000000002004b000000380000c13d0000000402100370000000000502043b000000230050009c000000380000213d0000002302500039000000000042004b000000380000813d0000000406500039000000000261034f000000000302043b000000240030009c000000210000813d0000001f0730003900000029077001970000003f077000390000002907700197000000250070009c000000310000a13d0000002701000041000000000010043f0000004101000039000000040010043f00000028010000410000007a000104300000008001000039000000400010043f0000000001000416000000000001004b000000380000c13d0000002001000039000001000010044300000120000004430000002001000041000000790001042e0000008007700039000000400070043f000000800030043f00000000053500190000002405500039000000000045004b0000003a0000a13d00000000010000190000007a000104300000002004600039000000000441034f00000029053001980000001f0630018f000000a001500039000000460000613d000000a007000039000000000804034f000000008908043c0000000007970436000000000017004b000000420000c13d000000000006004b000000530000613d000000000454034f0000000305600210000000000601043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000410435000000a0013000390000000000010435000000400400043d000000260040009c000000210000213d0000002003400039000000400030043f00000000000404350000002005000039000000400100043d0000000005510436000000000404043300000000004504350000004005100039000000000004004b0000006b0000613d000000000600001900000000075600190000000008360019000000000808043300000000008704350000002006600039000000000046004b000000640000413d0000001f0340003900000029023001970000000003540019000000000003043500000040022000390000001f0020009c0000001f0200804100000060022002100000001f0010009c0000001f010080410000004001100210000000000112019f000000790001042e0000007800000432000000790001042e0000007a00010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff0000000200000000000000000000000000000040000001000000000000000000ffffffff000000000000000000000000000000000000000000000000000000004789c90a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff0000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f000000000000000000000000000000000000000000000000ffffffffffffffdf4e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ec897ff2055a744ac81ff72f38705fcfe7041f2f64b97671c9c30ef34aef4e7e

Block Transaction 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
[ Download: CSV Export  ]

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.