EidooVestingDAOProxy
Verified contract
Active on
Ethereum with 83 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeb10…1a6c
Balances ($0.00)
No balances found for "EidooVestingDAOProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15372874 | 2 years ago | | | 0 | 0.0078237950 | |
| 15194619 | 2 years ago | | | 0 | 0.0081639600 | |
| 15166656 | 2 years ago | | | 0 | 0.0068033000 | |
| 15150728 | 2 years ago | | | 0 | 0.0024693680 | |
| 15133656 | 2 years ago | | | 0 | 0.0078237950 | |
| 15115230 | 2 years ago | | | 0 | 0.0049705440 | |
| 15115111 | 2 years ago | | | 0 | 0.0017628120 | |
| 15112016 | 2 years ago | | | 0 | 0.0040819800 | |
| 15095356 | 2 years ago | | | 0 | 0.0078237950 | |
| 15048470 | 2 years ago | | | 0 | 0.010884896 |
ABI
ABI objects
Getter at block 21228654
defaultDuration() view returns (uint64)
604800
isOwner() view returns (bool)
false
owner() view returns (address)
0x8bf9db9d4ac93aa42d80e4ce765fa94b0953ac14
paused() view returns (bool)
false
stakeManager() view returns (address)
0xeb10e80d99655b51e3a981e888a73d0b21e21a6c
Read-only
balanceOf(address beneficiary) view returns (uint256 locked, uint256 unlocked)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
adminWithdraw(address asset)
createVesting(uint256 amount)
createVestingFor(address _beneficiary, uint256 _amount)
pause()
renounceOwnership()
renouncePauser()
setDefaultDuration(uint64 _duration)
setStakeManager(address _stakeManager)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Unpaused(address account)
constructor(address _stakeManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.