MasterChefV3ReceiverV2
Verified contract
Active on
Base with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($26,065.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DACKIE | ERC-20 | 39.445646M | $0.000661 |
$26,065.29 | |
AEROBUD | ERC-20 | 40 | $0.00903 |
$0.36 | |
kurbi | ERC-20 | 1 | $0.000789 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2859127 | a year ago | | | 0 | 0.000000000008908480 | |
| 2709865 | a year ago | | | 0 | 0.000000000039609746 |
ABI
ABI objects
Getter at block 22750090
Cake() view returns (address)
0xc2bc7a73613b9bd5f373fe10b55c59a69f4d617b
MasterChefV3() view returns (address)
0xf2890e09d21a30873ab04aa6e790ae1d78d83b6d
operatorAddress() view returns (address)
0xcbcd63c5de434fe6a0851b4cea66e6711726e3c7
owner() view returns (address)
0xe1581c10ee235f0debb655ea365100bcbd84bad2
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()