일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- frontend
- web3
- Web
- 블록체인
- 서비스체인
- SCN
- blockchain
- vue
- API
- 클레이튼
- nodejs
- 이더리움
- 프레임워크
- 앵커링
- ethereum
- kas
- 접근제어자
- 제어자
- 프론트엔드
- vue.js
- Solidity
- Klaytn
- 블록체인 구조와 이론
- Klaytn API Service
- javascript
- Geth
- geth구현
- 웹
- web3.js
- 솔리디티
Archives
- Today
- Total
목록onlyOwner (1)
BloCCat
Ownable.sol
생성자 : 컨트랙트랑 같은 이름으로 정의하거나 constructor() 로 정의 modifier : 함수 제어자, 다른 함수들에 대한 접근을 제어하기 위해 사용되는 일종의 유사 함수. /** * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, this simplifies the implementation of "user permissions". */ contract Ownable { address public owner; event OwnershipTransferred(address indexed previousOwner, address in..
Study/Solidity
2021. 8. 29. 21:31