MasterChefV3KeeperV2
Verified contract
Active on
Base with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MasterChefV3KeeperV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6707257 | a year ago | | | 0 | 0.000000000351496267 | |
| 6414947 | a year ago | | | 0 | 0.000000000169092370 | |
| 6056792 | a year ago | | | 0 | 0.000000023333307976 | |
| 5966301 | a year ago | | | 0 | 9.6328588e-7 | |
| 5750379 | a year ago | | | 0 | 0.000000023128678004 | |
| 5707282 | a year ago | | | 0 | 0.000000003153752586 | |
| 5412261 | a year ago | | | 0 | 1.1844633e-7 | |
| 5361472 | a year ago | | | 0 | 4.5365360e-7 | |
| 5316726 | a year ago | | | 0 | 2.5796528e-7 | |
| 5189045 | a year ago | | | 0 | 5.9045247e-7 |
ABI
ABI objects
Getter at block 23582456
Cake() view returns (address)
0x5a7fa3797154d04dab3cdbe82ee1ae8061bfcdaf
MAX_DURATION() view returns (uint256)
2592000
MIN_DURATION() view returns (uint256)
86400
MasterChefV3() view returns (address)
0xf88590d5c7baa7e81964b10961ef7780d6085156
PERIOD_DURATION() view returns (uint256)
86400
Receiver() view returns (address)
0x94f55f4f8cc0173ddbb36559c4ea45a717a0a770
bufferSecond() view returns (uint256)
43200
owner() view returns (address)
0x15224523d40f43c9310642a54bdf5d1accdb6d59
paused() view returns (bool)
false
register() view returns (address)
0x15224523d40f43c9310642a54bdf5d1accdb6d59
upkeepBufferSecond() view returns (uint256)
43200
Read-only
checkUpkeep(bytes) view returns (bool upkeepNeeded, bytes)
State-modifying
Events pause()
performUpkeep(uint256 amount, bytes)
renounceOwnership()
setBufferSecond(uint256 _bufferSecond)
setPeriodDuration(uint256 _periodDuration)
setRegister(address _register)
setUpkeepBufferSecond(uint256 _upkeepBufferSecond)
transferOwnership(address newOwner)
unpause()
NewBufferSecond(uint256 bufferSecond)
NewPeriodDuration(uint256 periodDuration)
NewRegister(address indexed register)
NewUpkeepBufferSecond(uint256 upkeepBufferSecond)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _V3, address _receiver, address _cake)
This contract contains no fallback and receive objects.
InvalidPeriodDuration()