MasterChef
Verified contract
Active on
Ethereum with 1,044 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x17e4…234f
0xea9f…b0bb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XDEX | ERC-20 | 998.484199M | -- | -- | |
UNI-V2 | ERC-20 | 2.521777K | -- | -- | |
UNI-V2 | ERC-20 | 6.249697 | -- | -- | |
UNI-V2 | ERC-20 | 0.346737 | -- | -- | |
UNI-V2 | ERC-20 | 0.072673 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103593 | 11 days ago | | | 0 | 0.00032919198 | |
| 20891457 | a month ago | | | 0 | 0.00049723972 | |
| 20665816 | 2 months ago | | | 0 | 0.00038670523 | |
| 11167894 | 4 years ago | | | 0 | 0.0016997940 | |
| 11138139 | 4 years ago | | | 0 | 0.0032037571 | |
| 11129409 | 4 years ago | | | 0 | 0.0037204920 | |
| 11099309 | 4 years ago | | | 0 | 0.0034320630 | |
| 11089453 | 4 years ago | | | 0 | 0.0018705807 | |
| 11086037 | 4 years ago | | | 0 | 0.0040305332 | |
| 11082264 | 4 years ago | | | 0 | 0.00042760800 |
ABI
ABI objects
Getter at block 21181809
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
11040060
migrator() view returns (address)
0xea9fa820043ff8a65d41107b3a312c42733fb0bb
owner() view returns (address)
0x2c5d00264e46a39cefe8697ab66edeab52c00b23
poolLength() view returns (uint256)
6
startBlock() view returns (uint256)
10959420
totalAllocPoint() view returns (uint256)
1002100
xdex() view returns (address)
0x17e4c54c20152998a569714fd6ea66a481ae234f
xdexPerBlock() view returns (uint256)
100000000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
lpTokenInfo(address) view returns (bool)
pendingXdex(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accXdexPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
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 _xdex, address _migrator, uint256 _xdexPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.