VestingWallet
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MRPT | ERC-20 | 90M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "VestingWallet"
ABI
ABI objects
Getter at block 21159792
beneficiary() view returns (address)
0x2e10f20be23afba9cadb5da6c308d05c56954189
duration() view returns (uint256)
51840000
releasable() view returns (uint256)
0
released() view returns (uint256)
0
start() view returns (uint256)
1741564800
Read-only
releasable(address token) view returns (uint256)
released(address token) view returns (uint256)
vestedAmount(address token, uint64 timestamp) view returns (uint256)
vestedAmount(uint64 timestamp) view returns (uint256)
State-modifying
Events release()
release(address token)
ERC20Released(address indexed token, uint256 amount)
EtherReleased(uint256 amount)
constructor(address beneficiaryAddress, uint64 startTimestamp, uint64 durationSeconds)
receive()
This contract contains no error objects.