TimelineVesting
Verified contract
Active on
Base with 77 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5e43…a192
Balances ($0.00)
No balances found for "TimelineVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14428173 | 6 months ago | | | 0 | 0.00025434005 | |
| 14213429 | 6 months ago | | | 0 | 5.9295984e-7 | |
| 14196844 | 6 months ago | | | 0 | 0.00032239478 | |
| 14195053 | 6 months ago | | | 0 | 9.8646145e-7 | |
| 14195028 | 6 months ago | | | 0 | 0.00032239478 | |
| 14194997 | 6 months ago | | | 0 | 9.9801646e-7 | |
| 14194751 | 6 months ago | | | 0 | 0.00032239478 | |
| 14193822 | 6 months ago | | | 0 | 0.00032239478 | |
| 14193376 | 6 months ago | | | 0 | 0.00032239478 | |
| 14193196 | 6 months ago | | | 0 | 0.000014297312 |
ABI
ABI objects
Getter at block 22746269
denom() view returns (uint256)
10000
owner() view returns (address)
0x2767705cdb23cea4f57d245c725569f813f1b7fc
token() view returns (address)
0x5e432eecd01c12ee7071ee9219c2477a347da192
Read-only
claimed(address) view returns (uint256)
getAvailAmt(address _beneficiary) view returns (uint256 _amount)
getTotalAllocated(address _beneficiary) view returns (uint256)
isRefundRequested(address _beneficiary) view returns (bool)
policies(uint256) view returns (uint256)
refundRequested(address) view returns (bool)
timelines(uint256) view returns (uint256)
State-modifying
Events addBeneficiaries(address[] _beneficiaries, uint256[] _totalAmt)
addBeneficiary(address _beneficiary, uint256 _totalAmt)
cancelRefund(address _beneficiary)
claim()
collect()
refundRequest()
removeBeneficiary(address _beneficiary)
renounceOwnership()
setPolicy(uint256[] _timelines, uint256[] _policies, uint256 _denom)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundRequested(address user)
Released(address indexed beneficiary, uint256 currentTime, uint256 amount)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.