KimbapMasterChef
Verified contract
Active on
Ethereum with 1,520 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7701…c108
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KIMBAP | ERC-20 | 966.465565M | -- | -- | |
UNI-V2 | ERC-20 | 807.66309 | -- | -- | |
UNI-V2 | ERC-20 | 119.093643 | -- | -- | |
UNI-V2 | ERC-20 | 0.570032 | -- | -- | |
UNI-V2 | ERC-20 | 0.0501 | -- | -- | |
UNI-V2 | ERC-20 | 0.002323 | -- | -- | |
UNI-V2 | ERC-20 | 0.0001 | -- | -- | |
UNI-V2 | ERC-20 | 0.0001 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16736829 | 2 years ago | | | 0 | 0.0043220919 | |
| 16736827 | 2 years ago | | | 0 | 0.0043802656 | |
| 16736820 | 2 years ago | | | 0 | 0.0040494599 | |
| 16736816 | 2 years ago | | | 0 | 0.0049026373 | |
| 16736809 | 2 years ago | | | 0 | 0.0046091749 | |
| 11151838 | 4 years ago | | | 0 | 0.010472608 | |
| 10877496 | 4 years ago | | | 0 | 0.075691200 | |
| 10853847 | 4 years ago | | | 0 | 0.019486682 | |
| 10836599 | 4 years ago | | | 0 | 0.016172452 | |
| 10836592 | 4 years ago | | | 0 | 0.014728206 |
ABI
ABI objects
Getter at block 21284939
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
99999999
devaddr() view returns (address)
0x789c9bda2c17f13d725f4fbd70cf892395788e29
kimbap() view returns (address)
0x7701ba3946562f00b78dc789923a567a8238c108
kimbapPerBlock() view returns (uint256)
1000000000000000000000
owner() view returns (address)
0x6a78a4133a1111debb91b788577ce4371aef6e1b
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
10788888
totalAllocPoint() view returns (uint256)
1700
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingKimbap(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accKimbapPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _kimbap, address _devaddr, uint256 _kimbapPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.