일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Klaytn
- vue
- frontend
- 클레이튼
- API
- blockchain
- javascript
- 제어자
- kas
- web3
- SCN
- 프론트엔드
- 솔리디티
- 앵커링
- 접근제어자
- nodejs
- Klaytn API Service
- web3.js
- Solidity
- 서비스체인
- Geth
- vue.js
- geth구현
- 프레임워크
- 웹
- ethereum
- 블록체인 구조와 이론
- 블록체인
- 이더리움
- Web
Archives
- Today
- Total
목록상속 (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