text stringlengths 7 2.39k | embedding listlengths 768 768 |
|---|---|
StorePointer writes ptr to the target pointer index. Pointers are stored in a separate address space and can only be loaded using PointerIndex values. | [
-0.5938351154327393,
-0.7559078335762024,
0.24121883511543274,
-0.5681436657905579,
0.08270770311355591,
0.8858342170715332,
0.2999694347381592,
-0.9842339754104614,
0.7187773585319519,
0.06677383184432983,
0.5619272589683533,
0.6747831106185913,
-0.4728473424911499,
0.10911113023757935,
... |
Strcpy pops the source address then the target address from the top of the stack, and then copies at most maxCount1 bytes from source to target. If maxCount is greater than the source string length, then the target will be padded with 0s. The destination buffer will always be 0terminated. | [
-0.19215647876262665,
0.04254480451345444,
0.6486939191818237,
0.15887051820755005,
-0.7617188692092896,
0.14771145582199097,
-0.3635733425617218,
0.0837768167257309,
-0.4218168556690216,
0.881587564945221,
0.8784489631652832,
0.6717442870140076,
0.03918538987636566,
-1.198485016822815,
... |
Post posts size bytes from addr to the decoder d. The decoder d must consume all size bytes before returning; failure to do this will corrupt all subsequent postbacks. | [
0.31848224997520447,
0.797227144241333,
0.49637582898139954,
-0.41319695115089417,
-1.152086853981018,
-0.28357023000717163,
0.1028602123260498,
-0.623685896396637,
0.4934612810611725,
-0.559082567691803,
-0.69853276014328,
-0.2573489248752594,
-0.3039246201515198,
0.879029393196106,
0.3... |
Push pushes val to the top of the stack. | [
-0.16555339097976685,
1.8695944547653198,
0.56553715467453,
0.22505538165569305,
-0.40824005007743835,
0.02893284521996975,
-0.5538171529769897,
-1.1399484872817993,
0.2656641900539398,
0.7754292488098145,
-0.021182239055633545,
0.9064874649047852,
0.04833252727985382,
0.5425602197647095,
... |
Sub pops the value from top of stack, substracts by num and pushes back the result to the top of the stack. | [
0.19879771769046783,
1.580793857574463,
0.6193290948867798,
1.1390479803085327,
-1.0873644351959229,
-0.30493780970573425,
0.978314995765686,
-0.10744088888168335,
-0.2691821753978729,
0.12857495248317719,
-0.4286783039569855,
-0.17351296544075012,
-0.6458824872970581,
-0.6641613841056824,... |
JumpLabel adds a jump label to the instructions so that later can jump to that label and start execution from this label. | [
0.03614730387926102,
0.24012641608715057,
0.6300640106201172,
0.047823715955019,
0.024473780766129494,
1.3934612274169922,
-0.31279829144477844,
-0.5210133194923401,
0.5904983282089233,
0.1776721179485321,
0.19694630801677704,
0.11581487208604813,
-0.17660991847515106,
-0.3403656780719757,... |
JumpNZ jumps to the instruction specified label if the value on top of the stack is not zero. Otherwise it will be be a Nop. | [
-0.20497483015060425,
0.6699770092964172,
0.6535690426826477,
1.510185718536377,
0.1853431612253189,
0.307325154542923,
0.584948718547821,
-0.7825663685798645,
0.4437147378921509,
0.40990883111953735,
0.7200044393539429,
0.07885397970676422,
-0.4461348354816437,
0.05080437287688255,
0.30... |
JumpZ jumps to the instruction specified label if the value on top of the stack is zero. Otherwise it will be be a Nop. | [
-0.22981679439544678,
0.6530002951622009,
0.5781863331794739,
1.376207709312439,
0.15712104737758636,
0.1357523798942566,
0.5445272326469421,
-0.5084637999534607,
0.43013548851013184,
0.35200127959251404,
0.6240700483322144,
-0.011486695148050785,
-0.6145588755607605,
0.02549038454890251,
... |
Notification asks the GAPIR to stream back the size bytes from addr. The |ID| will be sent back as well to help identify which reader will process the notification. A Notification reader must be registered to read the data the from the stream. | [
0.6579263806343079,
0.5682598948478699,
0.5755530595779419,
-0.2481096237897873,
-0.1556786149740219,
-0.5609444379806519,
0.709729015827179,
-0.4234412908554077,
0.7339091300964355,
-0.2573743462562561,
-0.9000890254974365,
0.8873611092567444,
0.009624921716749668,
-0.25620144605636597,
... |
Pop removes the top count values from the top of the stack. | [
0.38282594084739685,
0.6087522506713867,
0.5236796140670776,
0.3136328160762787,
-0.1279544085264206,
0.7135623097419739,
1.121877670288086,
-0.05496121570467949,
-0.6171776652336121,
0.23473313450813293,
0.4342394173145294,
-0.5547127723693848,
-0.05270080640912056,
-0.27082833647727966,
... |
ReserveMemory adds rng as a memory range that needs allocating for replay. | [
-0.48383828997612,
0.2453005611896515,
0.2600533366203308,
-1.062760353088379,
0.4368080496788025,
0.44089093804359436,
-0.26453521847724915,
-0.32639697194099426,
0.9425072073936462,
-0.7947405576705933,
-0.5655074715614319,
0.5052564740180969,
-0.5196774005889893,
-0.26639679074287415,
... |
GetMappedTarget gets current mapped memory's target address pointer in the builder. The input |ptr| is the start of the mapped memory range. Returns the target address on success and error otherwise. | [
-1.216477870941162,
-0.6957535147666931,
0.633487343788147,
0.48022177815437317,
-0.6275025010108948,
0.249619260430336,
0.8571746349334717,
-0.7201443314552307,
1.1086708307266235,
-0.9181235432624817,
0.8219459652900696,
1.2614825963974,
-0.16311781108379364,
-0.5636938214302063,
-0.46... |
MapMemory maps the memory range rng relative to the absolute pointer that is on the top of the stack. Any ObservedPointers that are used while the pointer is mapped will be automatically adjusted to the remapped address. The mapped memory range can be unmapped with a call to UnmapMemory. | [
-0.6814696788787842,
-0.6643981337547302,
0.715460479259491,
-0.18740464746952057,
-0.4459671974182129,
0.5201937556266785,
0.3790915608406067,
-0.3526930510997772,
0.9022269248962402,
-0.022975459694862366,
-0.13487185537815094,
0.6568489074707031,
-0.07060405611991882,
0.1928094476461410... |
UnmapMemory unmaps the memory range rng that was previously mapped with a call to MapMemory. If the memory range is not exactly a range previously mapped with a call to MapMemory then this function panics. | [
-0.2889755666255951,
-0.04662298038601875,
0.5543440580368042,
-0.08883951604366302,
-0.7158220410346985,
0.36327460408210754,
0.011930692940950394,
-0.5011518597602844,
0.8178974986076355,
-0.27336227893829346,
0.3920964002609253,
0.21940740942955017,
-0.7699615359306335,
-0.0873859971761... |
Write fills the memory range in capture addressspace rng with the data of resourceID. | [
-0.9665126800537109,
-0.39892423152923584,
0.07216263562440872,
-0.9983910322189331,
0.5440177917480469,
0.2520543038845062,
0.17650488018989563,
-1.0146119594573975,
1.6853625774383545,
-0.11292558163404465,
0.05756843835115433,
0.48126348853111267,
0.03756124526262283,
1.5189319849014282... |
GetNotificationID returns the next available notification ID that identifies a notification. | [
0.4003039002418518,
0.21739184856414795,
0.3742918074131012,
0.7535697221755981,
0.055485572665929794,
0.3292137384414673,
0.7502084970474243,
-0.2553161382675171,
0.9968945980072021,
0.36899346113204956,
-0.41967347264289856,
0.039814528077840805,
-0.21957756578922272,
-0.1091774553060531... |
RegisterNotificationReader registers a notification reader for a specific notificationID. Returns error if the notificationID has already been registered. | [
-0.28341159224510193,
0.13775822520256042,
0.15030935406684875,
0.4638381600379944,
0.49229586124420166,
-0.02298399619758129,
-0.4211001992225647,
-0.7247470021247864,
-0.06477995216846466,
0.2377864122390747,
-0.31597205996513367,
0.627903938293457,
0.2900220453739166,
0.2898931205272674... |
RegisterReplayStatusReader create and register a NotificationReader, which is used to decode and handle replay status information sent from GAPIR. | [
0.1247575581073761,
-0.10422644764184952,
0.4226742386817932,
0.11226362735033035,
0.00491161085665226,
-0.0877125933766365,
-0.0765431821346283,
0.40683719515800476,
-0.27878400683403015,
-0.30618077516555786,
-0.9489612579345703,
1.4248132705688477,
0.41130226850509644,
-0.30734181404113... |
Export compiles the replay instructions, returning a Payload that can be sent to the replay virtualmachine. | [
0.02130669727921486,
-0.4995066523551941,
0.39653632044792175,
0.12975890934467316,
-0.9640313386917114,
-1.0814815759658813,
-0.266713410615921,
-0.40593039989471436,
0.12350820749998093,
0.5191977620124817,
-0.9441301226615906,
1.0803766250610352,
-0.22563865780830383,
-0.476482152938842... |
Build compiles the replay instructions, returning a Payload that can be sent to the replay virtualmachine and a PostDataHandler for interpreting the responses. | [
0.14120034873485565,
-0.864439845085144,
0.27101996541023254,
-0.13737347722053528,
-0.117466039955616,
-0.40605905652046204,
-0.0047925603576004505,
0.13838933408260345,
-0.24299272894859314,
-0.5775518417358398,
-0.7196073532104492,
0.34622281789779663,
-0.1742757260799408,
-0.5580939054... |
ResolveTemporaryPointer implements the PointerResolver interface method in the replay/value package. TODO: REMOVE | [
-0.06889693439006805,
-0.9879657030105591,
0.5692281723022461,
-0.4206254184246063,
0.2262256145477295,
-0.6289541721343994,
0.43519100546836853,
-0.232735738158226,
0.21460288763046265,
0.5786292552947998,
0.0960194543004036,
-0.1977546662092209,
-0.6432410478591919,
-0.27844756841659546,... |
ResolveObservedPointer implements the PointerResolver interface method in the replay/value package. | [
0.30010098218917847,
-0.8058617115020752,
0.7882013916969299,
-0.08321288228034973,
0.1591910421848297,
-0.217438742518425,
0.7583296895027161,
-0.409248948097229,
0.03658484295010567,
0.38354557752609253,
-0.12172869592905045,
0.059530582278966904,
0.12109589576721191,
0.04157327115535736... |
ParseQuery parse url query string | [
0.4921455979347229,
-0.12463712692260742,
0.11973752826452255,
-0.08972501009702682,
-0.08979474753141403,
-0.10917272418737411,
-1.330457091331482,
0.44844070076942444,
0.20308558642864227,
-0.5395528078079224,
0.35000941157341003,
-0.5740121006965637,
-0.10318360477685928,
0.379247277975... |
Paginate request paginate build | [
-1.0345008373260498,
-0.9976183176040649,
0.2876071035861969,
0.6112547516822815,
0.8068378567695618,
-1.0855202674865723,
0.42540404200553894,
0.35339242219924927,
-0.47585421800613403,
-0.03975561261177063,
1.0643657445907593,
-0.6985952258110046,
-0.2298191338777542,
0.2252964973449707,... |
JSONBody parse given model request body | [
-1.405253291130066,
-0.3501438498497009,
0.3742465376853943,
0.39273351430892944,
-0.14279265701770782,
-0.00006869766366435215,
-1.0249119997024536,
-1.4989902973175049,
0.09450864046812057,
0.1705554574728012,
-1.019604206085205,
-0.709632933139801,
0.25196322798728943,
0.635895550251007... |
JSONResponse building json response | [
-1.0087528228759766,
-1.7831382751464844,
0.35456734895706177,
-0.49071067571640015,
-1.1249138116836548,
-1.5973713397979736,
-0.050864752382040024,
0.32381224632263184,
1.1141108274459839,
-0.11120767146348953,
-1.584952712059021,
-0.5699594616889954,
-0.051017679274082184,
-0.7231657505... |
see if the type implements the stringer, ex. an enum. | [
-1.0085828304290771,
-0.2028706967830658,
0.7314889430999756,
-0.39313843846321106,
-0.24624492228031158,
0.28720611333847046,
-0.3411073684692383,
-0.6815683841705322,
0.3868009150028229,
0.5825240612030029,
-0.2502713203430176,
0.7755725383758545,
-1.3433685302734375,
0.5259978175163269,... |
Registers a function capable of creating a new Module instance. | [
-1.1557549238204956,
-0.024799374863505363,
0.27994418144226074,
-0.12827855348587036,
1.0017387866973877,
0.5788072347640991,
-0.31579503417015076,
-0.5130894780158997,
-0.8851519823074341,
-0.6608535647392273,
-1.2248741388320923,
1.334263801574707,
0.42176273465156555,
0.483757644891738... |
VerifyDnsResourceRecordUpdate is used to export the verifyDnsResourceRecordUpdate result back to the caller. | [
0.6267908215522766,
-1.274680256843567,
0.26024559140205383,
0.36157840490341187,
-1.1201971769332886,
-0.005954007618129253,
0.2425754815340042,
-0.8910019397735596,
1.1335980892181396,
-0.07265030592679977,
-0.6741083860397339,
0.15713362395763397,
-0.2960902452468872,
-0.563922107219696... |
verifyDnsResourceRecordUpdate will wait the waitTimePeriodDnsPropogationCheck and then check if the DNS changes have propagated | [
0.6725398302078247,
-0.04950467124581337,
0.2509913146495819,
0.9396644234657288,
-0.27760130167007446,
0.3446106016635895,
0.1355523020029068,
-0.06076756492257118,
1.2378507852554321,
-0.22110000252723694,
0.12708483636379242,
0.24458575248718262,
0.12164361029863358,
-0.1336258500814438... |
ValidateResourceRecordUpdatesUsingCloudflareDNS contacts cloudflareDnsOverHttpsEndpoint and validates the json response. | [
0.5439675450325012,
-0.3374040722846985,
0.11790972203016281,
0.15069127082824707,
-0.2666432559490204,
0.028091298416256905,
0.30499815940856934,
-1.0957825183868408,
-0.095035620033741,
0.388173371553421,
-0.6507712602615356,
-1.0700007677078247,
0.15388210117816925,
0.6562805771827698,
... |
ApplyUserModeChanges applies the given changes, and returns the applied changes. `oper` is the operclass of the client gaining +o, when applicable (this is just to confirm that the client actually has a valid operclass) | [
-0.7771007418632507,
-0.3188740909099579,
0.518809974193573,
0.7450928688049316,
-1.059422492980957,
0.6717171669006348,
0.3277410566806793,
-0.686273455619812,
0.8627572059631348,
-0.09468679875135422,
-0.4499116837978363,
-0.06747853010892868,
-0.04569051042199135,
0.09323041886091232,
... |
parseDefaultModes uses the provided mode change parser to parse the rawModes. | [
-1.0619392395019531,
0.2972297668457031,
0.4005444049835205,
-0.01865890994668007,
0.8741062879562378,
-0.5650219917297363,
-0.5945529937744141,
-0.33742088079452515,
-0.048158641904592514,
-0.14044654369354248,
-0.9138309359550476,
-1.4159129858016968,
0.09300302714109421,
0.6397454738616... |
ParseDefaultChannelModes parses the `defaultmodes` line of the config | [
-0.04678835719823837,
-0.20872952044010162,
0.4003356695175171,
-0.0856456384062767,
1.4766095876693726,
-0.4452257752418518,
-0.3419713079929352,
-0.30070608854293823,
-0.37080118060112,
0.3221954107284546,
-0.6294531226158142,
-0.5732274651527405,
-0.8342081904411316,
0.3472844064235687,... |
ParseDefaultUserModes parses the `defaultusermodes` line of the config | [
-0.1561509668827057,
0.0950145348906517,
0.24917837977409363,
1.0308111906051636,
0.8409711718559265,
0.045953258872032166,
0.3059699833393097,
-0.190507173538208,
-0.1499447375535965,
-0.05753224343061447,
-0.8260052800178528,
-0.7743628621101379,
-0.7502051591873169,
-0.40068531036376953... |
1021: channel key must be valid as a nonfinal parameter | [
-0.8127958178520203,
-0.35305312275886536,
0.4301484525203705,
-0.010269646532833576,
0.7413884997367859,
0.2861177325248718,
-0.13438957929611206,
0.15335504710674286,
-0.9104889631271362,
1.4526549577713013,
0.7120745182037354,
0.5348769426345825,
-0.6539595723152161,
1.4092389345169067,... |
ApplyChannelModeChanges applies a given set of mode changes. | [
-0.9017397165298462,
-0.6532760858535767,
0.2579505145549774,
-0.11616022884845734,
0.19375763833522797,
-0.03982038423418999,
-0.8015547394752502,
-0.025214415043592453,
0.22189509868621826,
0.0936598852276802,
-0.36457696557044983,
0.33221912384033203,
-0.053558044135570526,
0.6430511474... |
tests whether l > r, in the channeluser mode ordering (e.g., Halfop > Voice) | [
-0.39135992527008057,
-0.5506317615509033,
0.5623154044151306,
0.6015697121620178,
0.13479629158973694,
0.40676167607307434,
-0.5398781299591064,
-1.2444261312484741,
-0.16751794517040253,
-0.4859040379524231,
-0.42778074741363525,
-0.7828279733657837,
0.011725053191184998,
-0.093324661254... |
ProcessAccountToUmodeChange processes Add/Remove/List operations for channel persistent usermodes. | [
-0.17168420553207397,
-0.2899196743965149,
0.3945413827896118,
0.27817198634147644,
0.20925892889499664,
-0.5425766706466675,
0.8817220330238342,
-0.3169219493865967,
1.0261789560317993,
0.29654979705810547,
-0.010608870536088943,
0.4827220141887665,
0.33451759815216064,
-1.202795982360839... |
BasicAuthValidator is for Basic authentication | [
-0.26043903827667236,
-0.7844012379646301,
0.6069120764732361,
1.7763534784317017,
-0.7246013283729553,
1.201093077659607,
-0.23915408551692963,
0.11785520613193512,
-0.3100941777229309,
-0.5782270431518555,
0.12393355369567871,
0.06436329334974289,
-0.21664240956306458,
-0.371640205383300... |
VanRouterCreate instantiates a VAN (router and controller) deployment | [
-0.23110713064670563,
-0.6903352737426758,
0.36058929562568665,
0.05294334888458252,
0.6493547558784485,
0.10428415983915329,
-0.5667151212692261,
0.5899214744567871,
-0.111351877450943,
1.022743582725525,
-0.5016314387321472,
-0.33019235730171204,
0.16626767814159393,
0.1641935259103775,
... |
Pinger is a worker groroutine that pings the connected peers based on ping interval. | [
-0.48995471000671387,
-0.6860078573226929,
0.42900705337524414,
0.10259493440389633,
0.04322316497564316,
1.0686225891113281,
-0.15242592990398407,
-0.020122215151786804,
-0.8603922128677368,
0.24725480377674103,
0.16792729496955872,
-0.9417598843574524,
-0.7463521957397461,
0.164750292897... |
NewEtherDelta creates a new instance of EtherDelta, bound to a specific deployed contract. | [
-0.15767477452754974,
-0.7381841540336609,
0.13307414948940277,
0.4398024380207062,
0.10156815499067307,
1.1734888553619385,
0.32867419719696045,
0.041838012635707855,
-0.1930641531944275,
0.06530916690826416,
-1.2580468654632568,
-0.10035783052444458,
-0.13511107861995697,
0.7365840673446... |
NewEtherDeltaCaller creates a new readonly instance of EtherDelta, bound to a specific deployed contract. | [
-0.3724468946456909,
-0.3422238528728485,
0.28460800647735596,
-0.017141498625278473,
-0.10571011900901794,
0.8297156095504761,
0.17886526882648468,
-0.2495504915714264,
-0.12452249228954315,
0.44661059975624084,
-0.7303761839866638,
-0.28916221857070923,
0.16678489744663239,
0.74024790525... |
NewEtherDeltaTransactor creates a new writeonly instance of EtherDelta, bound to a specific deployed contract. | [
-0.36584219336509705,
-0.7590681314468384,
0.26453280448913574,
-0.3141370713710785,
0.0037700203247368336,
0.5327552556991577,
0.4105778932571411,
0.1647491753101349,
0.2393241673707962,
0.20040810108184814,
-1.2966382503509521,
-0.2768407166004181,
-0.1373177468776703,
0.0299355816096067... |
NewEtherDeltaFilterer creates a new log filterer instance of EtherDelta, bound to a specific deployed contract. | [
0.06781593710184097,
-0.27053776383399963,
0.4365202486515045,
-0.10032249987125397,
-0.08286627382040024,
0.24971672892570496,
0.0150722311809659,
0.07178481668233871,
-0.5047689080238342,
-0.007385686505585909,
-0.7108892798423767,
0.2629151940345764,
-0.009978396818041801,
0.65554922819... |
bindEtherDelta binds a generic wrapper to an already deployed contract. | [
-0.5531562566757202,
-0.6474030017852783,
0.29327258467674255,
0.7976014614105225,
0.4116976261138916,
1.3048793077468872,
-0.1614866554737091,
0.1565251350402832,
-0.03271660581231117,
0.2259102165699005,
-0.28552544116973877,
0.3400411009788513,
0.35863590240478516,
0.8984469771385193,
... |
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... |
AccountLevelsAddr is a free data retrieval call binding the contract method 0xf3412942. Solidity: function accountLevelsAddr() constant returns(address) | [
0.18443234264850616,
0.30268409848213196,
0.4428102970123291,
-0.08359849452972412,
-0.2218775600194931,
0.8758195042610168,
-0.007997231557965279,
-0.4128376841545105,
0.672021210193634,
-0.39264097809791565,
0.9776302576065063,
0.3823276460170746,
-0.7308085560798645,
0.5039894580841064,... |
AccountLevelsAddr is a free data retrieval call binding the contract method 0xf3412942. Solidity: function accountLevelsAddr() constant returns(address) | [
0.18443234264850616,
0.30268409848213196,
0.4428102970123291,
-0.08359849452972412,
-0.2218775600194931,
0.8758195042610168,
-0.007997231557965279,
-0.4128376841545105,
0.672021210193634,
-0.39264097809791565,
0.9776302576065063,
0.3823276460170746,
-0.7308085560798645,
0.5039894580841064,... |
AccountLevelsAddr is a free data retrieval call binding the contract method 0xf3412942. Solidity: function accountLevelsAddr() constant returns(address) | [
0.18443234264850616,
0.30268409848213196,
0.4428102970123291,
-0.08359849452972412,
-0.2218775600194931,
0.8758195042610168,
-0.007997231557965279,
-0.4128376841545105,
0.672021210193634,
-0.39264097809791565,
0.9776302576065063,
0.3823276460170746,
-0.7308085560798645,
0.5039894580841064,... |
Admin is a free data retrieval call binding the contract method 0xf851a440. Solidity: function admin() constant returns(address) | [
-0.27309587597846985,
1.2993024587631226,
0.26262179017066956,
-0.6693307161331177,
-0.5443980097770691,
0.08799858391284943,
-0.7743140459060669,
-1.6541478633880615,
0.9382539391517639,
-0.474350243806839,
0.019698401913046837,
0.6341193914413452,
-1.2670118808746338,
-0.2454477250576019... |
Admin is a free data retrieval call binding the contract method 0xf851a440. Solidity: function admin() constant returns(address) | [
-0.27309587597846985,
1.2993024587631226,
0.26262179017066956,
-0.6693307161331177,
-0.5443980097770691,
0.08799858391284943,
-0.7743140459060669,
-1.6541478633880615,
0.9382539391517639,
-0.474350243806839,
0.019698401913046837,
0.6341193914413452,
-1.2670118808746338,
-0.2454477250576019... |
Admin is a free data retrieval call binding the contract method 0xf851a440. Solidity: function admin() constant returns(address) | [
-0.27309587597846985,
1.2993024587631226,
0.26262179017066956,
-0.6693307161331177,
-0.5443980097770691,
0.08799858391284943,
-0.7743140459060669,
-1.6541478633880615,
0.9382539391517639,
-0.474350243806839,
0.019698401913046837,
0.6341193914413452,
-1.2670118808746338,
-0.2454477250576019... |
AmountFilled is a free data retrieval call binding the contract method 0x46be96c3. Solidity: function amountFilled(tokenGet address, amountGet uint256, tokenGive address, amountGive uint256, expires uint256, nonce uint256, user address, v uint8, r bytes32, s bytes32) constant returns(uint256) | [
0.657497227191925,
0.08424407988786697,
0.7325624227523804,
-1.7616676092147827,
-0.32843703031539917,
-0.40156373381614685,
-0.7814285159111023,
-0.7304229140281677,
0.77497798204422,
-0.006104736123234034,
-0.7213217616081238,
0.4429476857185364,
-0.1593536138534546,
0.07369441539049149,... |
AmountFilled is a free data retrieval call binding the contract method 0x46be96c3. Solidity: function amountFilled(tokenGet address, amountGet uint256, tokenGive address, amountGive uint256, expires uint256, nonce uint256, user address, v uint8, r bytes32, s bytes32) constant returns(uint256) | [
0.657497227191925,
0.08424407988786697,
0.7325624227523804,
-1.7616676092147827,
-0.32843703031539917,
-0.40156373381614685,
-0.7814285159111023,
-0.7304229140281677,
0.77497798204422,
-0.006104736123234034,
-0.7213217616081238,
0.4429476857185364,
-0.1593536138534546,
0.07369441539049149,... |
AmountFilled is a free data retrieval call binding the contract method 0x46be96c3. Solidity: function amountFilled(tokenGet address, amountGet uint256, tokenGive address, amountGive uint256, expires uint256, nonce uint256, user address, v uint8, r bytes32, s bytes32) constant returns(uint256) | [
0.657497227191925,
0.08424407988786697,
0.7325624227523804,
-1.7616676092147827,
-0.32843703031539917,
-0.40156373381614685,
-0.7814285159111023,
-0.7304229140281677,
0.77497798204422,
-0.006104736123234034,
-0.7213217616081238,
0.4429476857185364,
-0.1593536138534546,
0.07369441539049149,... |
AvailableVolume is a free data retrieval call binding the contract method 0xfb6e155f. Solidity: function availableVolume(tokenGet address, amountGet uint256, tokenGive address, amountGive uint256, expires uint256, nonce uint256, user address, v uint8, r bytes32, s bytes32) constant returns(uint256) | [
0.3714146018028259,
-0.2045762836933136,
0.7331264019012451,
-1.199316382408142,
-0.5219742655754089,
-0.40199148654937744,
-0.4057605266571045,
-0.2804250419139862,
0.45574116706848145,
0.30185800790786743,
0.2809712886810303,
1.1170722246170044,
-0.6857258081436157,
-0.21441474556922913,... |
AvailableVolume is a free data retrieval call binding the contract method 0xfb6e155f. Solidity: function availableVolume(tokenGet address, amountGet uint256, tokenGive address, amountGive uint256, expires uint256, nonce uint256, user address, v uint8, r bytes32, s bytes32) constant returns(uint256) | [
0.3714146018028259,
-0.2045762836933136,
0.7331264019012451,
-1.199316382408142,
-0.5219742655754089,
-0.40199148654937744,
-0.4057605266571045,
-0.2804250419139862,
0.45574116706848145,
0.30185800790786743,
0.2809712886810303,
1.1170722246170044,
-0.6857258081436157,
-0.21441474556922913,... |
AvailableVolume is a free data retrieval call binding the contract method 0xfb6e155f. Solidity: function availableVolume(tokenGet address, amountGet uint256, tokenGive address, amountGive uint256, expires uint256, nonce uint256, user address, v uint8, r bytes32, s bytes32) constant returns(uint256) | [
0.3714146018028259,
-0.2045762836933136,
0.7331264019012451,
-1.199316382408142,
-0.5219742655754089,
-0.40199148654937744,
-0.4057605266571045,
-0.2804250419139862,
0.45574116706848145,
0.30185800790786743,
0.2809712886810303,
1.1170722246170044,
-0.6857258081436157,
-0.21441474556922913,... |
BalanceOf is a free data retrieval call binding the contract method 0xf7888aec. Solidity: function balanceOf(token address, user address) constant returns(uint256) | [
0.7641611099243164,
0.5617766380310059,
0.2520003020763397,
-0.3016279637813568,
-0.43218350410461426,
-0.5846300721168518,
-0.5917654037475586,
-1.4153207540512085,
0.8977394104003906,
-0.19025418162345886,
-0.03614960238337517,
0.5781373977661133,
-0.47263288497924805,
0.2020414769649505... |
BalanceOf is a free data retrieval call binding the contract method 0xf7888aec. Solidity: function balanceOf(token address, user address) constant returns(uint256) | [
0.7641611099243164,
0.5617766380310059,
0.2520003020763397,
-0.3016279637813568,
-0.43218350410461426,
-0.5846300721168518,
-0.5917654037475586,
-1.4153207540512085,
0.8977394104003906,
-0.19025418162345886,
-0.03614960238337517,
0.5781373977661133,
-0.47263288497924805,
0.2020414769649505... |
BalanceOf is a free data retrieval call binding the contract method 0xf7888aec. Solidity: function balanceOf(token address, user address) constant returns(uint256) | [
0.7641611099243164,
0.5617766380310059,
0.2520003020763397,
-0.3016279637813568,
-0.43218350410461426,
-0.5846300721168518,
-0.5917654037475586,
-1.4153207540512085,
0.8977394104003906,
-0.19025418162345886,
-0.03614960238337517,
0.5781373977661133,
-0.47263288497924805,
0.2020414769649505... |
FeeAccount is a free data retrieval call binding the contract method 0x65e17c9d. Solidity: function feeAccount() constant returns(address) | [
-0.17138677835464478,
0.9408057332038879,
0.2757709324359894,
-0.042314235121011734,
-0.31211280822753906,
-0.19308094680309296,
1.4528754949569702,
-0.2896409332752228,
1.1468461751937866,
-0.6946128606796265,
-0.16195744276046753,
1.0729974508285522,
-0.22686055302619934,
0.0465988479554... |
FeeAccount is a free data retrieval call binding the contract method 0x65e17c9d. Solidity: function feeAccount() constant returns(address) | [
-0.17138677835464478,
0.9408057332038879,
0.2757709324359894,
-0.042314235121011734,
-0.31211280822753906,
-0.19308094680309296,
1.4528754949569702,
-0.2896409332752228,
1.1468461751937866,
-0.6946128606796265,
-0.16195744276046753,
1.0729974508285522,
-0.22686055302619934,
0.0465988479554... |
FeeAccount is a free data retrieval call binding the contract method 0x65e17c9d. Solidity: function feeAccount() constant returns(address) | [
-0.17138677835464478,
0.9408057332038879,
0.2757709324359894,
-0.042314235121011734,
-0.31211280822753906,
-0.19308094680309296,
1.4528754949569702,
-0.2896409332752228,
1.1468461751937866,
-0.6946128606796265,
-0.16195744276046753,
1.0729974508285522,
-0.22686055302619934,
0.0465988479554... |
FeeMake is a free data retrieval call binding the contract method 0x57786394. Solidity: function feeMake() constant returns(uint256) | [
-0.4430142939090729,
1.4624712467193604,
0.31546247005462646,
-0.6768913865089417,
-0.34574392437934875,
-0.33650919795036316,
0.2898196578025818,
-0.6248006820678711,
0.3306806981563568,
-1.153157114982605,
-0.27576902508735657,
-0.060568999499082565,
-0.7159337401390076,
0.03819997236132... |
FeeMake is a free data retrieval call binding the contract method 0x57786394. Solidity: function feeMake() constant returns(uint256) | [
-0.4430142939090729,
1.4624712467193604,
0.31546247005462646,
-0.6768913865089417,
-0.34574392437934875,
-0.33650919795036316,
0.2898196578025818,
-0.6248006820678711,
0.3306806981563568,
-1.153157114982605,
-0.27576902508735657,
-0.060568999499082565,
-0.7159337401390076,
0.03819997236132... |
FeeMake is a free data retrieval call binding the contract method 0x57786394. Solidity: function feeMake() constant returns(uint256) | [
-0.4430142939090729,
1.4624712467193604,
0.31546247005462646,
-0.6768913865089417,
-0.34574392437934875,
-0.33650919795036316,
0.2898196578025818,
-0.6248006820678711,
0.3306806981563568,
-1.153157114982605,
-0.27576902508735657,
-0.060568999499082565,
-0.7159337401390076,
0.03819997236132... |
FeeRebate is a free data retrieval call binding the contract method 0x731c2f81. Solidity: function feeRebate() constant returns(uint256) | [
0.012532765045762062,
0.9658471345901489,
0.5875654220581055,
-0.2943263053894043,
-0.030030665919184685,
-1.0727275609970093,
-0.35349130630493164,
-0.2833423614501953,
0.6307503581047058,
-0.629321277141571,
0.26685312390327454,
0.06463845074176788,
-0.9880162477493286,
-0.34661251306533... |
FeeRebate is a free data retrieval call binding the contract method 0x731c2f81. Solidity: function feeRebate() constant returns(uint256) | [
0.012532765045762062,
0.9658471345901489,
0.5875654220581055,
-0.2943263053894043,
-0.030030665919184685,
-1.0727275609970093,
-0.35349130630493164,
-0.2833423614501953,
0.6307503581047058,
-0.629321277141571,
0.26685312390327454,
0.06463845074176788,
-0.9880162477493286,
-0.34661251306533... |
FeeRebate is a free data retrieval call binding the contract method 0x731c2f81. Solidity: function feeRebate() constant returns(uint256) | [
0.012532765045762062,
0.9658471345901489,
0.5875654220581055,
-0.2943263053894043,
-0.030030665919184685,
-1.0727275609970093,
-0.35349130630493164,
-0.2833423614501953,
0.6307503581047058,
-0.629321277141571,
0.26685312390327454,
0.06463845074176788,
-0.9880162477493286,
-0.34661251306533... |
FeeTake is a free data retrieval call binding the contract method 0xc281309e. Solidity: function feeTake() constant returns(uint256) | [
-0.36117446422576904,
1.6804980039596558,
0.27504488825798035,
0.34709271788597107,
-0.48736676573753357,
-0.656629204750061,
0.6511455178260803,
-0.19139261543750763,
0.09358831495046616,
-0.5389898419380188,
0.1112046167254448,
-0.38371747732162476,
-0.6970432996749878,
0.754897356033325... |
FeeTake is a free data retrieval call binding the contract method 0xc281309e. Solidity: function feeTake() constant returns(uint256) | [
-0.36117446422576904,
1.6804980039596558,
0.27504488825798035,
0.34709271788597107,
-0.48736676573753357,
-0.656629204750061,
0.6511455178260803,
-0.19139261543750763,
0.09358831495046616,
-0.5389898419380188,
0.1112046167254448,
-0.38371747732162476,
-0.6970432996749878,
0.754897356033325... |
FeeTake is a free data retrieval call binding the contract method 0xc281309e. Solidity: function feeTake() constant returns(uint256) | [
-0.36117446422576904,
1.6804980039596558,
0.27504488825798035,
0.34709271788597107,
-0.48736676573753357,
-0.656629204750061,
0.6511455178260803,
-0.19139261543750763,
0.09358831495046616,
-0.5389898419380188,
0.1112046167254448,
-0.38371747732162476,
-0.6970432996749878,
0.754897356033325... |
OrderFills is a free data retrieval call binding the contract method 0x19774d43. Solidity: function orderFills( address, bytes32) constant returns(uint256) | [
0.14290647208690643,
0.9037477374076843,
0.4251522719860077,
-0.7148947715759277,
-0.5412681698799133,
0.5004584789276123,
-0.2112155258655548,
-1.1830562353134155,
0.7969207763671875,
-0.3619169592857361,
-0.8009571433067322,
-0.20719505846500397,
-0.6664661169052124,
0.5441941618919373,
... |
OrderFills is a free data retrieval call binding the contract method 0x19774d43. Solidity: function orderFills( address, bytes32) constant returns(uint256) | [
0.14290647208690643,
0.9037477374076843,
0.4251522719860077,
-0.7148947715759277,
-0.5412681698799133,
0.5004584789276123,
-0.2112155258655548,
-1.1830562353134155,
0.7969207763671875,
-0.3619169592857361,
-0.8009571433067322,
-0.20719505846500397,
-0.6664661169052124,
0.5441941618919373,
... |
OrderFills is a free data retrieval call binding the contract method 0x19774d43. Solidity: function orderFills( address, bytes32) constant returns(uint256) | [
0.14290647208690643,
0.9037477374076843,
0.4251522719860077,
-0.7148947715759277,
-0.5412681698799133,
0.5004584789276123,
-0.2112155258655548,
-1.1830562353134155,
0.7969207763671875,
-0.3619169592857361,
-0.8009571433067322,
-0.20719505846500397,
-0.6664661169052124,
0.5441941618919373,
... |
Orders is a free data retrieval call binding the contract method 0xbb5f4629. Solidity: function orders( address, bytes32) constant returns(bool) | [
-0.15700209140777588,
1.2937957048416138,
0.4398692548274994,
-0.8149369359016418,
-0.5673077702522278,
0.47253337502479553,
-0.9669467210769653,
-0.456757128238678,
0.9996780753135681,
0.21743722259998322,
-0.6455166935920715,
-0.3765237629413605,
-0.8576258420944214,
0.1430576890707016,
... |
Orders is a free data retrieval call binding the contract method 0xbb5f4629. Solidity: function orders( address, bytes32) constant returns(bool) | [
-0.15700209140777588,
1.2937957048416138,
0.4398692548274994,
-0.8149369359016418,
-0.5673077702522278,
0.47253337502479553,
-0.9669467210769653,
-0.456757128238678,
0.9996780753135681,
0.21743722259998322,
-0.6455166935920715,
-0.3765237629413605,
-0.8576258420944214,
0.1430576890707016,
... |
Orders is a free data retrieval call binding the contract method 0xbb5f4629. Solidity: function orders( address, bytes32) constant returns(bool) | [
-0.15700209140777588,
1.2937957048416138,
0.4398692548274994,
-0.8149369359016418,
-0.5673077702522278,
0.47253337502479553,
-0.9669467210769653,
-0.456757128238678,
0.9996780753135681,
0.21743722259998322,
-0.6455166935920715,
-0.3765237629413605,
-0.8576258420944214,
0.1430576890707016,
... |
TestTrade is a free data retrieval call binding the contract method 0x6c86888b. Solidity: function testTrade(tokenGet address, amountGet uint256, tokenGive address, amountGive uint256, expires uint256, nonce uint256, user address, v uint8, r bytes32, s bytes32, amount uint256, sender address) constant returns(bool) | [
0.4363168478012085,
0.8182843327522278,
0.6932787895202637,
-1.445235013961792,
0.15141203999519348,
-0.2678869366645813,
-0.17404919862747192,
-1.1057181358337402,
1.0778063535690308,
-0.07756117731332779,
-0.48375844955444336,
0.29510238766670227,
-1.089641809463501,
-0.5586968660354614,... |
TestTrade is a free data retrieval call binding the contract method 0x6c86888b. Solidity: function testTrade(tokenGet address, amountGet uint256, tokenGive address, amountGive uint256, expires uint256, nonce uint256, user address, v uint8, r bytes32, s bytes32, amount uint256, sender address) constant returns(bool) | [
0.4363168478012085,
0.8182843327522278,
0.6932787895202637,
-1.445235013961792,
0.15141203999519348,
-0.2678869366645813,
-0.17404919862747192,
-1.1057181358337402,
1.0778063535690308,
-0.07756117731332779,
-0.48375844955444336,
0.29510238766670227,
-1.089641809463501,
-0.5586968660354614,... |
TestTrade is a free data retrieval call binding the contract method 0x6c86888b. Solidity: function testTrade(tokenGet address, amountGet uint256, tokenGive address, amountGive uint256, expires uint256, nonce uint256, user address, v uint8, r bytes32, s bytes32, amount uint256, sender address) constant returns(bool) | [
0.4363168478012085,
0.8182843327522278,
0.6932787895202637,
-1.445235013961792,
0.15141203999519348,
-0.2678869366645813,
-0.17404919862747192,
-1.1057181358337402,
1.0778063535690308,
-0.07756117731332779,
-0.48375844955444336,
0.29510238766670227,
-1.089641809463501,
-0.5586968660354614,... |
Tokens is a free data retrieval call binding the contract method 0x508493bc. Solidity: function tokens( address, address) constant returns(uint256) | [
-0.23717395961284637,
0.9525893926620483,
0.41276565194129944,
-1.1784650087356567,
-0.8461984395980835,
-0.7958602905273438,
-0.6276535987854004,
-0.04290786385536194,
0.9015020132064819,
-0.17275898158550262,
-0.35515671968460083,
0.7192952036857605,
-0.5689547061920166,
-0.1245841756463... |
Tokens is a free data retrieval call binding the contract method 0x508493bc. Solidity: function tokens( address, address) constant returns(uint256) | [
-0.23717395961284637,
0.9525893926620483,
0.41276565194129944,
-1.1784650087356567,
-0.8461984395980835,
-0.7958602905273438,
-0.6276535987854004,
-0.04290786385536194,
0.9015020132064819,
-0.17275898158550262,
-0.35515671968460083,
0.7192952036857605,
-0.5689547061920166,
-0.1245841756463... |
Tokens is a free data retrieval call binding the contract method 0x508493bc. Solidity: function tokens( address, address) constant returns(uint256) | [
-0.23717395961284637,
0.9525893926620483,
0.41276565194129944,
-1.1784650087356567,
-0.8461984395980835,
-0.7958602905273438,
-0.6276535987854004,
-0.04290786385536194,
0.9015020132064819,
-0.17275898158550262,
-0.35515671968460083,
0.7192952036857605,
-0.5689547061920166,
-0.1245841756463... |
CancelOrder is a paid mutator transaction binding the contract method 0x278b8c0e. Solidity: function cancelOrder(tokenGet address, amountGet uint256, tokenGive address, amountGive uint256, expires uint256, nonce uint256, v uint8, r bytes32, s bytes32) returns() | [
0.9282077550888062,
-0.0871715247631073,
0.5437333583831787,
-1.1914525032043457,
-0.20392921566963196,
-0.724122166633606,
-1.4438567161560059,
-0.0258474163711071,
-0.06652338057756424,
0.09863180667161942,
-0.42800140380859375,
-0.049534864723682404,
0.14106447994709015,
-0.174950331449... |
CancelOrder is a paid mutator transaction binding the contract method 0x278b8c0e. Solidity: function cancelOrder(tokenGet address, amountGet uint256, tokenGive address, amountGive uint256, expires uint256, nonce uint256, v uint8, r bytes32, s bytes32) returns() | [
0.9282077550888062,
-0.0871715247631073,
0.5437333583831787,
-1.1914525032043457,
-0.20392921566963196,
-0.724122166633606,
-1.4438567161560059,
-0.0258474163711071,
-0.06652338057756424,
0.09863180667161942,
-0.42800140380859375,
-0.049534864723682404,
0.14106447994709015,
-0.174950331449... |
CancelOrder is a paid mutator transaction binding the contract method 0x278b8c0e. Solidity: function cancelOrder(tokenGet address, amountGet uint256, tokenGive address, amountGive uint256, expires uint256, nonce uint256, v uint8, r bytes32, s bytes32) returns() | [
0.9282077550888062,
-0.0871715247631073,
0.5437333583831787,
-1.1914525032043457,
-0.20392921566963196,
-0.724122166633606,
-1.4438567161560059,
-0.0258474163711071,
-0.06652338057756424,
0.09863180667161942,
-0.42800140380859375,
-0.049534864723682404,
0.14106447994709015,
-0.174950331449... |
ChangeAccountLevelsAddr is a paid mutator transaction binding the contract method 0xe8f6bc2e. Solidity: function changeAccountLevelsAddr(accountLevelsAddr_ address) returns() | [
-0.0017401250079274178,
-0.29917123913764954,
0.3534531593322754,
-0.09754311293363571,
-0.6423848271369934,
-0.41085556149482727,
0.386616051197052,
0.5894831418991089,
0.43938055634498596,
0.5777176022529602,
0.6003401279449463,
0.7915912866592407,
-0.16326481103897095,
0.854276835918426... |
ChangeAccountLevelsAddr is a paid mutator transaction binding the contract method 0xe8f6bc2e. Solidity: function changeAccountLevelsAddr(accountLevelsAddr_ address) returns() | [
-0.0017401250079274178,
-0.29917123913764954,
0.3534531593322754,
-0.09754311293363571,
-0.6423848271369934,
-0.41085556149482727,
0.386616051197052,
0.5894831418991089,
0.43938055634498596,
0.5777176022529602,
0.6003401279449463,
0.7915912866592407,
-0.16326481103897095,
0.854276835918426... |
ChangeAccountLevelsAddr is a paid mutator transaction binding the contract method 0xe8f6bc2e. Solidity: function changeAccountLevelsAddr(accountLevelsAddr_ address) returns() | [
-0.0017401250079274178,
-0.29917123913764954,
0.3534531593322754,
-0.09754311293363571,
-0.6423848271369934,
-0.41085556149482727,
0.386616051197052,
0.5894831418991089,
0.43938055634498596,
0.5777176022529602,
0.6003401279449463,
0.7915912866592407,
-0.16326481103897095,
0.854276835918426... |
ChangeAdmin is a paid mutator transaction binding the contract method 0x8f283970. Solidity: function changeAdmin(admin_ address) returns() | [
-0.38721808791160583,
1.0202938318252563,
0.19021287560462952,
-0.4108126163482666,
-0.5690624117851257,
-1.119379997253418,
-0.3340061902999878,
-0.3991892337799072,
0.9262255430221558,
1.013742208480835,
-0.7576212286949158,
1.223636269569397,
-0.009867954067885876,
0.43674418330192566,
... |
ChangeAdmin is a paid mutator transaction binding the contract method 0x8f283970. Solidity: function changeAdmin(admin_ address) returns() | [
-0.38721808791160583,
1.0202938318252563,
0.19021287560462952,
-0.4108126163482666,
-0.5690624117851257,
-1.119379997253418,
-0.3340061902999878,
-0.3991892337799072,
0.9262255430221558,
1.013742208480835,
-0.7576212286949158,
1.223636269569397,
-0.009867954067885876,
0.43674418330192566,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.