eth-erc721

ERC-721 'NFT' token interface with example developer badge token contract
Info | Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2024-04-02 12:19Fix pysha breaklash3+6-6
2023-08-06 15:19Upgrade depslash5+12-6
2023-03-27 06:36Correctly implement Minterlash5+11-5
2023-03-26 08:11Add Chrono interfacelash6+37-14
2023-03-26 08:01Replace createdAt with ERC5007lash9+87-48
2023-03-22 12:38Update classifiers, upgrade to betalash2+8-4
2023-03-22 11:50Fix non-trivial issues for BadgeToken reported by slither (0.9.3)lash3+15-3
2023-03-22 10:54Upgrade depslash2+2-2
2023-03-21 20:18Correct interface signatureslash5+9-10
2023-03-21 20:11Add contract metadatalash4+8-3
2023-03-04 10:28Factor out created at from mint height checklash8+35-28
2023-03-03 23:11Update changeloglash1+2-0
2023-03-03 23:09Fix block height test in mint unittestlash3+13-3
2023-03-03 09:35Remove breaking create flag in transferlash1+1-1
2023-03-01 13:31Upgrade deps. bump versionlash4+6-6
2023-03-01 13:27Move test code to unittest modulelash8+347-249
2023-02-14 07:06Implement chainlib genlash5+35-10
2022-12-19 17:51Add transfer cli toollash2+123-2
2022-11-14 08:07Change license to AGPL3, waive copyrightlash9+1427-51
2022-11-13 17:32Upgrade depslash4+8-6
2021-11-14 08:06Minter with numeric token idnolash2+11-4
2021-10-24 14:18Upgrade chainlib, improve test runnernolash2+3-1
2021-10-24 13:50Rehabilitate testsnolash10+112-186
2021-06-28 08:02Move to chainlib-ethnolash8+50-23
2021-05-10 08:51Correct interface comment for enumerablenolash1+1-1
2021-05-10 07:15Rename packagenolash7+384-14
2021-05-08 16:15Remove double slashes in URInolash9+14-247
2021-05-08 09:53Add tokenuri interface, tokenid to sha256 scheme url in badge contractnolash5+75-3
2021-05-08 08:45Add badge contract deploy, package setupnolash7+249-1
2021-05-08 06:43Bump dependenciesnolash1+3-2
2021-05-08 06:37Separate out EIP721 interface, add EIP173 supportnolash12+331-253
2021-05-08 06:04Invalidate inherited erc20 transfernolash1+5-3
2021-05-08 05:51Add minted atnolash2+28-0
2021-05-08 05:46Add approve testnolash2+60-24
2021-05-08 05:34Implement operatornolash2+102-2
2021-05-07 20:27Add total supply, token index change testnolash2+34-2
2021-05-07 20:21Add token by owner indexnolash2+30-1
2021-05-07 20:17Add tokenindex lookupnolash2+30-1
2021-05-07 20:12Add transfer method, testnolash1+2-0
2021-05-07 20:09Parse token owner addressnolash2+31-0
2021-05-07 20:06Parse token owner addressnolash2+48-3
2021-05-07 19:56Add mint testnolash4+25-4
2021-05-07 19:45Add deploy testnolash8+134-0
2021-05-07 19:12Initial commitnolash1+203-0