TokenUnlocking
Verified contract
Active on
Ethereum with 496 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,823.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LBR | ERC-20 | 27.790539K | $0.101617 |
$2,823.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299673 | 11 hours ago | | | 0 | 0.00063350800 | |
| 21270154 | 5 days ago | | | 0 | 0.00062235487 | |
| 21239905 | 9 days ago | | | 0 | 0.00085567944 | |
| 21218430 | 12 days ago | | | 0 | 0.00078306731 | |
| 21199050 | 15 days ago | | | 0 | 0.00092082067 | |
| 21172653 | 18 days ago | | | 0 | 0.0029276644 | |
| 21148030 | 22 days ago | | | 0 | 0.00045126182 | |
| 21125412 | 25 days ago | | | 0 | 0.0013708210 | |
| 21092121 | a month ago | | | 0 | 0.00074496894 | |
| 21056284 | a month ago | | | 0 | 0.00079832120 |
ABI
ABI objects
Getter at block 21302883
lbr() view returns (address)
0xed1167b6dc64e8a366db86f2e952a482d0981ebd
owner() view returns (address)
0x078dc81e05ceb1e1743b9b5215b3bc83afd9f8c0
Read-only
UnlockingInfo(address) view returns (uint256 totalLocked, uint256 duration, uint256 unlockStartTime, uint256 lastWithdrawTime)
getRewards(address addr) view returns (uint256)
getUserUnlockInfo(address _addr) view returns (struct TokenUnlockingUnlockingRule)
State-modifying
Events addWhitelistAddresses(address addr, address[] addrs)
renounceOwnership()
setPause(address _user, bool val)
setUnlockRule(address _addr, uint256 _totalLocked, uint256 _duration, uint256 _unlockStartTime, uint256 _lastWithdrawTime, address[] _whitelist)
transferOwnership(address newOwner)
withdraw(address addr)
withdrawTokenEmergency(address token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetUnlockRule(address indexed _addr, uint256 _totalLocked, uint256 _duration, uint256 _unlockStartTime, uint256 _lastWithdrawTime)
Withdraw(address indexed _addr, uint256 _amount, uint256 _timestamp)
constructor(address _lbr)
This contract contains no fallback and receive objects.
This contract contains no error objects.