DJRemix #371
DJRemix
#371
Replies: 1 comment
-
This is not a question. Please re-open with a question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract DJRemix {
// The address of the DJ
address private djAddress;
}
Beta Was this translation helpful? Give feedback.
All reactions