Page cover

NFTs for Gated Burrow Entry

The dYdX Foundation is fostering a movement for advanced traders. Becoming an Ambassador means adopting decentralized and permissionless technology.

These NFTs grant access to the Clarity Application for each respective burrow.

Smart Contract

Contract Name: AMB.sol

Smart Contract Address: 0x9a20c403262b1d480a616B1C34dA84ca5Be6a9A7

Compiler Version: v0.8.7+commit.e28d00a7

Contract Source Code:

// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

/// @title: dYdX Ambassador
/// @author: manifold.xyz

import "./ERC721Creator.sol";

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                                                                //
//                                                                                                                                //
//                                                                                                                                //
//    ██████╗ ██╗   ██╗██████╗ ██╗  ██╗    ███████╗ ██████╗ ██╗   ██╗███╗   ██╗██████╗  █████╗ ████████╗██╗ ██████╗ ███╗   ██╗    //
//    ██╔══██╗╚██╗ ██╔╝██╔══██╗╚██╗██╔╝    ██╔════╝██╔═══██╗██║   ██║████╗  ██║██╔══██╗██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║    //
//    ██║  ██║ ╚████╔╝ ██║  ██║ ╚███╔╝     █████╗  ██║   ██║██║   ██║██╔██╗ ██║██║  ██║███████║   ██║   ██║██║   ██║██╔██╗ ██║    //
//    ██║  ██║  ╚██╔╝  ██║  ██║ ██╔██╗     ██╔══╝  ██║   ██║██║   ██║██║╚██╗██║██║  ██║██╔══██║   ██║   ██║██║   ██║██║╚██╗██║    //
//    ██████╔╝   ██║   ██████╔╝██╔╝ ██╗    ██║     ╚██████╔╝╚██████╔╝██║ ╚████║██████╔╝██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║    //
//    ╚═════╝    ╚═╝   ╚═════╝ ╚═╝  ╚═╝    ╚═╝      ╚═════╝  ╚═════╝ ╚═╝  ╚═══╝╚═════╝ ╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝    //
//                                                                                                                                //
//                                                                                                                                //
//                                                                                                                                //
//                                                                                                                                //
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


contract AMB is ERC721Creator {
    constructor() ERC721Creator("dYdX Ambassador", "AMB") {}
}

Contract deployed by Alucard.eth

Last updated