250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- blockchain
- solidity
- nextJS
- HTML
- CLASS
- JavaScript
- Redux
- 기준
- useState
- REACT
- hardhat
- Ethereum
- web
- tailwindcss
- Props
- CSS
- concept
- middleware
- 삶
- bitcoin
- node.js
- error
- built in object
- Interface
- express.js
- graphQL
- evm
- typeScript
- SSR
- API
Archives
- Today
- Total
목록ERC721PresetMinterPauserAutoId (1)
ReasonJun
Openzeppelin : ERC721PresetMinterPauserAutoId
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.8.0) (token/ERC721/presets/ERC721PresetMinterPauserAutoId.sol) pragma solidity ^0.8.0; import "../ERC721.sol"; import "../extensions/ERC721Enumerable.sol"; import "../extensions/ERC721Burnable.sol"; import "../extensions/ERC721Pausable.sol"; import "../../../access/AccessControlEnumerable.sol"; import "../../../utils/Cont..
Blockchain/Solidity
2023. 10. 22. 21:01