DCAKeep3rJob
Verified contract
Active on
Ethereum with 1,114 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DCAKeep3rJob"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247088 | an hour ago | | | 0 | 0.011304213 | |
| 21246713 | 3 hours ago | | | 0 | 0.010737406 | |
| 21239558 | a day ago | | | 0 | 0.010814343 | |
| 21239550 | a day ago | | | 0 | 0.0089564746 | |
| 21232387 | 2 days ago | | | 0 | 0.0072798066 | |
| 21225228 | 3 days ago | | | 0 | 0.0076736875 | |
| 21218051 | 4 days ago | | | 0 | 0.0079625270 | |
| 21210881 | 5 days ago | | | 0 | 0.0073241554 | |
| 21203707 | 6 days ago | | | 0 | 0.0055296718 | |
| 21203706 | 6 days ago | | | 0 | 0.0063600868 |
ABI
ABI objects
Getter at block 21247528
CAN_SIGN_ROLE() view returns (bytes32)
0xc6f799190ca6c37eaf1ebcd7d2a3ffe1e2e8e4e6e75ec9258fdb069887d1d252
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x81d2d7abd2e1630b0dd2fc63bbe04757d36e5cf04683ba7f6ae5c30721375402
SUPER_ADMIN_ROLE() view returns (bytes32)
0x7613a25ecc738585a232ad50a301178f12b3ba8887d13e138b523c4269c47689
WORK_TYPEHASH() view returns (bytes32)
0xf9613ae964a96e2d637718746f601ba0377249164a417c89d62a928eedc17a4f
keep3r() view returns (address)
0xeb02addcfd8b773a5ffa6b9d1fe99c566f8c44cc
swapperAndNonce() view returns (address swapper, uint96 nonce)
(swapper=0xa5adc5484f9997fbf7d405b9aa62a7d88883c345, nonce=1114)
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setSwapper(address _swapper)
work(bytes _call, uint8 _v, bytes32 _r, bytes32 _s)
NewSwapperSet(address newSwapper)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _keep3r, address _swapper, address _superAdmin, address[] _initialCanSign)
This contract contains no fallback and receive objects.
NotAKeeper()
SignerCannotSignWork()
ZeroAddress()