MasterChefVemp
Verified contract
Active on
Ethereum with 1,510 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4a4e…cc78
Balances ($6,011.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VEMP | ERC-20 | 2.081038M | $0.002889 |
$6,011.56 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18235916 | a year ago | | | 0 | 0.0024481623 | |
| 15203560 | 2 years ago | | | 0 | 0.00060751823 | |
| 15192745 | 2 years ago | | | 0 | 0.0022976496 | |
| 14956621 | 2 years ago | | | 0 | 0.011422652 | |
| 14878106 | 2 years ago | | | 0 | 0.0031229107 | |
| 14843117 | 2 years ago | | | 0 | 0.0036034474 | |
| 14718259 | 2 years ago | | | 0 | 0.013337073 | |
| 14704761 | 3 years ago | | | 0 | 0.0042460791 | |
| 14571760 | 3 years ago | | | 0 | 0.0079072187 | |
| 14550167 | 3 years ago | | | 0 | 0.0028576700 |
ABI
ABI objects
Getter at block 21116058
BONUS_MULTIPLIER() view returns (uint256)
1
adminaddr() view returns (address)
0x5eff77571184427f5a9e951597571b5259820b48
bonusEndBlock() view returns (uint256)
13858685
owner() view returns (address)
0x5eff77571184427f5a9e951597571b5259820b48
poolLength() view returns (uint256)
1
startBlock() view returns (uint256)
13282685
totalAllocPoint() view returns (uint256)
100
totalVempStaked() view returns (uint256)
2081038000000000054500000
xVEMP() view returns (address)
0x4a4e2d4859af854d2a3fc6df295843d21e70cc78
xVEMPPerBlock() view returns (uint256)
2563440000100000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingxVEMP(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accxVEMPPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
admin(address _adminaddr)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
emergencyWithdrawRewardTokens(uint256 _pid, address _to, uint256 _amount)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateRewardPerBlock(uint256 _newRewardPerBlock)
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 _xVEMP, address _adminaddr, uint256 _xVEMPPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.