KimbapMasterChef
Verified contract
Active on
Ethereum with 1,398 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa9af…7fa5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KIMBAP | ERC-20 | 25.080467M | -- | -- | |
UNI-V2 | ERC-20 | 35.339554K | -- | -- | |
UNI-V2 | ERC-20 | 1.495899K | -- | -- | |
UNI-V2 | ERC-20 | 289.225234 | -- | -- | |
UNI-V2 | ERC-20 | 0.718496 | -- | -- | |
UNI-V2 | ERC-20 | 0.006597 | -- | -- | |
UNI-V2 | ERC-20 | 0.000648 | -- | -- | |
UNI-V2 | ERC-20 | 0.00003 | -- | -- | |
UNI-V2 | ERC-20 | 0.000002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16878474 | 2 years ago | | | 0 | 0.0022068406 | |
| 16878448 | 2 years ago | | | 0 | 0.0029134723 | |
| 15123565 | 2 years ago | | | 0 | 0.0041234360 | |
| 13306635 | 3 years ago | | | 0 | 0.0081773195 | |
| 12688517 | 3 years ago | | | 0 | 0.0014638950 | |
| 12585389 | 3 years ago | | | 0 | 0.0012732060 | |
| 12543816 | 3 years ago | | | 0 | 0.0024306660 | |
| 12366964 | 4 years ago | | | 0 | 0.0055795320 | |
| 12331983 | 4 years ago | | | 0 | 0.0063141000 | |
| 12328342 | 4 years ago | | | 0 | 0.0048475350 |
ABI
ABI objects
Getter at block 21260967
bonusEndBlock() view returns (uint256)
10864888
bonusMultiplier() view returns (uint256)
5
devaddr() view returns (address)
0x789c9bda2c17f13d725f4fbd70cf892395788e29
endBlock() view returns (uint256)
99999999
kimbap() view returns (address)
0xa9af9cb36d7fcbb21149628bdf76cc8aa8987fa5
kimbapPerBlock() view returns (uint256)
10000000000000000000
owner() view returns (address)
0x789c9bda2c17f13d725f4fbd70cf892395788e29
poolLength() view returns (uint256)
9
startBlock() view returns (uint256)
10814888
totalAllocPoint() view returns (uint256)
3615
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)
setBonusEndBlock(uint256 _bonusEndBlock)
setBonusMultiplier(uint256 _bonusMultiplier)
setEndBlock(uint256 _endBlock)
setKimbapPerBlock(uint256 _kimbapPerBlock)
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 _endBlock, uint256 _bonusMultiplier)
This contract contains no fallback and receive objects.
This contract contains no error objects.