Controller
Verified contract
Active on
Ethereum with 5,799 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xefa7…c8bd
0x5497…b79c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BHF | ERC-20 | 12.024957M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20250820 | 5 months ago | | | 0 | 0.000032805300 | |
| 20250638 | 5 months ago | | | 0 | 0.0023279158 | |
| 17977379 | a year ago | | | 0 | 0.0014016776 | |
| 17977379 | a year ago | | | 0 | 0.0018542926 | |
| 17634026 | a year ago | | | 0 | 0.00086285781 | |
| 17424645 | a year ago | | | 0 | 0.0031932943 | |
| 17386331 | a year ago | | | 0 | 0.0051748174 | |
| 17288913 | 2 years ago | | | 0 | 0.0062256854 | |
| 17288730 | 2 years ago | | | 0 | 0.0084210144 | |
| 17272998 | 2 years ago | | | 0 | 0.0099909649 |
ABI
ABI objects
Getter at block 21257032
firstVestingPeriodStart() view returns (uint256)
90
firstVestingPeriodStartDays() view returns (uint256)
7776000
fourthVestingPeriodStart() view returns (uint256)
365
fourthVestingPeriodStartDays() view returns (uint256)
31536000
owner() view returns (address)
0x482903d31b2776a433a49612336a62a15de9cb69
secondVestingPeriodStart() view returns (uint256)
180
secondVestingPeriodStartDays() view returns (uint256)
15552000
thirdVestingPeriodStart() view returns (uint256)
270
thirdVestingPeriodStartDays() view returns (uint256)
23328000
time() view returns (uint256)
1732444367
Read-only
availableToTransfer(address account) view returns (uint256)
balances(address) view returns (uint256)
initialVestedAmounts(address) view returns (uint256)
newVestedAmounts(address, uint256) view returns (uint256)
startVestings(address) view returns (uint256)
transferrableVesting(address account) view returns (uint256)
vestingsTransferred(address) view returns (uint256)
votingPermissions(address) view returns (bool)
State-modifying
Events addNewVestedAmount(address account, uint256 amount)
configureVesting(address account, uint256 _initialVestedAmount, uint256 _startVesting)
enableVoting(address account)
increaseBalance(address account, uint256 amount)
renounceOwnership()
transfer(address account, uint256 amount)
transferOwnership(address newOwner)
vote(address poll, uint256 option)
AddNewVestedAmount(uint256 amount)
ConfigureVesting(address account, uint256 startVesting, uint256 initialVestedAmount)
EnableVoting()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address to, uint256 amount)
Vote(address indexed account, address indexed poll, uint256 option)
constructor(address _walletRegistry, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.