FixedVesting
Verified contract
Active on
Ethereum with 559 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,048.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TET | ERC-20 | 583.00367 | $8.66 |
$5,048.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165197 | a month ago | | | 0 | 0.0029252940 | |
| 21052676 | a month ago | | | 0 | 0.00059189266 | |
| 20582825 | 4 months ago | | | 0 | 0.00010243283 | |
| 20348068 | 5 months ago | | | 0 | 0.00042565854 | |
| 20026676 | 6 months ago | | | 0 | 0.0022936217 | |
| 19966948 | 6 months ago | | | 0 | 0.0018218469 | |
| 19955694 | 6 months ago | | | 0 | 0.00054933658 | |
| 19940120 | 7 months ago | | | 0 | 0.00074915003 | |
| 19878802 | 7 months ago | | | 0 | 0.00044776862 | |
| 19833284 | 7 months ago | | | 0 | 0.00061190290 |
ABI
ABI objects
Getter at block 21379291 vestingRunning() view returns (uint128 round, uint128 totalPercent_d2)
creator() view returns (address)
0x8550d5cc00d89fabb6f52cbdaeda948af9833d8e
getBuyerLength() view returns (uint256)
99
isPaused() view returns (bool)
false
owner() view returns (address)
0x28720eacf70adc3a450aaa06b547958e90ce2774
sold() view returns (uint128)
4285714285717
token() view returns (address)
0x68a47fe1cf42eba4a030a10cd4d6a1031ca3ca0a
vestingLength() view returns (uint128)
10
Read-only
buyers(uint256) view returns (address)
invoice(address) view returns (uint128 buyerIndex, uint128 purchased, uint128 completed_d2, uint128 claimed)
vesting(uint128) view returns (uint128 datetime, uint128 ratio_d2)
State-modifying
Events claimToken()
emergencyWithdraw(address _target, uint128 _amount)
initialize(address _token, uint128[] _datetime, uint128[] _ratio_d2)
newBuyers(address[] _buyer, uint128[] _purchased)
newVesting(uint128[] _datetime, uint128[] _ratio_d2)
removeBuyers(address[] _buyer)
removeLastVestingRound()
replaceBuyers(address[] _oldBuyer, address[] _newBuyer)
replacePurchases(address[] _buyer, uint128[] _newPurchased)
setToken(address _token)
togglePause()
transferOwnership(address _newOwner)
updateVestingDatetimes(uint128[] _vestingRound, uint128[] _newDatetime)
updateVestingRatios(uint128[] _vestingRound, uint128[] _newRatio_d2)
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.