This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: GPL-3.0 | |
pragma solidity >=0.7.0 <0.8.0; | |
/** | |
* @title Owner | |
* @dev Set & change owner | |
*/ | |
contract Owner { |