Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CHIVester"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CHIVester"
ABI
ABI objects
Getter at block 21322248
fullyVestedPeriod() view returns (uint256)
7776000
getCHI() view returns (address)
0x0127776396e42e50d47acbcb4d0a08c63a7b326a
owner() view returns (address)
0x3a130d7fe0ae83ceed2768ebe48b2e769ea66064
withdrawsPerPeriod() view returns (uint256)
10
Read-only
getUserVests(address _user) view returns (struct CHIVesterTokenVest[])
getWithdrawsAllowed(address _user, uint256 _index) view returns (uint256)
stakeContracts(uint256) view returns (address)
vests(address, uint256) view returns (uint256 start, uint256 end, uint256 totalWithdraws, uint256 withdrawsCompleted, uint256 amount)
State-modifying
Events addStakingContract(address _contract)
createVest(address _user, uint256 _amount)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 _index)
CreateVest(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 index, uint256 amountWithdrawn)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.