Skip to content

Instantly share code, notes, and snippets.

View yzportfolio's full-sized avatar

Y'z Portfolio(Yasuko Tamura) yzportfolio

View GitHub Profile
@yzportfolio
yzportfolio / 1_Storage.sol
Created October 5, 2020 12:02
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.5.1+commit.c8a2cb62.js&optimize=false&gist=
pragma solidity >=0.4.22 <0.7.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {
uint256 number;
@yzportfolio
yzportfolio / 1_Storage.sol
Created September 30, 2020 06:27
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.6+commit.6c089d02.js&optimize=false&gist=
pragma solidity >=0.4.22 <0.7.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {
uint256 number;
@yzportfolio
yzportfolio / 1_Storage.sol
Created September 30, 2020 06:26
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.6+commit.6c089d02.js&optimize=false&gist=
pragma solidity >=0.4.22 <0.7.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {
uint256 number;
@yzportfolio
yzportfolio / 1_Storage.sol
Created September 30, 2020 06:21
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.6+commit.6c089d02.js&optimize=false&gist=
pragma solidity >=0.4.22 <0.7.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {
uint256 number;
pragma solidity ^0.4.8;
contract tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData); }
contract MyToken {
/* Public variables of the token */
string public standard = 'Token 0.1';
string public name;
string public symbol;
uint8 public decimals;

Keybase proof

I hereby claim:

  • I am yzportfolio on github.
  • I am yzportfolio (https://keybase.io/yzportfolio) on keybase.
  • I have a public key ASBAQi5K3IGloSNgrueWekjBtKSoBNfURsH3iGslfMNP0wo

To claim this, I am signing this object: