text stringlengths 7 2.39k | embedding listlengths 768 768 |
|---|---|
RandomTCPPort gets a free, random TCP port between 102565535. If no free ports are available 1 is returned. | [
0.08757448941469193,
0.33182668685913086,
0.45865756273269653,
-0.6222008466720581,
-0.23898249864578247,
-0.28955692052841187,
1.1809793710708618,
-0.7023094296455383,
0.8706268072128296,
-0.16300950944423676,
-0.2693950831890106,
-0.8359869718551636,
-1.1751916408538818,
-0.2135912030935... |
Return the indices of two different numbers from the given array such that they add to the given target. Given that (a + b) = c, given 'a' and 'c' we can find 'b' with (c a). We can use math to get a possible 'b' and then search for it. You could iterate through the array, but I prefer using a map. However, we need to ... | [
-0.41691237688064575,
-0.5749339461326599,
0.7745312452316284,
0.2959604561328888,
-0.21703402698040009,
-0.02090747095644474,
0.7561249136924744,
-0.2583203911781311,
0.5645192265510559,
0.6299227476119995,
0.04179218411445618,
0.34914183616638184,
0.5805925130844116,
-0.3930829167366028,... |
Given slice of nums: return map with key=number, value=slice of indices | [
-1.288382649421692,
-0.13516658544540405,
0.22624270617961884,
0.3537255525588989,
-0.5377883911132812,
-0.18617315590381622,
1.0003076791763306,
0.7208569645881653,
0.27410656213760376,
0.6860221028327942,
-0.5488447546958923,
-0.25693631172180176,
1.127754807472229,
-1.0283139944076538,
... |
Searches slice for some other number and returns that number and an "ok" boolean indicating whether the number is different. If not different, returns the given num and false. | [
-0.3076851963996887,
-0.1640969067811966,
0.6978093981742859,
1.295007348060608,
-0.1394561380147934,
-0.8054049611091614,
0.5267565846443176,
-0.9843695163726807,
0.5757591724395752,
0.24735409021377563,
-0.28472620248794556,
0.2244831770658493,
-0.3721790313720703,
-0.3839549422264099,
... |
ATTEMPT TWO: I saw an algorithm here in the Leetcode forum, and I wanted to rewrite it to burn the simplicity of it into my mind. It's nice and concise (but I believe my solution is better suited to extending to ThreeSum | [
-0.030853064730763435,
0.21891897916793823,
0.4113772511482239,
0.002949278336018324,
-1.065116047859192,
-0.614662766456604,
0.12143896520137787,
-0.09176889806985855,
0.48468536138534546,
0.8025220036506653,
-0.9003962278366089,
-0.14543607831001282,
0.12560491263866425,
-0.0477310307323... |
NewStruct creates a new relationship struct | [
0.1676918864250183,
-0.5798715353012085,
0.6281999945640564,
-0.11691142618656158,
-1.3123046159744263,
0.6476652026176453,
-0.7969695925712585,
-1.001193881034851,
0.5824434757232666,
-1.7202751636505127,
-0.49086815118789673,
-0.6374579668045044,
-0.6156619191169739,
-0.7212800979614258,... |
doBeforeInsertHooks executes all "before insert" hooks. | [
0.08194204419851303,
0.6989471316337585,
0.526133120059967,
0.8246555328369141,
1.4002995491027832,
0.03789070248603821,
1.0959579944610596,
-0.6281540989875793,
-0.677984356880188,
-0.11850894242525101,
0.054671503603458405,
-1.1183825731277466,
-1.2798796892166138,
0.46447524428367615,
... |
doBeforeUpdateHooks executes all "before Update" hooks. | [
-0.5026047825813293,
-0.6714731454849243,
0.6426598429679871,
0.7184968590736389,
1.1603864431381226,
0.06771021336317062,
0.2636929750442505,
-0.9467393159866333,
0.2622722387313843,
0.446160227060318,
0.7781878113746643,
-0.8385294675827026,
-0.4987432062625885,
-0.18918660283088684,
-... |
doBeforeDeleteHooks executes all "before Delete" hooks. | [
0.5137198567390442,
-0.027251558378338814,
0.5740140080451965,
0.6872338056564331,
1.6875473260879517,
-0.2705511748790741,
0.7426567673683167,
-1.1204560995101929,
0.5159607529640198,
0.2619009017944336,
0.5960955023765564,
-0.2561696469783783,
-0.1503085345029831,
0.1347266286611557,
-... |
doBeforeUpsertHooks executes all "before Upsert" hooks. | [
-0.27511316537857056,
0.8559533357620239,
0.578583836555481,
0.39143869280815125,
1.4260345697402954,
-0.0917661115527153,
0.888698399066925,
-0.6603506803512573,
0.1035958081483841,
0.327698290348053,
0.5481937527656555,
-1.3715577125549316,
-0.4107692241668701,
0.4343990683555603,
-0.5... |
doAfterInsertHooks executes all "after Insert" hooks. | [
-0.0956922248005867,
-0.4031347930431366,
0.2814711630344391,
0.9065510630607605,
0.6751258373260498,
0.2386275976896286,
1.2245876789093018,
-0.5670946836471558,
-0.6087039113044739,
0.6483744382858276,
-0.6992024779319763,
-1.269470453262329,
-0.638595700263977,
-0.13233642280101776,
0... |
doAfterSelectHooks executes all "after Select" hooks. | [
-0.3676104247570038,
-1.6030960083007812,
0.18561309576034546,
0.9837728142738342,
0.2624382972717285,
0.09119311720132828,
1.0367649793624878,
-1.4940110445022583,
0.8882808685302734,
0.4288254380226135,
-0.014778578653931618,
-0.6038407683372498,
0.21978990733623505,
-0.46172502636909485... |
doAfterUpdateHooks executes all "after Update" hooks. | [
-0.5083093047142029,
-1.945709228515625,
0.5336878299713135,
1.4031285047531128,
0.20473098754882812,
0.7995606660842896,
0.2747523784637451,
-0.31464695930480957,
0.42405158281326294,
0.3694482147693634,
-0.055308908224105835,
-1.0973119735717773,
0.004688641522079706,
-0.3262997269630432... |
doAfterDeleteHooks executes all "after Delete" hooks. | [
0.5799868106842041,
-1.025932788848877,
0.37141069769859314,
1.1294201612472534,
0.7607566118240356,
0.40908780694007874,
1.0811818838119507,
-0.6733365654945374,
0.6185306906700134,
0.3875686228275299,
-0.018568536266684532,
-0.3487337529659271,
0.2522411644458771,
0.12649035453796387,
... |
doAfterUpsertHooks executes all "after Upsert" hooks. | [
-0.31184008717536926,
-0.7434340119361877,
0.5438368320465088,
1.1080952882766724,
0.8302860260009766,
0.17791007459163666,
1.223052978515625,
-0.3875511884689331,
-0.09242603182792664,
0.6402100324630737,
-0.4907311499118805,
-0.8532935380935669,
0.045139096677303314,
-0.06576771289110184... |
AddUtxoHook registers your hook function for all future operations. | [
0.12112788110971451,
0.8570749759674072,
0.4451119303703308,
0.5781320333480835,
0.5803303718566895,
0.4096829295158386,
-0.7664913535118103,
0.6825111508369446,
-0.4709688425064087,
-0.14828228950500488,
-0.5918840765953064,
-0.5792558789253235,
0.5483290553092957,
-0.47802138328552246,
... |
One returns a single utxo record from the query. | [
-0.2338019460439682,
0.7809766530990601,
0.28569114208221436,
-0.30330830812454224,
-0.2447405308485031,
-0.12372235953807831,
-0.7283322811126709,
0.2113916575908661,
-0.1430499255657196,
0.3505796790122986,
0.2962634563446045,
-1.0837877988815308,
-0.18541184067726135,
-1.550649404525756... |
All returns all Utxo records from the query. | [
0.5107453465461731,
-0.3212803602218628,
0.14820748567581177,
0.02967434749007225,
-0.43406960368156433,
0.29854077100753784,
-1.373190999031067,
0.2261006236076355,
-0.1040864884853363,
0.26007166504859924,
0.5784388780593872,
-0.6903259754180908,
0.41047924757003784,
-0.9513009786605835,... |
Count returns the count of all Utxo records in the query. | [
0.41854289174079895,
0.14164142310619354,
0.2758900225162506,
-0.5705545544624329,
-0.11560787260532379,
0.3244560956954956,
-0.6310575008392334,
-0.0660790205001831,
-0.6155765056610107,
0.09426138550043106,
-0.09298790991306305,
-1.4629757404327393,
0.5424790382385254,
-0.474372714757919... |
Exists checks if the row exists in the table. | [
-0.9661157727241516,
0.7170211672782898,
0.39250901341438293,
0.5062551498413086,
0.9113335013389587,
-0.07319962233304977,
-0.8440284132957458,
0.3777420222759247,
-0.2939838469028473,
-0.08222412317991257,
0.47070035338401794,
-0.6651431918144226,
0.7580699324607849,
0.41922280192375183,... |
Utxos retrieves all the records using an executor. | [
0.4509599208831787,
0.8446664810180664,
0.2062918096780777,
-0.6794571876525879,
0.5054993629455566,
-1.3484430313110352,
-1.0406123399734497,
0.4472838342189789,
-0.2983388602733612,
-0.3492475748062134,
0.23070967197418213,
-0.5014008283615112,
0.861648678779602,
-0.8240694999694824,
-... |
FindUtxo retrieves a single record by ID with an executor. If selectCols is empty Find will return all columns. | [
0.0322440080344677,
0.5310718417167664,
0.5853790044784546,
0.043514374643564224,
0.34040629863739014,
-0.5526506900787354,
0.00037150384741835296,
-0.6149489879608154,
-0.6952369809150696,
0.5015079379081726,
-0.18051303923130035,
-0.7710290551185608,
0.24491369724273682,
-0.8979822993278... |
Insert a single record using an executor. See boil.Columns.InsertColumnSet documentation to understand column list inference for inserts. | [
0.09346666187047958,
0.967034101486206,
0.3480575382709503,
-0.0458366833627224,
0.3688621520996094,
-0.47294744849205017,
0.7056565880775452,
0.7735334038734436,
-0.4737613797187805,
0.1353330910205841,
-1.3577313423156738,
-0.05446585267782211,
-0.05344873294234276,
0.2552102506160736,
... |
Update uses an executor to update the Utxo. See boil.Columns.UpdateColumnSet documentation to understand column list inference for updates. Update does not automatically update the record in case of default values. Use .Reload() to refresh the records. | [
-0.5940818786621094,
0.21079248189926147,
0.2459612488746643,
0.058132633566856384,
0.4155762791633606,
-0.3261163532733917,
0.05928720906376839,
0.2679601311683655,
-0.8330775499343872,
0.29216891527175903,
-0.21605147421360016,
-0.4106864631175995,
0.2270124852657318,
-0.7593623399734497... |
UpdateAll updates all rows with the specified column values. | [
0.04558785632252693,
-0.2147362232208252,
0.5455409288406372,
1.2752405405044556,
-0.4838247001171112,
0.1566080003976822,
-0.5736621618270874,
0.569094181060791,
-0.43816784024238586,
-0.04805178567767143,
0.031172677874565125,
0.4271656572818756,
0.28901398181915283,
0.46689727902412415,... |
UpdateAll updates all rows with the specified column values, using an executor. | [
0.3278970420360565,
0.24325142800807953,
0.6799436211585999,
1.0095840692520142,
-0.41526690125465393,
-0.6905887722969055,
-0.36952534317970276,
0.6756897568702698,
-0.6807766556739807,
0.06129109859466553,
-0.18409579992294312,
0.43070727586746216,
0.5574643611907959,
0.5845383405685425,... |
Upsert attempts an insert using an executor, and does an update or ignore on conflict. See boil.Columns documentation for how to properly use updateColumns and insertColumns. | [
-0.5719581246376038,
0.6307454705238342,
0.6554537415504456,
0.25923073291778564,
0.3120821416378021,
-0.5799899101257324,
0.007849309593439102,
-0.19915184378623962,
0.03538217768073082,
-0.18814586102962494,
-0.4555138349533081,
-0.7783808708190918,
-0.23290079832077026,
-0.3719234764575... |
Delete deletes a single Utxo record with an executor. Delete will match against the primary key column to find the record to delete. | [
0.7590218782424927,
1.2372194528579712,
0.5457901358604431,
0.2045297622680664,
0.4328688681125641,
-0.6269918084144592,
-0.05220220610499382,
1.2381178140640259,
-0.4182315468788147,
0.6556549072265625,
0.14058373868465424,
-0.5452672839164734,
0.25351980328559875,
-0.9415018558502197,
... |
DeleteAll deletes all matching rows. | [
1.013269305229187,
0.04134328290820122,
0.46319150924682617,
1.399465799331665,
0.08228280395269394,
-0.17907719314098358,
-0.21892933547496796,
1.0347155332565308,
0.15563300251960754,
-0.2893642485141754,
0.32669597864151,
0.09649976342916489,
0.3963436782360077,
0.5301483273506165,
-1... |
DeleteAll deletes all rows in the slice, using an executor. | [
0.8838901519775391,
0.2608638107776642,
0.5560837984085083,
1.0936100482940674,
0.43459489941596985,
-1.1008872985839844,
-0.28883442282676697,
0.7411909103393555,
0.2650167644023895,
0.13472552597522736,
0.13939379155635834,
0.4274996221065521,
0.8329962491989136,
1.1585320234298706,
-0... |
Reload refetches the object from the database using the primary keys with an executor. | [
-0.04394125938415527,
0.296069860458374,
0.19044305384159088,
0.007152943406254053,
0.2689580023288727,
-0.8894346356391907,
-0.19813987612724304,
-0.25844770669937134,
-0.22358350455760956,
0.16414283215999603,
0.15711411833763123,
-0.29832595586776733,
0.4988396167755127,
-0.335705250501... |
ReloadAll refetches every row with matching primary key column values and overwrites the original object slice with the newly updated slice. | [
-0.7613441944122314,
-0.8981282711029053,
0.4441913664340973,
1.3946715593338013,
-0.5761889219284058,
0.09895224869251251,
-0.8818656802177429,
-0.4006460905075073,
0.013469241559505463,
0.6154564023017883,
0.08709217607975006,
0.4922166168689728,
0.26691335439682007,
0.3320617079734802,
... |
UtxoExists checks if the Utxo row exists. | [
-0.5863628387451172,
0.8139930367469788,
0.39558395743370056,
-0.3649176359176636,
0.3251943290233612,
-0.16021457314491272,
-1.3974213600158691,
0.8714669346809387,
0.00298066227696836,
0.716998815536499,
0.14688925445079803,
-1.2706372737884521,
0.998843789100647,
-1.1875946521759033,
... |
set up the basic data structures | [
0.1408068984746933,
0.860689103603363,
0.30470702052116394,
-0.04588394984602928,
0.387808620929718,
0.7909104228019714,
0.12464769929647446,
-0.4720093607902527,
0.30442795157432556,
-0.4338739514350891,
-1.1011855602264404,
-0.6992263793945312,
-0.05389012023806572,
-0.10738418996334076,... |
initialize the internal solver, as well as the Modifiers | [
-1.3449985980987549,
-0.22314682602882385,
0.2117573767900467,
-0.026837589219212532,
0.528661847114563,
-0.7876071333885193,
0.5592808723449707,
0.4770672619342804,
0.5400633811950684,
-0.8867384195327759,
-1.0181565284729004,
-0.1853780597448349,
-0.17842192947864532,
1.0418741703033447,... |
write out the location state of the internal system as a JSON string | [
-1.3954988718032837,
-2.5636837482452393,
0.3729693293571472,
-0.9852539896965027,
-0.7118608951568604,
-0.43005210161209106,
0.4236248731613159,
-0.7690685987472534,
0.23872710764408112,
-0.043939072638750076,
-0.26330724358558655,
-0.098021499812603,
0.3203223943710327,
0.047176592051982... |
ReportText returns a computed Metrics struct as aligned, formatted text | [
0.6988226175308228,
-0.1651962250471115,
0.5240548849105835,
-0.6707786321640015,
-0.4785504937171936,
-0.061028771102428436,
0.12532806396484375,
-0.6383577585220337,
-0.08938215672969818,
0.23951826989650726,
0.705115556716919,
-0.7630252838134766,
-0.6533776521682739,
-0.262877583503723... |
ReportJSON writes a computed Metrics struct to as JSON | [
-0.7392279505729675,
-0.5381041765213013,
0.13833604753017426,
-0.4215736985206604,
-0.01729242131114006,
-0.19571755826473236,
1.4316712617874146,
-0.5697547793388367,
-0.065428227186203,
-0.17875780165195465,
-1.3501176834106445,
-0.1388709992170334,
0.757728099822998,
0.1559246778488159... |
ReportPlot builds up a self contained HTML page with an interactive plot of the latencies of the requests. Built with | [
1.6355665922164917,
1.4302701950073242,
0.3227071166038513,
-0.14893460273742676,
-0.33655643463134766,
0.2912164330482483,
1.1587657928466797,
0.07094521820545197,
-0.286239892244339,
-0.5115375518798828,
1.4361753463745117,
-0.48713621497154236,
-0.4957624077796936,
-0.19025516510009766,... |
Validate validates the GoaExampleClient media type instance. | [
0.5494310259819031,
-0.1325366050004959,
0.1371670514345169,
-0.5612760782241821,
-0.4885077476501465,
0.12355833500623703,
0.3589201867580414,
-0.6419447064399719,
-0.5866299271583557,
0.4231179654598236,
-0.3924635648727417,
0.5849865078926086,
-0.7314114570617676,
0.8132295608520508,
... |
GetAfterDateString dlf GetTodayDateString() + days | [
0.08446881920099258,
-0.4816787540912628,
0.35764166712760925,
-0.8968742489814758,
-1.3533403873443604,
0.24615022540092468,
-0.4847780466079712,
-0.22574986517429352,
0.10272131115198135,
-1.5861917734146118,
0.25714075565338135,
-0.0475345104932785,
0.46305784583091736,
-0.3297356665134... |
Handle adds a new websocket to the hub It will block until the client either stops responding or closes the connection. | [
0.6690423488616943,
0.48370498418807983,
0.5194593667984009,
0.3671285808086395,
0.7748881578445435,
0.6112461090087891,
0.2320123165845871,
-0.900040864944458,
0.5824798345565796,
-1.4412174224853516,
-0.2149021476507187,
-0.22299116849899292,
-1.710969090461731,
-0.06703314930200577,
0... |
drainEvents reads from w.Events and blocks until the channel has been silent for at least 50 ms. | [
0.6242352724075317,
-0.3567643463611603,
0.4388991892337799,
-0.8472892642021179,
-0.0693269670009613,
-0.21685552597045898,
0.7192270755767822,
-0.8156355023384094,
0.9543574452400208,
-0.9511553645133972,
0.38363170623779297,
0.3169737458229065,
-1.2400703430175781,
-0.7044363617897034,
... |
Expects the file to never get renamed/truncated or deleted | [
0.26253965497016907,
0.2757002115249634,
0.24396789073944092,
-0.07807193696498871,
-0.06790605187416077,
0.45064735412597656,
0.05751752853393555,
-0.25290918350219727,
0.03993918374180794,
-0.8204904198646545,
-0.16291692852973938,
0.07123693078756332,
0.26495814323425293,
0.356970489025... |
NewChpRegistry creates a new instance of ChpRegistry, bound to a specific deployed contract. | [
0.4488760530948639,
0.32527458667755127,
0.15094709396362305,
0.7420777678489685,
0.22075155377388,
0.08215081691741943,
-0.21297228336334229,
0.1393767148256302,
-0.1684279590845108,
0.22262781858444214,
-1.0544812679290771,
0.5456801652908325,
-0.4760514199733734,
-0.19682259857654572,
... |
NewChpRegistryCaller creates a new readonly instance of ChpRegistry, bound to a specific deployed contract. | [
0.05272774398326874,
0.5530915260314941,
0.1445736140012741,
0.7422389388084412,
-0.06429751962423325,
0.02761044166982174,
0.10526789724826813,
0.43791136145591736,
-0.09009797871112823,
0.4626852571964264,
-0.8067671060562134,
0.34870582818984985,
-0.4088660478591919,
0.1028861477971077,... |
NewChpRegistryTransactor creates a new writeonly instance of ChpRegistry, bound to a specific deployed contract. | [
0.25882798433303833,
0.44758644700050354,
0.07876566797494888,
0.6696086525917053,
0.25582316517829895,
-0.11828148365020752,
0.8351020812988281,
0.8693898320198059,
-0.46601754426956177,
0.4033757150173187,
-1.6523690223693848,
0.1550092250108719,
-0.4170602560043335,
-0.6589419841766357,... |
NewChpRegistryFilterer creates a new log filterer instance of ChpRegistry, bound to a specific deployed contract. | [
0.20078112185001373,
0.45018234848976135,
0.2934075891971588,
0.7081926465034485,
-0.1623561829328537,
-0.22028668224811554,
-0.15361160039901733,
0.9436779022216797,
-0.38388702273368835,
0.03636462613940239,
-0.9717049598693848,
0.9801791906356812,
-0.4971754848957062,
0.0441242046654224... |
bindChpRegistry binds a generic wrapper to an already deployed contract. | [
-0.31756114959716797,
-0.01690259575843811,
0.23427298665046692,
0.9966347217559814,
0.5861200094223022,
0.89267897605896,
-0.753250241279602,
0.3965808153152466,
0.1608927845954895,
0.29833972454071045,
-0.4458337426185608,
1.5505729913711548,
0.32075273990631104,
0.12765377759933472,
1... |
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns. | [
-0.9412320256233215,
0.6259207725524902,
0.6227525472640991,
0.6130356192588806,
-0.1976773738861084,
-0.09427223354578018,
-0.14516647160053253,
-0.8976485729217529,
-0.2381589710712433,
0.4644817113876343,
0.015271169133484364,
-0.11453646421432495,
-0.4531133770942688,
0.320629119873046... |
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available. | [
0.1339930295944214,
1.2769562005996704,
0.30292418599128723,
0.6126886606216431,
0.2579561769962311,
-0.31472012400627136,
0.4992690086364746,
-0.46546539664268494,
0.057576343417167664,
-0.5881540775299072,
-0.9514779448509216,
-0.5785369873046875,
-0.11258409917354584,
0.1729046702384948... |
Transact invokes the (paid) contract method with params as input values. | [
-0.006260404828935862,
-0.006815294269472361,
0.2360265552997589,
0.2867540121078491,
0.4991855025291443,
-0.23688796162605286,
0.7000946402549744,
-0.42108479142189026,
0.009063661098480225,
0.31028246879577637,
0.20036326348781586,
0.0761607438325882,
0.20118950307369232,
0.7285894155502... |
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns. | [
-0.9412320256233215,
0.6259207725524902,
0.6227525472640991,
0.6130356192588806,
-0.1976773738861084,
-0.09427223354578018,
-0.14516647160053253,
-0.8976485729217529,
-0.2381589710712433,
0.4644817113876343,
0.015271169133484364,
-0.11453646421432495,
-0.4531133770942688,
0.320629119873046... |
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available. | [
0.1339930295944214,
1.2769562005996704,
0.30292418599128723,
0.6126886606216431,
0.2579561769962311,
-0.31472012400627136,
0.4992690086364746,
-0.46546539664268494,
0.057576343417167664,
-0.5881540775299072,
-0.9514779448509216,
-0.5785369873046875,
-0.11258409917354584,
0.1729046702384948... |
Transact invokes the (paid) contract method with params as input values. | [
-0.006260404828935862,
-0.006815294269472361,
0.2360265552997589,
0.2867540121078491,
0.4991855025291443,
-0.23688796162605286,
0.7000946402549744,
-0.42108479142189026,
0.009063661098480225,
0.31028246879577637,
0.20036326348781586,
0.0761607438325882,
0.20118950307369232,
0.7285894155502... |
CORESTAKINGAMOUNT is a free data retrieval call binding the contract method 0xe5d0bf7d. Solidity: function CORE_STAKING_AMOUNT() constant returns(uint256) | [
-0.3961609899997711,
1.0430809259414673,
0.4859038293361664,
-0.5337086915969849,
-1.475068211555481,
0.4065956771373749,
0.4203587472438812,
-0.16095148026943207,
0.2134321928024292,
0.4882321357727051,
-0.47849082946777344,
-0.138418048620224,
-1.4658052921295166,
0.24627335369586945,
... |
CORESTAKINGAMOUNT is a free data retrieval call binding the contract method 0xe5d0bf7d. Solidity: function CORE_STAKING_AMOUNT() constant returns(uint256) | [
-0.3961609899997711,
1.0430809259414673,
0.4859038293361664,
-0.5337086915969849,
-1.475068211555481,
0.4065956771373749,
0.4203587472438812,
-0.16095148026943207,
0.2134321928024292,
0.4882321357727051,
-0.47849082946777344,
-0.138418048620224,
-1.4658052921295166,
0.24627335369586945,
... |
CORESTAKINGAMOUNT is a free data retrieval call binding the contract method 0xe5d0bf7d. Solidity: function CORE_STAKING_AMOUNT() constant returns(uint256) | [
-0.3961609899997711,
1.0430809259414673,
0.4859038293361664,
-0.5337086915969849,
-1.475068211555481,
0.4065956771373749,
0.4203587472438812,
-0.16095148026943207,
0.2134321928024292,
0.4882321357727051,
-0.47849082946777344,
-0.138418048620224,
-1.4658052921295166,
0.24627335369586945,
... |
CORESTAKINGDURATION is a free data retrieval call binding the contract method 0x7c8f3840. Solidity: function CORE_STAKING_DURATION() constant returns(uint256) | [
-0.5066190958023071,
1.514349341392517,
0.24588893353939056,
-0.43975457549095154,
-1.0407137870788574,
0.8346806764602661,
0.4714130163192749,
-0.5778623819351196,
0.2105015367269516,
0.8085234761238098,
-0.40073928236961365,
-0.15131768584251404,
-1.4179848432540894,
0.20995962619781494,... |
CORESTAKINGDURATION is a free data retrieval call binding the contract method 0x7c8f3840. Solidity: function CORE_STAKING_DURATION() constant returns(uint256) | [
-0.5066190958023071,
1.514349341392517,
0.24588893353939056,
-0.43975457549095154,
-1.0407137870788574,
0.8346806764602661,
0.4714130163192749,
-0.5778623819351196,
0.2105015367269516,
0.8085234761238098,
-0.40073928236961365,
-0.15131768584251404,
-1.4179848432540894,
0.20995962619781494,... |
CORESTAKINGDURATION is a free data retrieval call binding the contract method 0x7c8f3840. Solidity: function CORE_STAKING_DURATION() constant returns(uint256) | [
-0.5066190958023071,
1.514349341392517,
0.24588893353939056,
-0.43975457549095154,
-1.0407137870788574,
0.8346806764602661,
0.4714130163192749,
-0.5778623819351196,
0.2105015367269516,
0.8085234761238098,
-0.40073928236961365,
-0.15131768584251404,
-1.4179848432540894,
0.20995962619781494,... |
NODESTAKINGAMOUNT is a free data retrieval call binding the contract method 0xcfc635d4. Solidity: function NODE_STAKING_AMOUNT() constant returns(uint256) | [
-0.3691694736480713,
0.9963169693946838,
0.3184702396392822,
-0.6482358574867249,
-1.0669151544570923,
0.129323810338974,
-0.0002007373550441116,
-0.5860581398010254,
-0.2301897257566452,
0.023328015580773354,
-0.47344234585762024,
-0.1888955533504486,
-0.6797236204147339,
0.27840974926948... |
NODESTAKINGAMOUNT is a free data retrieval call binding the contract method 0xcfc635d4. Solidity: function NODE_STAKING_AMOUNT() constant returns(uint256) | [
-0.3691694736480713,
0.9963169693946838,
0.3184702396392822,
-0.6482358574867249,
-1.0669151544570923,
0.129323810338974,
-0.0002007373550441116,
-0.5860581398010254,
-0.2301897257566452,
0.023328015580773354,
-0.47344234585762024,
-0.1888955533504486,
-0.6797236204147339,
0.27840974926948... |
NODESTAKINGAMOUNT is a free data retrieval call binding the contract method 0xcfc635d4. Solidity: function NODE_STAKING_AMOUNT() constant returns(uint256) | [
-0.3691694736480713,
0.9963169693946838,
0.3184702396392822,
-0.6482358574867249,
-1.0669151544570923,
0.129323810338974,
-0.0002007373550441116,
-0.5860581398010254,
-0.2301897257566452,
0.023328015580773354,
-0.47344234585762024,
-0.1888955533504486,
-0.6797236204147339,
0.27840974926948... |
NODESTAKINGDURATION is a free data retrieval call binding the contract method 0xf353e749. Solidity: function NODE_STAKING_DURATION() constant returns(uint256) | [
-0.4420703649520874,
1.4305740594863892,
0.12232547253370285,
-0.5755733847618103,
-0.6541513204574585,
0.433916300535202,
0.03576212748885155,
-0.8421702980995178,
-0.32787370681762695,
0.4536593556404114,
-0.2862681746482849,
-0.25924238562583923,
-0.7297037839889526,
0.11776397377252579... |
NODESTAKINGDURATION is a free data retrieval call binding the contract method 0xf353e749. Solidity: function NODE_STAKING_DURATION() constant returns(uint256) | [
-0.4420703649520874,
1.4305740594863892,
0.12232547253370285,
-0.5755733847618103,
-0.6541513204574585,
0.433916300535202,
0.03576212748885155,
-0.8421702980995178,
-0.32787370681762695,
0.4536593556404114,
-0.2862681746482849,
-0.25924238562583923,
-0.7297037839889526,
0.11776397377252579... |
NODESTAKINGDURATION is a free data retrieval call binding the contract method 0xf353e749. Solidity: function NODE_STAKING_DURATION() constant returns(uint256) | [
-0.4420703649520874,
1.4305740594863892,
0.12232547253370285,
-0.5755733847618103,
-0.6541513204574585,
0.433916300535202,
0.03576212748885155,
-0.8421702980995178,
-0.32787370681762695,
0.4536593556404114,
-0.2862681746482849,
-0.25924238562583923,
-0.7297037839889526,
0.11776397377252579... |
AllocatedIps is a free data retrieval call binding the contract method 0x4b0624bb. Solidity: function allocatedIps(uint32 ) constant returns(bool) | [
-0.6408163905143738,
1.070514440536499,
0.7053812742233276,
-0.8671113848686218,
-0.7104288339614868,
0.7873112559318542,
0.06093330308794975,
-0.5922374725341797,
0.9834237098693848,
-0.5586029887199402,
0.7467976808547974,
-1.4890811443328857,
-0.33571726083755493,
0.11321746557950974,
... |
AllocatedIps is a free data retrieval call binding the contract method 0x4b0624bb. Solidity: function allocatedIps(uint32 ) constant returns(bool) | [
-0.6408163905143738,
1.070514440536499,
0.7053812742233276,
-0.8671113848686218,
-0.7104288339614868,
0.7873112559318542,
0.06093330308794975,
-0.5922374725341797,
0.9834237098693848,
-0.5586029887199402,
0.7467976808547974,
-1.4890811443328857,
-0.33571726083755493,
0.11321746557950974,
... |
AllocatedIps is a free data retrieval call binding the contract method 0x4b0624bb. Solidity: function allocatedIps(uint32 ) constant returns(bool) | [
-0.6408163905143738,
1.070514440536499,
0.7053812742233276,
-0.8671113848686218,
-0.7104288339614868,
0.7873112559318542,
0.06093330308794975,
-0.5922374725341797,
0.9834237098693848,
-0.5586029887199402,
0.7467976808547974,
-1.4890811443328857,
-0.33571726083755493,
0.11321746557950974,
... |
CoreApprovalSignaturesUsed is a free data retrieval call binding the contract method 0xaa58b008. Solidity: function coreApprovalSignaturesUsed(address , address ) constant returns(bool) | [
-0.25154799222946167,
0.9427115321159363,
0.5874810218811035,
-0.8123067617416382,
-1.193039894104004,
0.4298728406429291,
-0.04507170617580414,
-0.20566168427467346,
0.3762955963611603,
0.7954815030097961,
0.1285288780927658,
0.7654986381530762,
-1.082971215248108,
0.442705899477005,
0.... |
CoreApprovalSignaturesUsed is a free data retrieval call binding the contract method 0xaa58b008. Solidity: function coreApprovalSignaturesUsed(address , address ) constant returns(bool) | [
-0.25154799222946167,
0.9427115321159363,
0.5874810218811035,
-0.8123067617416382,
-1.193039894104004,
0.4298728406429291,
-0.04507170617580414,
-0.20566168427467346,
0.3762955963611603,
0.7954815030097961,
0.1285288780927658,
0.7654986381530762,
-1.082971215248108,
0.442705899477005,
0.... |
CoreApprovalSignaturesUsed is a free data retrieval call binding the contract method 0xaa58b008. Solidity: function coreApprovalSignaturesUsed(address , address ) constant returns(bool) | [
-0.25154799222946167,
0.9427115321159363,
0.5874810218811035,
-0.8123067617416382,
-1.193039894104004,
0.4298728406429291,
-0.04507170617580414,
-0.20566168427467346,
0.3762955963611603,
0.7954815030097961,
0.1285288780927658,
0.7654986381530762,
-1.082971215248108,
0.442705899477005,
0.... |
Cores is a free data retrieval call binding the contract method 0x85ad32c4. Solidity: function cores(address ) constant returns(uint32 coreIp, bool isStaked, bool isHealthy, bytes coreId, uint256 amountStaked, uint256 stakeLockedUntil) | [
-0.5256534814834595,
1.012481927871704,
0.5940729379653931,
-0.5992574691772461,
-0.3346678912639618,
-0.6224395036697388,
-0.27447080612182617,
-0.9016750454902649,
1.081041693687439,
0.8365507125854492,
-0.1508522480726242,
-0.028135214000940323,
-0.731991171836853,
0.282280296087265,
... |
Cores is a free data retrieval call binding the contract method 0x85ad32c4. Solidity: function cores(address ) constant returns(uint32 coreIp, bool isStaked, bool isHealthy, bytes coreId, uint256 amountStaked, uint256 stakeLockedUntil) | [
-0.5256534814834595,
1.012481927871704,
0.5940729379653931,
-0.5992574691772461,
-0.3346678912639618,
-0.6224395036697388,
-0.27447080612182617,
-0.9016750454902649,
1.081041693687439,
0.8365507125854492,
-0.1508522480726242,
-0.028135214000940323,
-0.731991171836853,
0.282280296087265,
... |
Cores is a free data retrieval call binding the contract method 0x85ad32c4. Solidity: function cores(address ) constant returns(uint32 coreIp, bool isStaked, bool isHealthy, bytes coreId, uint256 amountStaked, uint256 stakeLockedUntil) | [
-0.5256534814834595,
1.012481927871704,
0.5940729379653931,
-0.5992574691772461,
-0.3346678912639618,
-0.6224395036697388,
-0.27447080612182617,
-0.9016750454902649,
1.081041693687439,
0.8365507125854492,
-0.1508522480726242,
-0.028135214000940323,
-0.731991171836853,
0.282280296087265,
... |
EligibleCores is a free data retrieval call binding the contract method 0x43509b41. Solidity: function eligibleCores(address ) constant returns(bool) | [
-0.10920757800340652,
1.616129994392395,
0.7110915184020996,
-0.3349951207637787,
-0.4766218960285187,
0.7287989854812622,
-0.021089637652039528,
-0.3111494481563568,
1.1020087003707886,
0.911504328250885,
-0.28775686025619507,
0.060379352420568466,
-0.9328125715255737,
0.15215559303760529... |
EligibleCores is a free data retrieval call binding the contract method 0x43509b41. Solidity: function eligibleCores(address ) constant returns(bool) | [
-0.10920757800340652,
1.616129994392395,
0.7110915184020996,
-0.3349951207637787,
-0.4766218960285187,
0.7287989854812622,
-0.021089637652039528,
-0.3111494481563568,
1.1020087003707886,
0.911504328250885,
-0.28775686025619507,
0.060379352420568466,
-0.9328125715255737,
0.15215559303760529... |
EligibleCores is a free data retrieval call binding the contract method 0x43509b41. Solidity: function eligibleCores(address ) constant returns(bool) | [
-0.10920757800340652,
1.616129994392395,
0.7110915184020996,
-0.3349951207637787,
-0.4766218960285187,
0.7287989854812622,
-0.021089637652039528,
-0.3111494481563568,
1.1020087003707886,
0.911504328250885,
-0.28775686025619507,
0.060379352420568466,
-0.9328125715255737,
0.15215559303760529... |
IsHealthyCore is a free data retrieval call binding the contract method 0x9273cce8. Solidity: function isHealthyCore(address _address) constant returns(bool) | [
0.31379562616348267,
0.8257947564125061,
0.7946116328239441,
-0.10999443382024765,
-0.15644200146198273,
0.00033136457204818726,
-0.5589830875396729,
-0.5697742104530334,
1.2584280967712402,
0.8312369585037231,
0.003243749961256981,
0.3293568193912506,
-0.9848203063011169,
0.25319722294807... |
IsHealthyCore is a free data retrieval call binding the contract method 0x9273cce8. Solidity: function isHealthyCore(address _address) constant returns(bool) | [
0.31379562616348267,
0.8257947564125061,
0.7946116328239441,
-0.10999443382024765,
-0.15644200146198273,
0.00033136457204818726,
-0.5589830875396729,
-0.5697742104530334,
1.2584280967712402,
0.8312369585037231,
0.003243749961256981,
0.3293568193912506,
-0.9848203063011169,
0.25319722294807... |
IsHealthyCore is a free data retrieval call binding the contract method 0x9273cce8. Solidity: function isHealthyCore(address _address) constant returns(bool) | [
0.31379562616348267,
0.8257947564125061,
0.7946116328239441,
-0.10999443382024765,
-0.15644200146198273,
0.00033136457204818726,
-0.5589830875396729,
-0.5697742104530334,
1.2584280967712402,
0.8312369585037231,
0.003243749961256981,
0.3293568193912506,
-0.9848203063011169,
0.25319722294807... |
IsOwner is a free data retrieval call binding the contract method 0x8f32d59b. Solidity: function isOwner() constant returns(bool) | [
-0.016876524314284325,
0.7115307450294495,
0.42255255579948425,
0.8411344885826111,
-0.47966447472572327,
0.6761256456375122,
0.08800161629915237,
-0.9472564458847046,
0.9310983419418335,
-0.3449040353298187,
-0.053988367319107056,
-0.0594048909842968,
-0.7287322282791138,
-0.5001704096794... |
IsOwner is a free data retrieval call binding the contract method 0x8f32d59b. Solidity: function isOwner() constant returns(bool) | [
-0.016876524314284325,
0.7115307450294495,
0.42255255579948425,
0.8411344885826111,
-0.47966447472572327,
0.6761256456375122,
0.08800161629915237,
-0.9472564458847046,
0.9310983419418335,
-0.3449040353298187,
-0.053988367319107056,
-0.0594048909842968,
-0.7287322282791138,
-0.5001704096794... |
IsOwner is a free data retrieval call binding the contract method 0x8f32d59b. Solidity: function isOwner() constant returns(bool) | [
-0.016876524314284325,
0.7115307450294495,
0.42255255579948425,
0.8411344885826111,
-0.47966447472572327,
0.6761256456375122,
0.08800161629915237,
-0.9472564458847046,
0.9310983419418335,
-0.3449040353298187,
-0.053988367319107056,
-0.0594048909842968,
-0.7287322282791138,
-0.5001704096794... |
IsPauser is a free data retrieval call binding the contract method 0x46fbf68e. Solidity: function isPauser(address account) constant returns(bool) | [
-0.49871641397476196,
1.422410011291504,
0.49782875180244446,
0.19634407758712769,
-0.9550248980522156,
0.5347999334335327,
0.07907751947641373,
-0.17626971006393433,
1.97942316532135,
0.2698688507080078,
-0.344275563955307,
-0.10045946389436722,
-0.7500903010368347,
-0.629259467124939,
... |
IsPauser is a free data retrieval call binding the contract method 0x46fbf68e. Solidity: function isPauser(address account) constant returns(bool) | [
-0.49871641397476196,
1.422410011291504,
0.49782875180244446,
0.19634407758712769,
-0.9550248980522156,
0.5347999334335327,
0.07907751947641373,
-0.17626971006393433,
1.97942316532135,
0.2698688507080078,
-0.344275563955307,
-0.10045946389436722,
-0.7500903010368347,
-0.629259467124939,
... |
IsPauser is a free data retrieval call binding the contract method 0x46fbf68e. Solidity: function isPauser(address account) constant returns(bool) | [
-0.49871641397476196,
1.422410011291504,
0.49782875180244446,
0.19634407758712769,
-0.9550248980522156,
0.5347999334335327,
0.07907751947641373,
-0.17626971006393433,
1.97942316532135,
0.2698688507080078,
-0.344275563955307,
-0.10045946389436722,
-0.7500903010368347,
-0.629259467124939,
... |
Name is a free data retrieval call binding the contract method 0x06fdde03. Solidity: function name() constant returns(string) | [
-0.36240267753601074,
0.5907532572746277,
0.6398289203643799,
-0.7039296627044678,
-0.941311240196228,
0.5700252652168274,
-0.38397517800331116,
-0.8245332837104797,
0.5608893632888794,
0.6939806342124939,
-0.17058511078357697,
-0.5551886558532715,
-0.4249359667301178,
0.21794109046459198,... |
Name is a free data retrieval call binding the contract method 0x06fdde03. Solidity: function name() constant returns(string) | [
-0.36240267753601074,
0.5907532572746277,
0.6398289203643799,
-0.7039296627044678,
-0.941311240196228,
0.5700252652168274,
-0.38397517800331116,
-0.8245332837104797,
0.5608893632888794,
0.6939806342124939,
-0.17058511078357697,
-0.5551886558532715,
-0.4249359667301178,
0.21794109046459198,... |
Name is a free data retrieval call binding the contract method 0x06fdde03. Solidity: function name() constant returns(string) | [
-0.36240267753601074,
0.5907532572746277,
0.6398289203643799,
-0.7039296627044678,
-0.941311240196228,
0.5700252652168274,
-0.38397517800331116,
-0.8245332837104797,
0.5608893632888794,
0.6939806342124939,
-0.17058511078357697,
-0.5551886558532715,
-0.4249359667301178,
0.21794109046459198,... |
Nodes is a free data retrieval call binding the contract method 0x189a5a17. Solidity: function nodes(address ) constant returns(uint32 nodeIp, address rewardsAddr, bool isStaked, uint256 amountStaked, uint256 stakeLockedUntil) | [
-0.49134474992752075,
1.1805578470230103,
0.3838774859905243,
-1.2254281044006348,
0.12456917762756348,
-0.6758577823638916,
-0.1793663650751114,
-0.64287269115448,
0.7753536701202393,
0.40231433510780334,
0.06551554054021835,
0.1996784508228302,
0.1972290724515915,
-0.4687880873680115,
... |
Nodes is a free data retrieval call binding the contract method 0x189a5a17. Solidity: function nodes(address ) constant returns(uint32 nodeIp, address rewardsAddr, bool isStaked, uint256 amountStaked, uint256 stakeLockedUntil) | [
-0.49134474992752075,
1.1805578470230103,
0.3838774859905243,
-1.2254281044006348,
0.12456917762756348,
-0.6758577823638916,
-0.1793663650751114,
-0.64287269115448,
0.7753536701202393,
0.40231433510780334,
0.06551554054021835,
0.1996784508228302,
0.1972290724515915,
-0.4687880873680115,
... |
Nodes is a free data retrieval call binding the contract method 0x189a5a17. Solidity: function nodes(address ) constant returns(uint32 nodeIp, address rewardsAddr, bool isStaked, uint256 amountStaked, uint256 stakeLockedUntil) | [
-0.49134474992752075,
1.1805578470230103,
0.3838774859905243,
-1.2254281044006348,
0.12456917762756348,
-0.6758577823638916,
-0.1793663650751114,
-0.64287269115448,
0.7753536701202393,
0.40231433510780334,
0.06551554054021835,
0.1996784508228302,
0.1972290724515915,
-0.4687880873680115,
... |
Owner is a free data retrieval call binding the contract method 0x8da5cb5b. Solidity: function owner() constant returns(address) | [
-0.19718384742736816,
0.6534526348114014,
0.31101441383361816,
0.3895922303199768,
-0.5285873413085938,
0.2120206654071808,
0.5626156330108643,
-1.1696749925613403,
0.7947856187820435,
-0.5991193652153015,
-0.23741677403450012,
0.36414676904678345,
-0.6647301912307739,
-0.860393762588501,
... |
Owner is a free data retrieval call binding the contract method 0x8da5cb5b. Solidity: function owner() constant returns(address) | [
-0.19718384742736816,
0.6534526348114014,
0.31101441383361816,
0.3895922303199768,
-0.5285873413085938,
0.2120206654071808,
0.5626156330108643,
-1.1696749925613403,
0.7947856187820435,
-0.5991193652153015,
-0.23741677403450012,
0.36414676904678345,
-0.6647301912307739,
-0.860393762588501,
... |
Owner is a free data retrieval call binding the contract method 0x8da5cb5b. Solidity: function owner() constant returns(address) | [
-0.19718384742736816,
0.6534526348114014,
0.31101441383361816,
0.3895922303199768,
-0.5285873413085938,
0.2120206654071808,
0.5626156330108643,
-1.1696749925613403,
0.7947856187820435,
-0.5991193652153015,
-0.23741677403450012,
0.36414676904678345,
-0.6647301912307739,
-0.860393762588501,
... |
Paused is a free data retrieval call binding the contract method 0x5c975abb. Solidity: function paused() constant returns(bool) | [
-0.14870302379131317,
1.1787041425704956,
0.3766014277935028,
-0.4012880027294159,
0.4501795470714569,
0.6039575338363647,
-0.4401679039001465,
-0.881015956401825,
0.7657555341720581,
-0.07618138194084167,
-0.6537007689476013,
-0.682805061340332,
-1.3283833265304565,
-0.7847800850868225,
... |
Paused is a free data retrieval call binding the contract method 0x5c975abb. Solidity: function paused() constant returns(bool) | [
-0.14870302379131317,
1.1787041425704956,
0.3766014277935028,
-0.4012880027294159,
0.4501795470714569,
0.6039575338363647,
-0.4401679039001465,
-0.881015956401825,
0.7657555341720581,
-0.07618138194084167,
-0.6537007689476013,
-0.682805061340332,
-1.3283833265304565,
-0.7847800850868225,
... |
Paused is a free data retrieval call binding the contract method 0x5c975abb. Solidity: function paused() constant returns(bool) | [
-0.14870302379131317,
1.1787041425704956,
0.3766014277935028,
-0.4012880027294159,
0.4501795470714569,
0.6039575338363647,
-0.4401679039001465,
-0.881015956401825,
0.7657555341720581,
-0.07618138194084167,
-0.6537007689476013,
-0.682805061340332,
-1.3283833265304565,
-0.7847800850868225,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.