TimelockedDelegator
Verified contract
Active on
Ethereum with 32 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfe67…c67a
Balances ($11,520.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NEXT | ERC-20 | 109.970842K | $0.104763 |
$11,520.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253288 | a day ago | | | 0 | 0.0011726340 | |
| 21231313 | 4 days ago | | | 0 | 0.0017717816 | |
| 21210845 | 7 days ago | | | 0 | 0.00086448523 | |
| 21194140 | 10 days ago | | | 0 | 0.0031085275 | |
| 21164817 | 14 days ago | | | 0 | 0.0021132571 | |
| 21148841 | 16 days ago | | | 0 | 0.00097963442 | |
| 21148839 | 16 days ago | | | 0 | 0.0010837135 | |
| 21122965 | 20 days ago | | | 0 | 0.0014235211 | |
| 21105895 | 22 days ago | | | 0 | 0.00029185352 | |
| 21086041 | 25 days ago | | | 0 | 0.0021891903 |
ABI
ABI objects
Getter at block 21262964
alreadyReleasedAmount() view returns (uint256)
30534571384947939697949
availableForRelease() view returns (uint256)
519215001717985760133
beneficiary() view returns (address)
0x77cf5b29662d73acb6836779635b743921b858ef
clawbackAdmin() view returns (address)
0xd7fb335fee222825ef5684fd9e9a924ab29e563f
cliffSeconds() view returns (uint256)
0
duration() view returns (uint256)
31557600
initialBalance() view returns (uint256)
140505413821564000000000
isTimeEnded() view returns (bool)
false
isTimeStarted() view returns (bool)
true
lockedToken() view returns (address)
0xfe67a4450907459c3e1fff623aa927dd4e28c67a
passedCliff() view returns (bool)
true
pendingBeneficiary() view returns (address)
0x0000000000000000000000000000000000000000
remainingTime() view returns (uint256)
24582901
startTime() view returns (uint256)
1725541200
timeSinceStart() view returns (uint256)
6974699
token() view returns (address)
0xfe67a4450907459c3e1fff623aa927dd4e28c67a
totalDelegated() view returns (uint256)
0
totalToken() view returns (uint256)
109970842436616060302051
Read-only
delegateAmount(address) view returns (uint256)
delegateContract(address) view returns (address)
State-modifying
Events acceptBeneficiary()
clawback()
delegate(address delegatee, uint256 amount)
release(address to, uint256 amount)
releaseMax(address to)
setPendingBeneficiary(address _pendingBeneficiary)
undelegate(address delegatee) returns (uint256)
BeneficiaryUpdate(address indexed _beneficiary)
Delegate(address indexed _delegatee, uint256 _amount)
DurationUpdate(uint256 oldDuration, uint256 newDuration)
PendingBeneficiaryUpdate(address indexed _pendingBeneficiary)
Release(address indexed _beneficiary, address indexed _recipient, uint256 _amount)
TimerReset(uint256 startTime)
Undelegate(address indexed _delegatee, uint256 _amount)
constructor(address _token, address _beneficiary, address _clawbackAdmin, uint256 _cliffDuration, uint256 _startTime, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.