Solidity contract for RAND0M S0UNDS NFT
. Includes the contract itself, ABIs and TypeScript definitons.
- Contract address:
0xF66770253dfC078d6a3844e0c4738d2ff5006E5D
- Deployer address:
0x0A9f12d325b905907C43566b4740F2dFE10C3C4B
pnpm i @randomsounds/contracts
import "@randomsounds/contracts/RandomSoundsNFT.sol";
contract MyContract is RandomSoundsNFT {
// blah blah
}
import type { RandomSoundsNFT } from '@randomsounds/contracts'
// blah blah