StrategyJob
Verified contract
Active on
Ethereum with 2,910 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeb02…44cc
0x5b93…42ab
Balances ($0.00)
No balances found for "StrategyJob"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243083 | an hour ago | | | 0 | 0.0042422063 | |
| 21243083 | an hour ago | | | 0 | 0.0047156310 | |
| 21243082 | an hour ago | | | 0 | 0.0032733197 | |
| 21240874 | 9 hours ago | | | 0 | 0.0041603537 | |
| 21240874 | 9 hours ago | | | 0 | 0.0042283804 | |
| 21240873 | 9 hours ago | | | 0 | 0.0039685333 | |
| 21237665 | 20 hours ago | | | 0 | 0.0054680435 | |
| 21237665 | 20 hours ago | | | 0 | 0.0060762911 | |
| 21237661 | 20 hours ago | | | 0 | 0.0041597463 | |
| 21235360 | a day ago | | | 0 | 0.0038649233 |
ABI
ABI objects
Getter at block 21243510
dataFeed() view returns (address)
0x1ce81290eb4c10cc9fa71256799665423e87b628
dataFeedStrategy() view returns (address)
0xd8f44421a044ac88a6f67ff6bda007b63adfed5c
defaultBridgeSenderAdapter() view returns (address)
0x5b9315ce1304df3b2a83b2074cbf849d160642ab
governor() view returns (address)
0xb7157be5c36ae31344e13f49bb4d55066dbb6ac4
keep3r() view returns (address)
0xeb02addcfd8b773a5ffa6b9d1fe99c566f8c44cc
pendingGovernor() view returns (address)
0xa211ca28299d9caad3d6a050c98f393726b1f39e
Read-only
lastPoolNonceBridged(uint32, bytes32) view returns (uint24)
workable(bytes32 _poolSalt) view returns (uint8 _reason)
workable(bytes32 _poolSalt, uint8 _reason) view returns (bool _isWorkable)
workable(uint32 _chainId, bytes32 _poolSalt, uint24 _poolNonce) view returns (bool _isWorkable)
State-modifying
Events acceptPendingGovernor()
setDefaultBridgeSenderAdapter(address _defaultBridgeSenderAdapter)
setKeep3r(address _keep3r)
setPendingGovernor(address _pendingGovernor)
work(bytes32 _poolSalt, uint8 _reason)
work(uint32 _chainId, bytes32 _poolSalt, uint24 _poolNonce, struct IOracleSidechainObservationData[] _observationsData)
DefaultBridgeSenderAdapterSet(address _defaultBridgeSenderAdapter)
Keep3rSet(address _keep3r)
PendingGovernorAccepted(address _newGovernor)
PendingGovernorSet(address _governor, address _pendingGovernor)
constructor(address _governor, address _dataFeedStrategy, address _dataFeed, address _defaultBridgeSenderAdapter)
This contract contains no fallback and receive objects.
InvalidAddress()
InvalidAmount()
KeeperNotValid()
LengthMismatch()
NotWorkable()
OnlyGovernor()
OnlyPendingGovernor()
ZeroAddress()
ZeroAmount()