Hodlerfactory.sol
The factory only has one state changing function that can be used to create a new hodler game. A new game can only be created if there is no previous game or when the previous game for that asset has started.
#State changing functions
function createHodler(address asset) public returns (address);
Last updated
Was this helpful?