Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0502…82cd
Balances ($0.00)
No balances found for "TokenLockerV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3626239 | a year ago | | | 0 | 0.0000010331817 | |
| 2322632 | a year ago | | | 0 | 0.000046282502 |
ABI
ABI objects
Getter at block 23080662 getLpData() view returns (bool hasLpData, uint40 id, address token0, address token1, uint256 balance0, uint256 balance1, uint256 price0, uint256 price1)
getIsLpToken() view returns (bool)
true
getLockData() view returns (bool isLpToken, uint40 id, address contractAddress, address lockOwner, address token, address createdBy, uint40 createdAt, uint40 unlockTime, uint256 balance, uint256 totalSupply)
(isLpToken=true, id=220, contractAddress=0x475727ea3a7c8b7fc2f313165f5ee861541b7b63, lockOwner=0x8771bf0456ba814799f6e454b454c35420c2434f, token=0x0502e3c68aa21a22132c240f89873c37a15382cd, createdBy=0x8771bf0456ba814799f6e454b454c35420c2434f, createdAt=1691017463, unlockTime=1694041380, balance=0, totalSupply=96505760901448)
owner() view returns (address)
0x8771bf0456ba814799f6e454b454c35420c2434f
Read-only
This contract contains no read-only function objects.
State-modifying
Events deposit(uint256 amount_, uint40 newUnlockTime_)
transferOwnership(address newOwner_)
withdraw()
withdrawEth()
withdrawToken(address address_)
Deposited(uint256 amount)
Extended(uint40 newUnlockTime)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Withdrew()
constructor(address manager_, uint40 id_, address owner_, address tokenAddress_, uint40 unlockTime_)
receive()
This contract contains no error objects.