TokenLockerManagerV1
Verified contract
Active on
Ethereum with 247 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TokenLockerManagerV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21075907 | 24 days ago | | | 0 | 0.013323273 | |
| 21073129 | 24 days ago | | | 0 | 0.016472273 | |
| 20987602 | a month ago | | | 0 | 0.017857151 | |
| 20986698 | a month ago | | | 0 | 0.032556343 | |
| 20936561 | a month ago | | | 0 | 0.034528052 | |
| 20921714 | a month ago | | | 0 | 0.039418648 | |
| 20907633 | 2 months ago | | | 0 | 0.022918423 | |
| 20889659 | 2 months ago | | | 0 | 0.010433109 | |
| 20885778 | 2 months ago | | | 0 | 0.017640658 | |
| 20821967 | 2 months ago | | | 0 | 0.049230085 |
ABI
ABI objects
Getter at block 21246746
creationEnabled() view returns (bool)
true
owner() view returns (address)
0xe161c6f27eaaf004bbb7c4d4b38df6f98c4828df
tokenLockerCount() view returns (uint40)
243
Read-only
getLpData(uint40 id_) view returns (bool hasLpData, uint40 id, address token0, address token1, uint256 balance0, uint256 balance1, uint256 price0, uint256 price1)
getTokenLockAddress(uint40 id_) view returns (address)
getTokenLockData(uint40 id_) view returns (bool isLpToken, uint40 id, address contractAddress, address lockOwner, address token, address createdBy, uint40 createdAt, uint40 unlockTime, uint256 balance, uint256 totalSupply)
getTokenLockersForAddress(address address_) view returns (uint40[])
State-modifying
Events createTokenLocker(address tokenAddress_, uint256 amount_, uint40 unlockTime_)
notifyLockerOwnerChange(uint40 id_, address newOwner_, address previousOwner_, address createdBy_)
setCreationEnabled(bool value_)
transferOwnership(address newOwner_)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
TokenLockerCreated(uint40 id, address indexed token, address indexed token0, address indexed token1, address createdBy, uint256 balance, uint40 unlockTime)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.