Skip to content

Instantly share code, notes, and snippets.

View wenakita's full-sized avatar

Akita V2 wenakita

View GitHub Profile
@wenakita
wenakita / OmniDragon.sol
Created May 9, 2025 10:18
Contract Verification
// SPDX-License-Identifier: MIT
/**
* ████████╗ ██████╗ ██╗ ██╗███████╗███╗ ██╗
* ╚══██╔══╝██╔═══██╗██║ ██╔╝██╔════╝████╗ ██║
* ██║ ██║ ██║█████╔╝ █████╗ ██╔██╗ ██║
* ██║ ██║ ██║██╔═██╗ ██╔══╝ ██║╚██╗██║
* ██║ ╚██████╔╝██║ ██╗███████╗██║ ╚████║
* ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝
* SONIC RED DRAGON
{
"compiler": {
"version": "0.8.30+commit.73712a01"
},
"language": "Solidity",
"output": {
"abi": [
{
"inputs": [
{
@wenakita
wenakita / ChainRegistry.sol
Created May 9, 2025 07:31
ChainRegistry Contract for Verification
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;
contract ChainRegistry {
// Storage variables
address private _owner;
mapping(uint16 => ChainConfig) private chainConfigs;
uint16[] private supportedChains;
uint16 private currentChainId;
@wenakita
wenakita / base.blockscout.com...0x52fBe7e926a4bA13e5f8253300372Ec521458505....sol
Created May 2, 2024 07:37
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.20+commit.a1b79de6.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
// forgefmt: disable-start
/**
* bbbbbbbb dddddddd
* b::::::b d::::::d
* b::::::b d::::::d
* b::::::b d::::::d
* b:::::b d:::::d