MasterChef
Verified contract
Active on
Ethereum with 270 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x37e2…61e8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CTx | ERC-20 | 772.165663K | -- | -- | |
UNI-V2 | ERC-20 | 0.339897 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11524207 | 4 years ago | | | 0 | 0.0011380050 | |
| 11509534 | 4 years ago | | | 0 | 0.0037787400 | |
| 11509493 | 4 years ago | | | 0 | 0.0040486500 | |
| 11508525 | 4 years ago | | | 0 | 0.0036850089 | |
| 11508515 | 4 years ago | | | 0 | 0.0034303280 | |
| 11508515 | 4 years ago | | | 0 | 0.0034303280 | |
| 11508515 | 4 years ago | | | 0 | 0.0034303280 | |
| 11508345 | 4 years ago | | | 0 | 0.0027592801 | |
| 11508336 | 4 years ago | | | 0 | 0.0040540240 | |
| 11508311 | 4 years ago | | | 0 | 0.0014584800 |
ABI
ABI objects
Getter at block 21095477
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
11689070
connectx() view returns (address)
0x37e24cd46dcac47a5e44f25f78ae57a5c20c61e8
connectxPerBlock() view returns (uint256)
60000000000000000000
devaddr() view returns (address)
0x8b5c4f3ae18065efeb788ebc9470eb3c0f616bfb
owner() view returns (address)
0x49c3966519b16b458bd4d373fec37db681584b44
poolLength() view returns (uint256)
6
startBlock() view returns (uint256)
11503928
totalAllocPoint() view returns (uint256)
0
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingCONNECTx(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCONNECTxPerShare)
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 _connectx, address _devaddr, uint256 _connectxPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.