Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JET | ERC-20 | 20M | $0.002656 |
$53,119.6 | |
JC | ERC-20 | 1000T | -- | -- | |
SMAX | ERC-20 | 400T | -- | -- | |
ROCKY | ERC-20 | 300T | -- | -- | |
OINK | ERC-20 | 100T | -- | -- | |
MTE | ERC-20 | 15T | -- | -- | |
APEINU | ERC-20 | 5.262619T | -- | -- | |
EXIS | ERC-20 | 780B | -- | -- | |
BTRFLYINU | ERC-20 | 500B | -- | -- | |
SHIBOKI | ERC-20 | 500B | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20339273 | 4 months ago | | | 0 | 0.00075952423 | |
| 19033724 | 10 months ago | | | 0 | 0.0040675929 | |
| 18972561 | 10 months ago | | | 0 | 0.0039884149 | |
| 18963444 | 10 months ago | | | 0 | 0.0033119223 | |
| 18641998 | a year ago | | | 0 | 0.0035959637 | |
| 18173869 | a year ago | | | 0 | 0.0013182628 | |
| 17911760 | a year ago | | | 0 | 0.0022445997 | |
| 17758368 | a year ago | | | 0 | 0.0025796381 | |
| 17695152 | a year ago | | | 0 | 0.0019914956 | |
| 17537116 | a year ago | | | 0 | 0.0017783053 |
ABI
ABI objects
Getter at block 21206737 allLocks() view returns (struct PinkLockLock[])
allLpTokenLockedCount() view returns (uint256)
67
allNormalTokenLockedCount() view returns (uint256)
30
getTotalLockCount() view returns (uint256)
286
totalTokenLockedCount() view returns (uint256)
97
Read-only
cumulativeLockInfo(address) view returns (address token, address factory, uint256 amount)
getCumulativeLpTokenLockInfo(uint256 start, uint256 end) view returns (struct PinkLockCumulativeLockInfo[])
getCumulativeLpTokenLockInfoAt(uint256 index) view returns (struct PinkLockCumulativeLockInfo)
getCumulativeNormalTokenLockInfo(uint256 start, uint256 end) view returns (struct PinkLockCumulativeLockInfo[])
getCumulativeNormalTokenLockInfoAt(uint256 index) view returns (struct PinkLockCumulativeLockInfo)
getLock(uint256 index) view returns (struct PinkLockLock)
getLocksForToken(address token, uint256 start, uint256 end) view returns (struct PinkLockLock[])
lpLockCountForUser(address user) view returns (uint256)
lpLockForUserAtIndex(address user, uint256 index) view returns (struct PinkLockLock)
lpLocksForUser(address user) view returns (struct PinkLockLock[])
normalLockCountForUser(address user) view returns (uint256)
normalLockForUserAtIndex(address user, uint256 index) view returns (struct PinkLockLock)
normalLocksForUser(address user) view returns (struct PinkLockLock[])
totalLockCountForToken(address token) view returns (uint256)
totalLockCountForUser(address user) view returns (uint256)
State-modifying
Events editLock(uint256 lockId, uint256 newAmount, uint256 newUnlockDate) payable
lock(address owner, address token, bool isLpToken, uint256 amount, uint256 unlockDate) payable returns (uint256 id)
unlock(uint256 lockId)
LockAdded(uint256 indexed id, address token, address owner, uint256 amount, uint256 unlockDate)
LockRemoved(uint256 indexed id, address token, address owner, uint256 amount, uint256 unlockedAt)
LockUpdated(uint256 indexed id, address token, address owner, uint256 newAmount, uint256 newUnlockDate)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.