HodlerAdded 4bda7a30| inputs | 0 | address | account | |
| 1 | uint64 | joinDate |
HodlerRemoved 683f0752| inputs | 0 | address | account |
OwnershipTransferred 8be0079c| inputs | 0 | address | previousOwner | |
| 1 | address | newOwner |
TokenSettled 20df4650| inputs | 0 | address | token | |
| 1 | uint256 | amount |
addHodler 716210d8Adds new hodler to book
| inputs | 0 | address | account | address Hodler's address |
| 1 | uint64 | joinDate | uint64 Hodler's joining timestamp |
calculateShares 3ec16194Calculates proportional share in given amount
| inputs | 0 | uint256 | amount | uint256 Amount to share between hodlers |
| outputs | 0 | uint256[] |
getHodlers cce356b5Returns hodlers addresses with joining timestamps
| outputs | 0 | address[] | ||
| 1 | uint64[] |
isHodler 52f37c40| inputs | 0 | address | account | address Hodler address |
| outputs | 0 | bool |
owner 8da5cb5bremoveHodler 16511a67Removes existing hodler from book
| inputs | 0 | address | account | address Hodler's address whose should be removed |
settleToken bee4b63aSettles given token on hodlers addresses
| inputs | 0 | address | token | BasicToken The token to settle |
transferOwnership f2fde38bAllows the current owner to transfer control of the contract to a newOwner.
| inputs | 0 | address | newOwner | The address to transfer ownership to. |