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 "Hena"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13124974 | 3 years ago | | | 0 | 0.0043413661 | |
| 11995212 | 4 years ago | | | 0 | 0.0059691060 | |
| 11978079 | 4 years ago | | | 0 | 0.0052594920 | |
| 11977064 | 4 years ago | | | 0 | 0.0043829100 | |
| 11976754 | 4 years ago | | | 0 | 0.0045403200 | |
| 11975124 | 4 years ago | | | 0 | 0.0072062340 | |
| 11729607 | 4 years ago | | | 0 | 0.0034437150 | |
| 11729605 | 4 years ago | | | 0 | 0.0034228440 | |
| 11729484 | 4 years ago | | | 0 | 0.0021135660 | |
| 11729382 | 4 years ago | | | 0 | 0.0048210300 |
ABI
ABI objects
Getter at block 21179579
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Hena
owner() view returns (address)
0x0eb0db6db6b50ec908ab7ebb0e509c1191aecdff
paused() view returns (bool)
false
symbol() view returns (string)
HENA
totalSupply() view returns (uint256)
1000000000000000000000000000
withdrawingFinished() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getAvailableBalance(address _account) view returns (uint256)
getLockedBalance(address _account, uint8 _policy) view returns (uint256)
getPolicy(uint8 _policy) view returns (uint256 kickOff, uint256[] periods, uint8[] percentages)
getPolicyLockedPercentage(uint8 _policy) view returns (uint256)
getTotalLockedBalance(address _account) view returns (uint256)
getUserMilestone(address _account) view returns (uint8[] accountPolicies, uint256[] standardBalances)
lockStates(address) view returns (bool)
State-modifying
Events addPolicy(uint8 _policy, uint256[] _periods, uint8[] _percentages) returns (bool)
addPolicyAttribute(uint8 _policy, uint256 _period, uint8 _percentage) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
batchToApplyMilestone(uint8 _policy, address[] _addresses) returns (bool[])
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
distribute(address _to, uint256 _value) returns (bool)
distributeWithPolicy(address _to, uint256 _value, uint8 _policy) returns (bool)
finishMinting() returns (bool)
finishingWithdrawing() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lockAccount(address _target) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
modifyMilestoneFrom(address _from, uint8 _prevPolicy, uint8 _newPolicy) returns (bool)
modifyPolicyAttribute(uint8 _policy, uint256 _period, uint8 _percentage) returns (bool)
pause()
removeMilestoneFrom(address _from, uint8 _policy) returns (bool)
removePolicy(uint8 _policy) returns (bool)
removePolicyAttribute(uint8 _policy, uint256 _period) returns (bool)
renounceOwnership()
setKickOff(uint8 _policy, uint256 _time) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unlockAccount(address _target) returns (bool)
unpause()
withdraw(address _from, uint256 _value) returns (bool)
withdrawFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
LockAccount(address indexed lockAccount)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PolicyAdded(uint8 policy)
PolicyAttributeAdded(uint8 policy, uint256 period, uint8 percentage)
PolicyAttributeModified(uint8 policy, uint256 period, uint8 percentage)
PolicyAttributeRemoved(uint8 policy, uint256 period)
PolicyRemoved(uint8 policy)
SetPolicyKickOff(uint8 policy, uint256 kickOff)
Transfer(address indexed from, address indexed to, uint256 value)
UnlockAccount(address indexed unlockAccount)
Unpause()
Withdraw(address _from, address _to, uint256 _value)
WithdrawFinished()
constructor()
fallback()
This contract contains no error objects.