KyberFairLaunch
Verified contract
Active on
Ethereum with 5,795 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($567.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KNC | ERC-20 | 1.093124K | $0.518977 |
$567.31 | |
DMM-LP WETH-KNC | ERC-20 | 15.753106 | -- | -- | |
DMM-LP WETH-USDT | ERC-20 | 0.000189 | -- | -- | |
DMM-LP WBTC-WETH | ERC-20 | 0 | -- | -- | |
DMM-LP USDC-USDT | ERC-20 | 0 | -- | -- | |
DMM-LP WBTC-USDT | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19825894 | 6 months ago | | | 0 | 0.0014670858 | |
| 19091299 | 9 months ago | | | 0 | 0.0017882672 | |
| 18749823 | a year ago | | | 0 | 0.0093718683 | |
| 18651931 | a year ago | | | 0 | 0.0015200933 | |
| 18331864 | a year ago | | | 0 | 0.00044362335 | |
| 18013659 | a year ago | | | 0 | 0.0080803199 | |
| 17593796 | a year ago | | | 0 | 0.0084675110 | |
| 17305070 | a year ago | | | 0 | 0.00078753148 | |
| 17305070 | a year ago | | | 0 | 0.0021713464 | |
| 17305070 | a year ago | | | 0 | 0.0043206113 |
ABI
ABI objects
Getter at block 21158832
admin() view returns (address)
0xbe2f0354d970265bfc36d383af77f72736b81b54
getRewardTokens() view returns (address[])
[0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202]
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
7
rewardLocker() view returns (address)
0xfab5186a194588f5ad5074bd52659302906b4522
Read-only
getPoolInfo(uint256 _pid) view returns (uint256 totalStake, address stakeToken, uint32 startBlock, uint32 endBlock, uint32 lastRewardBlock, uint256[] rewardPerBlocks, uint256[] accRewardPerShares)
getUserInfo(uint256 _pid, address _account) view returns (uint256 amount, uint256[] unclaimedRewards, uint256[] lastRewardPerShares)
pendingRewards(uint256 _pid, address _user) view returns (uint256[] rewards)
poolExists(address) view returns (bool)
rewardTokens(uint256) view returns (address)
State-modifying
Events addPool(address _stakeToken, uint32 _startBlock, uint32 _endBlock, uint256[] _rewardPerBlocks)
adminWithdraw(uint256 rewardTokenIndex, uint256 amount)
claimAdmin()
deposit(uint256 _pid, uint256 _amount, bool _shouldHarvest)
emergencyWithdraw(uint256 _pid)
harvest(uint256 _pid)
harvestMultiplePools(uint256[] _pids)
renewPool(uint256 _pid, uint32 _startBlock, uint32 _endBlock, uint256[] _rewardPerBlocks)
transferAdmin(address newAdmin)
transferAdminQuickly(address newAdmin)
updatePool(uint256 _pid, uint32 _endBlock, uint256[] _rewardPerBlocks)
updatePoolRewards(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
withdrawAll(uint256 _pid)
AddNewPool(address indexed stakeToken, uint32 indexed startBlock, uint32 indexed endBlock, uint256[] rewardPerBlocks)
AdminClaimed(address newAdmin, address previousAdmin)
Deposit(address indexed user, uint256 indexed pid, uint256 indexed blockNumber, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 indexed blockNumber, uint256 amount)
Harvest(address indexed user, uint256 indexed pid, address indexed rewardToken, uint256 lockedAmount, uint256 blockNumber)
RenewPool(uint256 indexed pid, uint32 indexed startBlock, uint32 indexed endBlock, uint256[] rewardPerBlocks)
TransferAdminPending(address pendingAdmin)
UpdatePool(uint256 indexed pid, uint32 indexed endBlock, uint256[] rewardPerBlocks)
Withdraw(address indexed user, uint256 indexed pid, uint256 indexed blockNumber, uint256 amount)
constructor(address _admin, address[] _rewardTokens, address _rewardLocker)
receive()
This contract contains no error objects.