@@ -66,9 +66,11 @@ func GetHardCodedGrants() []HardGrant {
66
66
hardcodegrants = []HardGrant {}
67
67
68
68
case "MAIN" :
69
- // Note to future grant implementers. On mainnet, grants should be on blocks divisible by 25 + 1. See function CheckGrants().
69
+ // Note to future grant implementers: grants should be on blocks divisible by 25 + 1. See function CheckGrants().
70
70
// Activation heights
71
71
grant2020_04 := uint32 (272801 )
72
+ grant2021_01 := uint32 (285651 )
73
+
72
74
hardcodegrants = []HardGrant {
73
75
// Initial grants approved June 9, 2018 https://drive.google.com/drive/folders/1e_xmKgJb375EcAwwkz2d3mdYs0PVVih3
74
76
// https://factomize.com/forums/threads/implementing-the-initial-grants.428/
@@ -1389,6 +1391,73 @@ func GetHardCodedGrants() []HardGrant {
1389
1391
HardGrant {grant2020_04 , 20000e8 , validateAddress ("FA2rrwFVvkFYwyGFHVBMwRqTpycuZiagrQdcbPWzuoEwJQxjDwi3" )},
1390
1392
// --------------------------------------------------------
1391
1393
1394
+ // ********************************
1395
+ // **** Grant Round 2021-01 ****
1396
+ // ********************************
1397
+
1398
+ // --------------------------------------------------------
1399
+ // Anton Ilzheev-The Factoid Authority-De Facto -- 3125 FCT
1400
+ // Factom Open Node 2021-01-25 - 2021-02-16
1401
+
1402
+ // The Factoid Authority total: 625 FCT
1403
+ HardGrant {grant2021_01 , 625e8 , validateAddress ("FA2LV4s7LKA9BTgWaJNvcr9Yq8rpiH2XD3vEPY3nwSiNSrnRgkpK" )},
1404
+
1405
+ // De Facto total: 2500 FCT
1406
+ HardGrant {grant2021_01 , 2500e8 , validateAddress ("FA3X3d3ceDYD7v3aBCeEBcvvgiTZNeiFkN8jJ897EbMuBzHt6xhP" )},
1407
+ // --------------------------------------------------------
1408
+
1409
+ // --------------------------------------------------------
1410
+ // Anton Ilzheev-Website Committee -- 1675 FCT
1411
+ // Website Committee grant 2021-01-25 - 2021-02-16
1412
+
1413
+ // Website Committee total: 1675 FCT
1414
+ HardGrant {grant2021_01 , 1675e8 , validateAddress ("FA3TG1mi25XfJSVeNT5vS9uLi8VQxjK8ju9pGCp8Po6rrk5RXPLH" )},
1415
+ // --------------------------------------------------------
1416
+
1417
+ // --------------------------------------------------------
1418
+ // PaulSnow-Anton Ilzheev-De Facto -- 900 FCT
1419
+ // Factom Oracle Master 2021-01-25 - 2021-02-16
1420
+
1421
+ // PaulSnow total: 450 FCT
1422
+ HardGrant {grant2021_01 , 450e8 , validateAddress ("FA29PLacx8jVBMZoQrjgES5RBsfooMsWHG5Ep8uUhVmeesGFY4xp" )},
1423
+
1424
+ // De Facto total: 450 FCT
1425
+ HardGrant {grant2021_01 , 450e8 , validateAddress ("FA3X3d3ceDYD7v3aBCeEBcvvgiTZNeiFkN8jJ897EbMuBzHt6xhP" )},
1426
+ // --------------------------------------------------------
1427
+
1428
+ // --------------------------------------------------------
1429
+ // WB -- 50000 FCT
1430
+ // Initial FCT for Council/Director 2021-01-25 - 2021-02-16
1431
+
1432
+ // WB total: 50000 FCT
1433
+ HardGrant {grant2021_01 , 50000e8 , validateAddress ("FA3m63HmmkqqtUwxsxPRZLdoq2JJgU2LFC92hcM5jnauVAnYE2W6" )},
1434
+ // --------------------------------------------------------
1435
+
1436
+ // --------------------------------------------------------
1437
+ // Anton Ilzheev-De Facto -- 6500 FCT
1438
+ // WFCT gateway development backpay 2021-01-25 - 2021-02-16
1439
+
1440
+ // De Facto total: 6500 FCT
1441
+ HardGrant {grant2021_01 , 6500e8 , validateAddress ("FA3X3d3ceDYD7v3aBCeEBcvvgiTZNeiFkN8jJ897EbMuBzHt6xhP" )},
1442
+ // --------------------------------------------------------
1443
+
1444
+ // --------------------------------------------------------
1445
+ // PaulSnow-Factom Inc-De Facto-Core Committee -- 23880 FCT
1446
+ // Anchor Rework 2021-01-25 - 2021-02-16
1447
+ // Per agreement during question of the grant, the FCT price should be adjusted at the rate
1448
+ // specified by the 144 block average reported by the EC Rate Bot on discord ( #ec-rate-alert )
1449
+ // at a date prior to deploying the grant. On 2021-2-17 , this rate was $2.57. This changes the
1450
+ // tokens issued from 43,000 to 23,880 (11,440 * 2 + 1000)
1451
+
1452
+ // Factom Inc total: 11440 FCT
1453
+ HardGrant {grant2021_01 , 11440e8 , validateAddress ("FA29PLacx8jVBMZoQrjgES5RBsfooMsWHG5Ep8uUhVmeesGFY4xp" )},
1454
+
1455
+ // De Facto total: 11440 FCT
1456
+ HardGrant {grant2021_01 , 11440e8 , validateAddress ("FA3X3d3ceDYD7v3aBCeEBcvvgiTZNeiFkN8jJ897EbMuBzHt6xhP" )},
1457
+
1458
+ // Core Committee total: 1000 FCT
1459
+ HardGrant {grant2021_01 , 1000e8 , validateAddress ("FA2qFVCLDoFodSsjoBM2dNpybiQFrv86d3q6ZoWsWHTSVYfxps1j" )},
1460
+ // --------------------------------------------------------
1392
1461
}
1393
1462
1394
1463
default :
0 commit comments