MultipleVesting
Verified contract
Active on
Ethereum with 741 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x509a…7f4a
Balances ($0.00)
No balances found for "MultipleVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21306293 | 2 days ago | | | 0 | 0.00081458683 | |
| 21299257 | 3 days ago | | | 0 | 0.00055903484 | |
| 21294211 | 3 days ago | | | 0 | 0.0019458125 | |
| 21284758 | 5 days ago | | | 0 | 0.00064375405 | |
| 21270319 | 7 days ago | | | 0 | 0.00058861562 | |
| 21270244 | 7 days ago | | | 0 | 0.00059477196 | |
| 21250452 | 10 days ago | | | 0 | 0.0010704425 | |
| 21249100 | 10 days ago | | | 0 | 0.00082157370 | |
| 21242706 | 11 days ago | | | 0 | 0.0011126045 | |
| 21237938 | 11 days ago | | | 0 | 0.0019135139 |
ABI
ABI objects
Getter at block 21318663
index() view returns (uint256)
47
owner() view returns (address)
0xd09671619223b505418fbf63d180ccce52e2255d
totalVesting() view returns (uint256)
2734799403596917918254482
Read-only
grants(address) view returns (uint256 start, uint256 cliff, uint256 duration, uint256 value, uint256 transferred, bool revocable)
indexedGrants(uint256) view returns (address)
vestedTokens(address _holder, uint256 _time) view returns (uint256)
State-modifying
Events newGrant(address _address, uint256 _start, uint256 _cliff, uint256 _duration, uint256 _value, bool _revocable)
revoke(address _grant)
setToken(address _token)
transferOwnership(address newOwner)
unlockVestedTokens()
vest()
NewGrant(address indexed _address, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokeGrant(address indexed _holder, uint256 _refund)
UnlockGrant(address indexed _holder, uint256 _value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.