PhutureJob
Verified contract
Active on
Ethereum with 71 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 "PhutureJob"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20128011 | 6 months ago | | | 0 | 0.0093535889 | |
| 20106578 | 6 months ago | | | 0 | 0.011672222 | |
| 20106152 | 6 months ago | | | 0 | 0.0018026218 | |
| 19458486 | 9 months ago | | | 0 | 0.054038626 | |
| 19458050 | 9 months ago | | | 0 | 0.012372602 | |
| 19100408 | a year ago | | | 0 | 0.010518846 | |
| 19078998 | a year ago | | | 0 | 0.012868902 | |
| 19057680 | a year ago | | | 0 | 0.016056248 | |
| 18909802 | a year ago | | | 0 | 0.010445779 | |
| 18888445 | a year ago | | | 0 | 0.019780608 |
ABI
ABI objects
Getter at block 21427850
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
jobConfig() view returns (address)
0x848c8b8b1490e9799dbe4fe227545f33c0456e08
keep3r() view returns (address)
0xeb02addcfd8b773a5ffa6b9d1fe99c566f8c44cc
paused() view returns (bool)
false
Read-only
canHarvest(address _vault) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAccountSettlementRequired(address _vault) view returns (bool)
lastHarvest(address) view returns (uint96)
supportsInterface(bytes4 interfaceId) view returns (bool)
timeout(address) view returns (uint32)
State-modifying
Events grantRole(bytes32 role, address account)
harvest(address _vault)
harvestWithPermission(address _vault)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setJobConfig(address _jobConfig)
setTimeout(uint32 _timeout, address _savingsVault)
settleAccount(address _vault)
unpause()
Paused(address account)
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)
Unpaused(address account)
constructor(address _keep3r, address _jobConfig)
This contract contains no fallback and receive objects.
This contract contains no error objects.