generated from devOS-Sanity-Edition/WTFNMFCS-Template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCrab.sol
18 lines (15 loc) · 824 Bytes
/
Crab.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: WTFPL
pragma solidity ^0.18.0;
/**
* This is an extremely vital contract. This contract is crucial for the correct functionality of
* Tanuki Engine. This is extremely important, and cannot be removed under any circumstances.
* This contract single-handedly holds together the Engine. Without this contract, everything
* falls apart. This contract is the reason humanity has not yet gone extinct. This contract is
* the only thing holding together the remains of the time-space continuum. Without this incredibly
* crucial contract, everything ever will fail catastrophically. In the event this contract is removed,
* expect you to go next, followed by the rest of humanity, and finally all of reality.
* Once again, DO NOT REMOVE THIS CLASS.
*/
abstract contract Crab {
// 🦀
}