BoneLocker
Verified contract
Active on
Ethereum with 40,488 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,330,934.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BONE | ERC-20 | 4.628255M | $0.503631 |
$2,330,932.86 | |
SHIB | ERC-20 | 67.448K | $0.000026 |
$1.75 | |
NFAi | ERC-20 | 3 | $0.012636 |
$0.04 | |
COLLAR | ERC-20 | 10M | -- | -- | |
NP | ERC-20 | 90.661089T | -- | -- | |
0MGO | ERC-20 | 2.47072T | -- | -- | |
SHIBARIUM | ERC-20 | 554.45049B | -- | -- | |
AIRSHIBA | ERC-20 | 274.594564B | -- | -- | |
SHIBARIUM | ERC-20 | 48.853255B | -- | -- | |
SHIBARIUM | ERC-20 | 2.901381B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160559 | 21 minutes ago | | | 0 | 0.0014188173 | |
| 21160527 | 27 minutes ago | | | 0 | 0.0020449897 | |
| 21160327 | an hour ago | | | 0 | 0.0026357155 | |
| 21160198 | 2 hours ago | | | 0 | 0.0013055709 | |
| 21159254 | 5 hours ago | | | 0 | 0.0071732307 | |
| 21158849 | 6 hours ago | | | 0 | 0.0041052811 | |
| 21158821 | 6 hours ago | | | 0 | 0.0081362715 | |
| 21158680 | 7 hours ago | | | 0 | 0.0019847340 | |
| 21158171 | 8 hours ago | | | 0 | 0.0023198640 | |
| 21157302 | 11 hours ago | | | 0 | 0.0018281530 |
ABI
ABI objects
Getter at block 21160661
devLockingPeriod() view returns (uint256)
0
lockingPeriod() view returns (uint256)
0
owner() view returns (address)
0x94235659cf8b805b2c658f9ea2d6d6ddbb17c8d7
Read-only
getClaimableAmount(address _user) view returns (uint256)
getLeftRightCounters(address _user) view returns (uint256, uint256)
latestCounterByUser(address) view returns (uint256)
lockInfoByUser(address, uint256) view returns (uint256 _amount, uint256 _timestamp, bool _isDev)
unclaimedTokensByUser(address) view returns (uint256)
State-modifying
Events claimAll(uint256 r)
claimAllForUser(uint256 r, address user)
emergencyWithdrawOwner(address _to)
lock(address _holder, uint256 _amount, bool _isDev)
renounceOwnership()
setEmergencyAddr(address _newAddr)
setEmergencyFlag(bool _emergencyFlag)
setLockingPeriod(uint256 _newLockingPeriod, uint256 _newDevLockingPeriod)
transferOwnership(address newOwner)
LockingPeriod(address indexed user, uint256 newLockingPeriod, uint256 newDevLockingPeriod)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _boneToken, address _emergencyAddress, uint256 _lockingPeriodInDays, uint256 _devLockingPeriodInDays)
This contract contains no fallback and receive objects.
This contract contains no error objects.