TONIC Distribution Speeds
TectonicCore core = TectonicCare(0x123...)
address tToken = 0xabc...
// Amount of TONIC emitted to suppliers on tToken market each block
uint tonicSupplySpeed = tonicSupplySpeeds(tToken)
// Amount of TONIC emitted to borrowers on tToken market each block
uint tonicBorrowSpeed = tonicBorrowSpeeds(tToken)Last updated