Source Code
Overview
ETH Balance
0 ETH
More Info
ContractCreator
Multichain Info
N/A
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Latest 1 internal transaction
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
5859027 | 12 days ago | Contract Creation | 0 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)
// 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 ""; } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; interface IDerpletsRendererHTML{ function getHTML(string memory svg) external view returns (string memory); }
{ "optimizer": { "enabled": true, "mode": "3" }, "evmVersion": "paris", "outputSelection": { "*": { "*": [ "abi" ] } }, "detectMissingLibraries": false, "forceEVMLA": false, "enableEraVMExtensions": true, "libraries": {} }
[{"inputs":[{"internalType":"string","name":"","type":"string"}],"name":"getHTML","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"}]
Deployed Bytecode
0x0000000100200190000000270000c13d00000060021002700000001f04200197000000040040008c000000380000413d000000000201043b0000002102200197000000220020009c000000380000c13d000000240040008c000000380000413d0000000002000416000000000002004b000000380000c13d0000000402100370000000000502043b000000230050009c000000380000213d0000002302500039000000000042004b000000380000813d0000000406500039000000000261034f000000000302043b000000240030009c000000210000813d0000001f0730003900000029077001970000003f077000390000002907700197000000250070009c000000310000a13d0000002701000041000000000010043f0000004101000039000000040010043f00000028010000410000007a000104300000008001000039000000400010043f0000000001000416000000000001004b000000380000c13d0000002001000039000001000010044300000120000004430000002001000041000000790001042e0000008007700039000000400070043f000000800030043f00000000053500190000002405500039000000000045004b0000003a0000a13d00000000010000190000007a000104300000002004600039000000000441034f00000029053001980000001f0630018f000000a001500039000000460000613d000000a007000039000000000804034f000000008908043c0000000007970436000000000017004b000000420000c13d000000000006004b000000530000613d000000000454034f0000000305600210000000000601043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000410435000000a0013000390000000000010435000000400400043d000000260040009c000000210000213d0000002003400039000000400030043f00000000000404350000002005000039000000400100043d0000000005510436000000000404043300000000004504350000004005100039000000000004004b0000006b0000613d000000000600001900000000075600190000000008360019000000000808043300000000008704350000002006600039000000000046004b000000640000413d0000001f0340003900000029023001970000000003540019000000000003043500000040022000390000001f0020009c0000001f0200804100000060022002100000001f0010009c0000001f010080410000004001100210000000000112019f000000790001042e0000007800000432000000790001042e0000007a00010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff0000000200000000000000000000000000000040000001000000000000000000ffffffff000000000000000000000000000000000000000000000000000000004789c90a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff0000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f000000000000000000000000000000000000000000000000ffffffffffffffdf4e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ec897ff2055a744ac81ff72f38705fcfe7041f2f64b97671c9c30ef34aef4e7e
Loading...
Loading
Loading...
Loading
[ 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.