ContractsContract DocumentationSrcExternalOlympusERC20.solCountersOn this pageCountersGit SourceFunctionscurrentfunction current(Counter storage counter) internal view returns (uint256);incrementfunction increment(Counter storage counter) internal;decrementfunction decrement(Counter storage counter) internal;StructsCounterstruct Counter { uint256 _value;}