MasterChefV3ReceiverV2
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16958890 | 2 years ago | | | 0 | 0.00092915324 | |
| 16958885 | 2 years ago | | | 0 | 0.00052427906 |
ABI
ABI objects
Getter at block 21272053
Cake() view returns (address)
0x152649ea73beab28c5b49b26eb48f7ead6d4c898
MasterChefV3() view returns (address)
0x556b9306565093c855aea9ae92a594704c2cd59e
operatorAddress() view returns (address)
0x216b55f49b7ae82bacbfa184baf7703b7cc55295
owner() view returns (address)
0x53a89fc8f55e5272ab0fd6d95bf7b894d692e6f2
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
setOperator(address _operatorAddress)
transferOwnership(address newOwner)
upkeep(uint256 _amount, uint256 _duration, bool _withUpdate)
withdraw(address _token)
NewOperator(address indexed operatorAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upkeep(address indexed to, uint256 amount, bool withUpdate)
Withdraw(address indexed token, address indexed to, uint256 amount)
constructor(address _v3, address _cake)
This contract contains no fallback and receive objects.
NoBalance()
NotOwnerOrOperator()
ZeroAddress()