Skip to content

Instantly share code, notes, and snippets.

View itz2ez4nz's full-sized avatar
🏠
Working from home

@itz2ez4nz itz2ez4nz

🏠
Working from home
View GitHub Profile
### Keybase proof
I hereby claim:
* I am itz2ez4nz on github.
* I am svpplynd3mand (https://keybase.io/svpplynd3mand) on keybase.
* I have a public key ASDLxaGDM5hltwRjdHoE9y2xkPXXmZ8vbA9Uvq9BbHIc6go
To claim this, I am signing this object:
<ts:token xmlns:ts="http://tokenscript.org/2020/06/tokenscript" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asnx="urn:ietf:params:xml:ns:asnx" xmlns:ethereum="urn:ethereum:constantinople" xsi:schemaLocation="http://tokenscript.org/2020/06/tokenscript http://tokenscript.org/2020/06/tokenscript.xsd" name="NEST">
<ts:label>
<ts:string xml:lang="en">NEST</ts:string>
</ts:label>
<ts:contract interface="erc20" name="NEST">
<ts:address network="1">0x04abEdA201850aC0124161F037Efd70c74ddC74C</ts:address>
</ts:contract>
<ts:contract name="NESTRevenueDistribution">
<ts:address network="1">0x19E1d193A448bD13097EFC2aea867468726e67c5</ts:address>
@itz2ez4nz
itz2ez4nz / 2_Owner.sol
Created January 6, 2021 04:57
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.7.6+commit.7338295f.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.8.0;
/**
* @title Owner
* @dev Set & change owner
*/
contract Owner {