ethname 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4bca434fb0e9fdb4a5e75a8a8443585807d65400beef3049d67c2ed5ffd64f1
4
- data.tar.gz: 61c6160602bb7f6c58e3e55633912db2db2e3e75538f9c033b10d0fd90d2b6fc
3
+ metadata.gz: 72d207eabf6a744e375ae0846031daff0dc1ae5cf5511b0186f8b6a5f2c80966
4
+ data.tar.gz: b4b10c781ca9d6e0f018c2b09dbaec9342aa0bffab3a76a2dd99957a70b23658
5
5
  SHA512:
6
- metadata.gz: 2e8e88f82a46551e92de34d39dd14711bacd3ad991b86389f5e96a2b8d4644301ea5890f60c2911cc95025c3666ece3c319888f8b2b1ea9bfb61f4806942d42c
7
- data.tar.gz: 70b895437d14b8da3bd68622781b9400429defbdc5d9429e5f97b85227948ecdd1e550321f9431a3c92758bd63c63730af3dc8fde00c01b7cf7715836cbcd8c4
6
+ metadata.gz: a6bd32ea40aee62288c3109352854643da5ef525eab4fdc730c2b28467a6bc6bbdcf809876e382c011ada03c1b781ea2f37e3a33030991a10da4512e439b3bb1
7
+ data.tar.gz: 812408119cef47a926de01f72aa1aef5707a07e6e9888f46635591a9ce5113d8a58ec4dbf742166c1abf6bbcf3d0f349145ea9d6e460314500fae505bafdac8d
data/README.md CHANGED
@@ -70,7 +70,7 @@ Example - [config/contracts.2017.csv](config/contracts.2017.csv):
70
70
  address, names
71
71
  0x6Ba6f2207e343923BA692e5Cae646Fb0F566DB8D, punks v1 | crypto punks v1
72
72
  0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb, punks v2 | crypto punks v2 | crypto punks market
73
- 0x60cd862c9c687a9de49aecdc3a99b74a4fc54ab6, mooncats | mooncatrescue
73
+ 0x60cd862c9c687a9de49aecdc3a99b74a4fc54ab6, mooncats | mooncat rescue
74
74
  ...
75
75
  ```
76
76
 
@@ -78,16 +78,23 @@ Example - [config/contracts.2022.csv](config/contracts.2022.csv):
78
78
 
79
79
  ``` csv
80
80
  address, names
81
- 0x282bdd42f4eb70e7a9d9f40c8fea0825b7f68c5d, punks v1 wrapped ii
82
- 0xD33c078C2486B7Be0F7B4DDa9B14F35163B949e0, punks v3
83
- 0xd12882c8b5d1bccca57c994c6af7d96355590dbd, punks v4
81
+ 0x282bdd42f4eb70e7a9d9f40c8fea0825b7f68c5d, punks v1 wrapped ii
82
+ 0xD33c078C2486B7Be0F7B4DDa9B14F35163B949e0, punks v3
83
+ 0xd12882c8b5d1bccca57c994c6af7d96355590dbd, punks v4
84
84
  0xA19f0378A6F3f3361d8e962F3589Ec28f4f8F159, phunks v3
85
- 0xaf9CE4B327A3b690ABEA6F78eCCBfeFFfbEa9FDf, synthetic punks | synth punks
86
- 0x58E90596C2065BEfD3060767736C829C18F3474c, punk blocks
85
+ 0xaf9CE4B327A3b690ABEA6F78eCCBfeFFfbEa9FDf, synth punks | synthetic punks
86
+ 0x58E90596C2065BEfD3060767736C829C18F3474c, punk blocks
87
87
  0x23581767a106ae21c074b2276D25e5C3e136a68b, moonbirds
88
+ 0xe9b91d537c3aa5a3fa87275fbd2e4feaaed69bd0, marcs | crypto marcs
89
+ 0xad8474ba5a7f6abc52708f171f57fefc5cdc8c1c, mad camels
90
+ 0xe5a5520b798c5f67ca1b0657b932656df02595ad, punk apes yacht club
91
+ 0x9b66d03fc1eee61a512341058e95f1a68dc3a913, phunk ape origins
92
+ 0x2204a94f96d39df3b6bc0298cf068c8c82dc8d61, chi chis
88
93
  ...
89
94
  ```
90
95
 
96
+
97
+
91
98
  ### Yes, You Can! - Add More Names / Contracts Via Git ;-)
92
99
 
93
100
  Your contributions welcome. You are welcome to join in and
@@ -1,6 +1,6 @@
1
- address, names, interfaces
2
- 0x6Ba6f2207e343923BA692e5Cae646Fb0F566DB8D, punks v1 | crypto punks v1, erc20
3
- 0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb, punks v2 | crypto punks v2 | crypto punks market, erc20
4
- 0x60cd862c9c687a9de49aecdc3a99b74a4fc54ab6, mooncats | mooncatrescue,
1
+ address, names, interfaces, created
2
+ 0x6Ba6f2207e343923BA692e5Cae646Fb0F566DB8D, punks v1 | crypto punks v1, erc20, 2017-06-09 00:22:50
3
+ 0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb, punks v2 | crypto punks v2 | crypto punks market, erc20, 2017-06-22 19:40:00
4
+ 0x60cd862c9c687a9de49aecdc3a99b74a4fc54ab6, mooncats | mooncatrescue,, 2017-08-09 04:36:06
5
5
 
6
6
 
@@ -1,11 +1,15 @@
1
- address, names, interfaces
2
- 0x16f5a35647d6f03d5d3da7b35409d65ba03af3b2, punks data | crypto punks data,
3
- 0xf4a4644e818c2843ba0aabea93af6c80b5984114, punks v1 wrapped i | classic punks, erc721
1
+ address, names, interfaces, created
2
+ 0x16f5a35647d6f03d5d3da7b35409d65ba03af3b2, punks data | crypto punks data,, 2021-08-18 00:10:24
3
+ 0xf4a4644e818c2843ba0aabea93af6c80b5984114, punks v1 wrapped i | classic punks, erc721, 2021-03-25 04:26:43
4
4
 
5
- 0xa82f3a61f002f83eba7d184c50bb2a8b359ca1ce, phunks v1 | philips, erc721
6
- 0xf07468ead8cf26c752c676e43c814fee9c8cf402, phunks v2 | phunks, erc721
5
+ 0xa82f3a61f002f83eba7d184c50bb2a8b359ca1ce, phunks v1 | philips, erc721, 2021-06-14 04:18:53
6
+ 0xf07468ead8cf26c752c676e43c814fee9c8cf402, phunks v2 | phunks, erc721, 2021-06-21 00:07:08
7
7
 
8
- 0x031920cc2d9f5c10b444fd44009cd64f829e7be2, zunks, erc721
8
+ 0x031920cc2d9f5c10b444fd44009cd64f829e7be2, zunks, erc721, 2021-08-07 04:01:17
9
9
 
10
- 0x0d0167a823c6619d430b1a96ad85b888bcf97c37, xpunks | expansion punks, erc721
11
- 0x71eb5c179ceb640160853144cbb8df5bd24ab5cc, xphunks | expansion phunks, erc721
10
+ 0x0d0167a823c6619d430b1a96ad85b888bcf97c37, xpunks | expansion punks, erc721, 2021-08-15 00:13:20
11
+ 0x71eb5c179ceb640160853144cbb8df5bd24ab5cc, xphunks | expansion phunks, erc721, 2021-12-30 10:14:39
12
+
13
+
14
+ 0x7c40c393dc0f283f318791d746d894ddd3693572, mooncats wrapped, erc721, 2021-03-12 20:20:10
15
+ 0xc3f733ca98E0daD0386979Eb96fb1722A1A05E69, acclimated​ mooncats | mooncats acclimated​, erc721, 2021-04-22 01:52:09
@@ -1,15 +1,24 @@
1
- address, names, interfaces
2
- 0x282bdd42f4eb70e7a9d9f40c8fea0825b7f68c5d, punks v1 wrapped ii, erc721
1
+ address, names, interfaces, created
2
+ 0x282bdd42f4eb70e7a9d9f40c8fea0825b7f68c5d, punks v1 wrapped ii, erc721, 2022-01-17 10:15:07
3
3
 
4
- 0xD33c078C2486B7Be0F7B4DDa9B14F35163B949e0, punks v3, erc721
5
- 0xd12882c8b5d1bccca57c994c6af7d96355590dbd, punks v4, erc721
4
+ 0xD33c078C2486B7Be0F7B4DDa9B14F35163B949e0, punks v3, erc721, 2022-02-02 16:57:59
5
+ 0xd12882c8b5d1bccca57c994c6af7d96355590dbd, punks v4, erc721, 2022-02-04 08:57:46
6
6
 
7
- 0xA19f0378A6F3f3361d8e962F3589Ec28f4f8F159, phunks v3, erc721
7
+ 0xA19f0378A6F3f3361d8e962F3589Ec28f4f8F159, phunks v3, erc721, 2022-02-03 08:49:52
8
8
 
9
9
 
10
- 0xaf9CE4B327A3b690ABEA6F78eCCBfeFFfbEa9FDf, synthetic punks | synth punks, erc721
10
+ 0xaf9CE4B327A3b690ABEA6F78eCCBfeFFfbEa9FDf, synthetic punks | synth punks, erc721, 2022-02-13 18:27:43
11
11
 
12
- 0x58E90596C2065BEfD3060767736C829C18F3474c, punk blocks,
12
+ 0x58E90596C2065BEfD3060767736C829C18F3474c, punk blocks,, 2022-12-09 23:42:59
13
13
 
14
14
 
15
- 0x23581767a106ae21c074b2276D25e5C3e136a68b, moonbirds, erc721
15
+ 0x23581767a106ae21c074b2276D25e5C3e136a68b, moonbirds, erc721, 2022-04-15 16:38:30
16
+
17
+
18
+ 0xe9b91d537c3aa5a3fa87275fbd2e4feaaed69bd0, marcs | crypto marcs, erc721, 2022-07-17 15:49:16
19
+ 0xad8474ba5a7f6abc52708f171f57fefc5cdc8c1c, mad camels, erc721, 2022-09-04 07:16:38
20
+ 0xe5a5520b798c5f67ca1b0657b932656df02595ad, punk apes yacht club, erc721, 2022-09-14 04:18:54
21
+ 0x9b66d03fc1eee61a512341058e95f1a68dc3a913, phunk ape origins, erc721, 2022-09-23 05:56:47
22
+ 0x34625ecaa75c0ea33733a05c584f4cf112c10b6b, punkin spicies, erc721, 2022-10-08 06:04:23
23
+ 0x2204a94f96d39df3b6bc0298cf068c8c82dc8d61, chi chis, erc721, 2022-10-24 09:07:47
24
+
@@ -3,7 +3,7 @@
3
3
  module Ethname
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- PATCH = 0
6
+ PATCH = 1
7
7
  VERSION = [MAJOR,MINOR,PATCH].join('.')
8
8
 
9
9
  def self.version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethname
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-17 00:00:00.000000000 Z
11
+ date: 2022-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocos