PrizeStrategyUpkeep
Verified contract
Active on
Ethereum with 447 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3473…d253
Balances ($0.00)
No balances found for "PrizeStrategyUpkeep"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14509966 | 3 years ago | | | 0 | 0.030240561 | |
| 14509773 | 3 years ago | | | 0 | 0.0098922473 | |
| 14508956 | 3 years ago | | | 0 | 0.035904935 | |
| 14508834 | 3 years ago | | | 0 | 0.010881472 | |
| 14504479 | 3 years ago | | | 0 | 0.014789693 | |
| 14503890 | 3 years ago | | | 0 | 0.047374579 | |
| 14503191 | 3 years ago | | | 0 | 0.017160554 | |
| 14496735 | 3 years ago | | | 0 | 0.028254173 | |
| 14496182 | 3 years ago | | | 0 | 0.010881472 | |
| 14489380 | 3 years ago | | | 0 | 0.095072847 |
ABI
ABI objects
Getter at block 21280405
owner() view returns (address)
0x3f0556bca55bdbb78a9316936067a47fd4c4c4f4
prizePoolRegistry() view returns (address)
0x34733851e2047f8d0e1aa91124a6f9eadc54d253
upkeepBatchSize() view returns (uint256)
2
upkeepLastUpkeepBlockNumber() view returns (uint256)
14509966
upkeepMinimumBlockInterval() view returns (uint256)
15
Read-only
checkUpkeep(bytes checkData) view returns (bool upkeepNeeded, bytes performData)
State-modifying
Events performUpkeep(bytes performData)
renounceOwnership()
transferOwnership(address newOwner)
updatePrizePoolRegistry(address _prizePoolRegistry)
updateUpkeepBatchSize(uint256 _upkeepBatchSize)
updateUpkeepMinimumBlockInterval(uint256 _upkeepMinimumBlockInterval)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpkeepBatchSizeUpdated(uint256 upkeepBatchSize)
UpkeepMinimumBlockIntervalUpdated(uint256 upkeepMinimumBlockInterval)
UpkeepPerformed(uint256 startAwardsPerformed, uint256 completeAwardsPerformed)
UpkeepPrizePoolRegistryUpdated(address prizePoolRegistry)
constructor(address _prizePoolRegistry, uint256 _upkeepBatchSize, uint256 _upkeepMinimumBlockInterval)
This contract contains no fallback and receive objects.
This contract contains no error objects.