
The data structures defined by this contract.
-
{ "name": "account", "base": "", "fields": [ { "name": "balance", "type": "asset" } ] }
Action parameter in addlptoksym
{ "name": "addlptoksym", "base": "", "fields": [ { "name": "lptoksym", "type": "symbol" }, { "name": "crvpoolcon", "type": "name" }, { "name": "coinsupported", "type": "syminfo[]" } ] }
-
{ "name": "claim", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "lptoksym", "type": "symbol" } ] }
-
{ "name": "claimtab", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "issuedamt", "type": "asset" } ] }
Action parameter in depositpool
{ "name": "depositpool", "base": "", "fields": [ { "name": "lptoksym", "type": "symbol" } ] }
-
{ "name": "init", "base": "", "fields": [ { "name": "updateloop_count", "type": "uint64" } ] }
-
{ "name": "lockinfo", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "lockedamt", "type": "asset" }, { "name": "initiatedat", "type": "time_point_sec" }, { "name": "unlocktime", "type": "time_point_sec" }, { "name": "tobeexpired", "type": "bool" } ] }
Table row type of lptokinfo2
{ "name": "lptokinfo", "base": "", "fields": [ { "name": "lptoksym", "type": "symbol" }, { "name": "crvpoolcon", "type": "name" }, { "name": "coinsupported", "type": "syminfo[]" } ] }
-
{ "name": "rounddet", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "currround", "type": "uint64" }, { "name": "round_started", "type": "time_point_sec" }, { "name": "round_ends", "type": "time_point_sec" }, { "name": "lastcurveapp", "type": "uint64" }, { "name": "currround_amount", "type": "asset" }, { "name": "prev_roundamt", "type": "asset" } ] }
-
{ "name": "setloopct", "base": "", "fields": [ { "name": "updateloop_count", "type": "uint64" } ] }
Table row type of configsett
{ "name": "settings", "base": "", "fields": [ { "name": "updateloop_count", "type": "uint64" } ] }
-
{ "name": "syminfo", "base": "", "fields": [ { "name": "tokensym", "type": "symbol" }, { "name": "tokencontract", "type": "name" } ] }
-
{ "name": "tokenleft", "base": "", "fields": [ { "name": "tokensym", "type": "symbol" }, { "name": "roundamount", "type": "asset" } ] }
Table row type of totallock1
{ "name": "totallock", "base": "", "fields": [ { "name": "id", "type": "uint8" }, { "name": "oldtotamt", "type": "asset" }, { "name": "newtotamt", "type": "asset" }, { "name": "newuserwt", "type": "float64" }, { "name": "tobeclaimed", "type": "asset" } ] }
-
{ "name": "totalvcrv", "base": "", "fields": [ { "name": "id", "type": "uint8" }, { "name": "totalvcrv", "type": "float64" }, { "name": "lastupdate", "type": "time_point_sec" } ] }
-
{ "name": "totalwb", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "lastchecked", "type": "name" }, { "name": "updatedat", "type": "time_point_sec" } ] }
Action parameter in updateloop
{ "name": "updateloop", "base": "", "fields": [ { "name": "lptoksym", "type": "symbol" } ] }