LockLeash
Verified contract
Active on
Ethereum with 10,636 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6b74…bffa
Balances ($343,199.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LEASH | ERC-20 | 1.1317K | $303.26 |
$343,199.34 | |
TKX | ERC-20 | 0.000056 | $13.45 |
$0 | |
COLLAR | ERC-20 | 10M | -- | -- | |
PASTE | ERC-20 | 6.866034B | -- | -- | |
XOX | ERC-20 | 59.006354M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257254 | 5 days ago | | | 0 | 0.0011407388 | |
| 21243143 | 7 days ago | | | 0 | 0.00030429612 | |
| 21173641 | 16 days ago | | | 0 | 0.0034397901 | |
| 21153426 | 19 days ago | | | 0 | 0.0012823008 | |
| 21148499 | 20 days ago | | | 0 | 0.0010590299 | |
| 21145249 | 20 days ago | | | 0 | 0.0012884209 | |
| 21137554 | 21 days ago | | | 0 | 0.0021629081 | |
| 21072079 | a month ago | | | 0 | 0.0011010339 | |
| 21037135 | a month ago | | | 0 | 0.0011371366 | |
| 20825728 | 2 months ago | | | 0 | 0.0011624037 |
ABI
ABI objects
Getter at block 21289666
AMOUNT_MAX() view returns (uint256)
5000000000000000000
AMOUNT_MIN() view returns (uint256)
200000000000000000
BONE() view returns (address)
0x9813037ee2218799597d83d4a5b6f3b6778218d9
DAYS_MAX() view returns (uint256)
90
DAYS_MIN() view returns (uint256)
45
LEASH() view returns (address)
0x27c70cd1946795b66be9d954418546998b546634
isLockEnabled() view returns (bool)
true
landAuction() view returns (address)
0x6b74c5885d2e08efd80164965f8df002608ebffa
owner() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
totalBoneRewards() view returns (uint256)
0
totalWeight() view returns (uint256)
520885100000000000000000
Read-only
extraDaysNeeded(address user, uint256 targetWeight) view returns (uint256)
extraLeashNeeded(address user, uint256 targetWeight) view returns (uint256)
isWinner(address user) view returns (bool)
lockInfoOf(address user) view returns (uint256 amount, uint256 startTime, uint256 numDays, address ogUser)
unlockAt(address user) view returns (uint256)
weightOf(address user) view returns (uint256)
State-modifying
Events addBoneRewards(uint256 rewardAmount)
lock(uint256 amount, uint256 numDaysToAdd)
renounceOwnership()
setLandAuction(address sale)
toggleLockEnabled()
transferLock(address newOwner)
transferOwnership(address newOwner)
unlock()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _leash, address _bone, uint256 amountMin, uint256 amountMax, uint256 daysMin, uint256 daysMax)
This contract contains no fallback and receive objects.
This contract contains no error objects.