LiquidityMining
Verified contract
Active on
Ethereum with 60 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf3c6…48da
0xcf94…5b80
0xdf99…f044
Balances ($0.00)
No balances found for "LiquidityMining"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11433749 | 4 years ago | | | 0 | 0.0049565700 | |
| 11373920 | 4 years ago | | | 0 | 0.0072696360 | |
| 11357492 | 4 years ago | | | 0 | 0.013434762 | |
| 11342323 | 4 years ago | | | 0 | 0.012214895 | |
| 11303512 | 4 years ago | | | 0 | 0.012034880 | |
| 11189517 | 4 years ago | | | 0 | 0.0077731150 | |
| 11189503 | 4 years ago | | | 0 | 0.0063699900 | |
| 11174171 | 4 years ago | | | 0 | 0.0040955299 | |
| 11174171 | 4 years ago | | | 0 | 0.0064311600 | |
| 11174148 | 4 years ago | | | 0 | 0.0053301360 |
ABI
ABI objects
Getter at block 21331815
BONUS_DECIMALS() view returns (uint256)
2
bonusPeriodSec() view returns (uint256)
3888000
getDistributionToken() view returns (address)
0x3d1be3fef769399cce7e504e85324d622f23cf85
getStakingToken() view returns (address)
0x0e60e7690fce00b94fd2c6da39ff8e03c2a67f41
isOwner() view returns (bool)
false
owner() view returns (address)
0x0d6c5653248573af04746254f5e77872e17cadd8
startBonus() view returns (uint256)
30
token() view returns (address)
0x0e60e7690fce00b94fd2c6da39ff8e03c2a67f41
totalLocked() view returns (uint256)
0
totalLockedShares() view returns (uint256)
0
totalShares() view returns (uint256)
10515713302489
totalStaked() view returns (uint256)
10515713302489
totalStakingShares() view returns (uint256)
10515713302489
totalUnlocked() view returns (uint256)
74429613057
unlockScheduleCount() view returns (uint256)
1
Read-only
totalStakedFor(address addr) view returns (uint256)
unlockSchedules(uint256) view returns (uint256 initialLockedShares, uint256 unlockedShares, uint256 lastUnlockTimestampSec, uint256 endAtSec, uint256 durationSec)
userStakingShares(address addr) view returns (uint256)
State-modifying
Events lockTokens(uint256 amount, uint256 durationSec)
renounceOwnership()
rescueFundsFromStakingPool(address tokenToRescue, address to, uint256 amount) returns (bool)
stake(uint256 amount)
stakeFor(address user, uint256 amount)
transferOwnership(address newOwner)
unlockTokens() returns (uint256)
unstake(uint256 amount)
unstakeQuery(uint256 amount) returns (uint256)
updateAccounting() returns (uint256, uint256, uint256, uint256, uint256, uint256)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount, uint256 total, bytes data)
TokensClaimed(address indexed user, uint256 amount)
TokensLocked(uint256 amount, uint256 durationSec, uint256 total)
TokensUnlocked(uint256 amount, uint256 total)
Unstaked(address indexed user, uint256 amount, uint256 total, bytes data)
constructor(address stakingToken, address distributionToken, uint256 maxUnlockSchedules, uint256 startBonus_, uint256 bonusPeriodSec_, uint256 initialSharesPerToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.