Skip to content

Instantly share code, notes, and snippets.

View technicalkuldeep's full-sized avatar
🎯
Focusing

Kuldeep technicalkuldeep

🎯
Focusing
View GitHub Profile
@technicalkuldeep
technicalkuldeep / .deps...npm...hardhat...console.sol
Created October 3, 2025 08:31
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.19+commit.7dd6d404.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity >=0.4.22 <0.9.0;
library console {
address constant CONSOLE_ADDRESS =
0x000000000000000000636F6e736F6c652e6c6f67;
function _sendLogPayloadImplementation(bytes memory payload) internal view {
address consoleAddress = CONSOLE_ADDRESS;
/// @solidity memory-safe-assembly
{
"name": "Nikky",
"symbol": "Monkey",
"description": "This is an example fungible token for Nikku bandr purposes.",
"image": "https://img.freepik.com/free-photo/close-up-monkey-tree_23-2150822916.jpg"
}