MasterChefV2
Verified contract
Active on
Base with 1,586 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1fc7…c175
Balances ($2.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.00096 | $2,508.82 |
$2.41 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.06 | |
kurbi | ERC-20 | 0.1 | $0.000626 |
$0 | |
CHZ | ERC-20 | 67.773303M | -- | -- | |
BSWAP-LP | ERC-20 | 40.221273 | -- | -- | |
BSWAP-LP | ERC-20 | 0.001017 | -- | -- | |
BSWAP-LP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19368297 | 2 months ago | | | 0 | 3.5409015e-7 | |
| 19368291 | 2 months ago | | | 0 | 3.6529790e-7 | |
| 19307731 | 2 months ago | | | 0 | 2.4968600e-7 | |
| 17048341 | 4 months ago | | | 0 | 5.6397276e-7 | |
| 15225993 | 5 months ago | | | 0 | 2.1930581e-7 | |
| 15225975 | 5 months ago | | | 0 | 2.5081668e-7 | |
| 15223021 | 5 months ago | | | 0 | 1.2484300e-7 | |
| 14024878 | 6 months ago | | | 0 | 0.000012720729 | |
| 14024866 | 6 months ago | | | 0 | 0.000014452297 | |
| 13142699 | 7 months ago | | | 0 | 0.0000015385545 |
ABI
ABI objects
Getter at block 21869773
BONUS_MULTIPLIER() view returns (uint256)
1
chz() view returns (address)
0x1fc73fd9d63deb9d4c7abfc1cdea1fcd3dd1c175
chzPerBlock() view returns (uint256)
10000000000000000000
devaddr() view returns (address)
0x181416546f2c73098aa32dc9c7fee43256e9a5b3
feeAddress() view returns (address)
0x2788899b9d9d36041c4557c271fec34ff2b81dd6
owner() view returns (address)
0x2788899b9d9d36041c4557c271fec34ff2b81dd6
poolLength() view returns (uint256)
5
startBlock() view returns (uint256)
2144000
totalAllocPoint() view returns (uint256)
6900
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingChz(uint256 _pid, address _user) view returns (uint256)
poolExistence(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accChzPerShare, uint16 depositFeeBP)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, bool _withUpdate)
setFeeAddress(address _feeAddress)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _chzPerBlock)
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)
SetDevAddress(address indexed user, address indexed newAddress)
SetFeeAddress(address indexed user, address indexed newAddress)
UpdateEmissionRate(address indexed user, uint256 goosePerBlock)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _chz, address _devaddr, address _feeAddress, uint256 _chzPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.