MultiVesting
Verified contract
Active on
Ethereum with 473 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x905e…e745
Balances ($0.00)
No balances found for "MultiVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19433889 | 9 months ago | | | 0 | 0.0032904569 | |
| 19431166 | 9 months ago | | | 0 | 0.0030608662 | |
| 17177309 | 2 years ago | | | 0.0018245433 | 0.0067881815 | |
| 17175226 | 2 years ago | | | 0.000015404119 | 0.0097191432 | |
| 14121698 | 3 years ago | | | 0 | 0.0044706193 | |
| 12883423 | 3 years ago | | | 0 | 0.0033314220 | |
| 12865588 | 3 years ago | | | 0 | 0.0035956410 | |
| 12865441 | 3 years ago | | | 0 | 0.0018844760 | |
| 12859337 | 3 years ago | | | 0 | 0.0051366300 | |
| 12859320 | 3 years ago | | | 0 | 0.0031023300 |
ABI
ABI objects
Getter at block 21315168
Balance() view returns (uint256)
0
beneficiariesLength() view returns (uint256)
36
owner() view returns (address)
0x93896a853a57b3a71e40e9f86dc35188de544683
token() view returns (address)
0x905e337c6c8645263d3521205aa37bf4d034e745
totalReleased() view returns (uint256)
133633122118983599340686183
totalVested() view returns (uint256)
137456509132887890565732088
Read-only
addresses(uint256) view returns (address)
beneficiaries(address) view returns (string description, uint256 vested, uint256 released, uint256 start, uint256 cliff, uint256 duration, bool revoked, bool revocable, bool isBeneficiary)
releasableAmount(address _beneficiary) view returns (uint256)
vestedAmount(address _beneficiary) view returns (uint256)
State-modifying
Events addBeneficiary(address _beneficiary, uint256 _vested, uint256 _start, uint256 _cliff, uint256 _duration, bool _revocable, string _description)
clearAll()
destroy()
destroyBeneficiary(address _beneficiary)
flushEth()
release()
releaseTo(address _beneficiary)
revoke(address _beneficiary)
transferOwnership(address newOwner)
BeneficiaryDestroyed(address _beneficiary)
NewBeneficiary(address _beneficiary)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(address _beneficiary, uint256 amount)
Revoked(address _beneficiary)
constructor(address _token)
fallback()
This contract contains no error objects.