X7TokenTimeLock
Verified contract
Active on
Ethereum with 114 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 |
---|---|---|---|---|---|
X7D | ERC-20 | 24.198994 | -- | -- | |
X7-AMM-V1 | ERC-20 | 0.319348 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202298 | 3 days ago | | | 0 | 0.00058753001 | |
| 21202287 | 3 days ago | | | 0 | 0.00083413794 | |
| 21194319 | 4 days ago | | | 0 | 0.0015060844 | |
| 21190340 | 5 days ago | | | 0 | 0.00089468540 | |
| 21190337 | 5 days ago | | | 0 | 0.00088351897 | |
| 21190334 | 5 days ago | | | 0 | 0.00095684770 | |
| 21190329 | 5 days ago | | | 0 | 0.00089064017 | |
| 21190327 | 5 days ago | | | 0 | 0.00089673804 | |
| 21169574 | 8 days ago | | | 0 | 0.0015602295 | |
| 21169095 | 8 days ago | | | 0 | 0.0012335305 |
ABI
ABI objects
Getter at block 21226122
globalUnlockTimestamp() view returns (uint256)
1710054000
owner() view returns (address)
0x7dcb82decbeb1f41bc9eb00a552b085ba356a256
Read-only
getTokenUnlockTimestamp(address tokenAddress) view returns (uint256)
tokenOwner(address) view returns (address)
tokenUnlockTimestamp(address) view returns (uint256)
State-modifying
Events extendGlobalUnlockTimestamp(uint256 extendSeconds)
extendTokenUnlockTimestamp(address tokenAddress, uint256 extendSeconds)
renounceOwnership()
setGlobalUnlockTimestamp(uint256 unlockTimestamp)
setTokenOwner(address tokenAddress, address ownerAddress)
setTokenUnlockTimestamp(address tokenAddress, uint256 unlockTimestamp)
setWETH(address weth_)
transferOwnership(address newOwner)
withdrawTokens(address tokenAddress, uint256 amount)
GlobalUnlockTimeExtended(uint256 secondsExtended, uint256 newUnlockTimestamp)
GlobalUnlockTimestampSet(uint256 unlockTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenOwnerSet(address indexed tokenAddress, address indexed oldTokenOwner, address indexed newTokenOwner)
TokenUnlockTimeExtended(address indexed tokenAddress, uint256 secondsExtended, uint256 newUnlockTimestamp)
TokenUnlockTimestampSet(address indexed tokenAddress, uint256 unlockTimestamp)
TokensWithdrawn(address indexed tokenAddress, address indexed recipientAddress, uint256 amount)
constructor(address weth_)
receive()
This contract contains no error objects.