MasterChef
Verified contract
Active on
Ethereum with 229 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xade0…b7c3
Balances ($36,789.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ADX | ERC-20 | 134.576629K | $0.273373 |
$36,789.62 | |
UNI-V2 | ERC-20 | 8.04759 | -- | -- | |
BPT | ERC-20 | 0.014208 | -- | -- | |
BPT | ERC-20 | 0.000076 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11542485 | 4 years ago | | | 0 | 0.026098380 | |
| 11486352 | 4 years ago | | | 0 | 0.0039912000 | |
| 11453788 | 4 years ago | | | 0 | 0.0050648500 | |
| 11444804 | 4 years ago | | | 0 | 0.0018088750 | |
| 11444804 | 4 years ago | | | 0 | 0.0018088750 | |
| 11444335 | 4 years ago | | | 0 | 0.0023191600 | |
| 11444279 | 4 years ago | | | 0 | 0.0035351750 | |
| 11444277 | 4 years ago | | | 0 | 0.0020292650 | |
| 11439019 | 4 years ago | | | 0 | 0.0026653110 | |
| 11439018 | 4 years ago | | | 0 | 0.0033514250 |
ABI
ABI objects
Getter at block 21412404
ADX() view returns (address)
0xade00c28244d5ce17d72e40330b1c318cd12b7c3
ADXPerBlock() view returns (uint256)
0
owner() view returns (address)
0x55cf64b253469586b4df590a237acf17c1e9c21a
poolLength() view returns (uint256)
6
startBlock() view returns (uint256)
11296000
totalAllocPoint() view returns (uint256)
33
Read-only
pendingADX(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accADXPerShare)
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()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setADXPerBlock(uint256 _ADXPerBlock, 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)
Recovered(address token, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _ADX, uint256 _ADXPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.