TokenLockerManagerV1
Verified contract
Active on
Base with 4,279 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000786 |
$0 | |
BIKA | ERC-20 | 1.51998M | -- | -- | |
OHNO | ERC-20 | 3 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22732627 | 7 hours ago | | | 0 | 0.00013398198 | |
| 22725034 | 11 hours ago | | | 0 | 0.00013001686 | |
| 22717828 | 15 hours ago | | | 0 | 0.00013380223 | |
| 22689703 | a day ago | | | 0 | 0.0000087423935 | |
| 22683495 | a day ago | | | 0 | 0.0000091895215 | |
| 22671126 | 2 days ago | | | 0 | 0.0000091778156 | |
| 22665092 | 2 days ago | | | 0 | 0.0000093383755 | |
| 22642034 | 2 days ago | | | 0 | 0.0000091772649 | |
| 22623577 | 3 days ago | | | 0 | 0.0000091391902 | |
| 22605620 | 3 days ago | | | 0 | 0.0000087185370 |
ABI
ABI objects
Getter at block 22744997
creationEnabled() view returns (bool)
true
owner() view returns (address)
0x033264eefcf2edd6ce51db57102eaa94289c4828
tokenLockerCount() view returns (uint40)
4250
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.