DCAKeep3rJob
Verified contract
Active on
Ethereum with 231 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5985…499e
0x1ceb…5a44
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "DCAKeep3rJob"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14573909 | 3 years ago | | | 0 | 0.092047319 | |
| 14557839 | 3 years ago | | | 0 | 0.010599243 | |
| 14513021 | 3 years ago | | | 0 | 0.039602423 | |
| 14468103 | 3 years ago | | | 0 | 0.015402200 | |
| 14423148 | 3 years ago | | | 0 | 0.019097860 | |
| 14381396 | 3 years ago | | | 0 | 0.039378881 | |
| 14378184 | 3 years ago | | | 0 | 0.010866520 | |
| 14333201 | 3 years ago | | | 0 | 0.017905583 | |
| 14288082 | 3 years ago | | | 0 | 0.029597909 | |
| 14242800 | 3 years ago | | | 0 | 0.044393590 |
ABI
ABI objects
Getter at block 21269148
factory() view returns (address)
0xac4a40a995f236e081424d966f1dfe014fe0e98a
governor() view returns (address)
0xeeae844d04ee45c37636d8db8c9482200177dc93
keep3rV1() view returns (address)
0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
subsidizedPairs() view returns (address[] _pairs)
[0x8124cD94629Bd7e902D9B7dabDcef71F9847b232, 0xa649C9306896f90d6f8a3366f29be10557461144, 0xC62D0265ADCe0719373661FFF26d93980f5e6Fc0, 0xAc324adB90eDA530884eB0f5BE58614c6249484a, 0x82Eb5b1F3A2286903F5918f8a42Cc84A2ea500fb, 0x59aCef0FC104EDe425DF5CD3a1677A09e7e025cD]
swapper() view returns (address)
0x5985b9a914bcd6a46d72690df78c1640064c499e
Read-only
delay(uint32 _swapInterval) view returns (uint32 __delay)
isGovernor(address _account) view returns (bool _isGovernor)
isPendingGovernor(address _account) view returns (bool _isPendingGovernor)
State-modifying
Events acceptPendingGovernor()
setDelay(uint32 _swapInterval, uint32 __delay)
setKeep3rV1(address _keep3rV1)
setPendingGovernor(address __pendingGovernor)
setSwapper(address _swapper)
startSubsidizingPairs(address[] _pairs)
stopSubsidizingPairs(address[] _pairs)
work(struct IDCASwapperPairToSwap[] _pairsToSwap, uint32[] _smallestIntervals) returns (uint256 _amountSwapped)
workable() returns (struct IDCASwapperPairToSwap[] _pairs, uint32[] _smallestIntervals)
DelaySet(uint32 _swapInterval, uint32 _delay)
Keep3rV1Set(address _keep3rV1)
PendingGovernorAccepted()
PendingGovernorSet(address _pendingGovernor)
StoppedSubsidizingPairs(address[] _pairs)
SubsidizingNewPairs(address[] _pairs)
SwapperSet(address _swapper)
Worked(uint256 _amountSwapped)
constructor(address _governor, address _factory, address _keep3rV1, address _swapper)
This contract contains no fallback and receive objects.
InvalidPairAddress()
MustWaitDelay()
NotAKeeper()
NotWorked()
PairNotSubsidized()
ZeroAddress()