WorkerManagerAuthManagerImpl
Verified contract
Active on
Ethereum with 1,955 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "WorkerManagerAuthManagerImpl"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20811427 | 2 months ago | | | 0 | 0.00079399529 | |
| 20321040 | 4 months ago | | | 0 | 0.00031016984 | |
| 20262105 | 5 months ago | | | 0 | 0.00015856974 | |
| 20262102 | 5 months ago | | | 0.00608 | 0.00046679317 | |
| 19846163 | 7 months ago | | | 0 | 0.00027144216 | |
| 19846162 | 7 months ago | | | 0.005 | 0.00071708294 | |
| 19669184 | 7 months ago | | | 0 | 0.0010139844 | |
| 19400618 | 9 months ago | | | 0.02 | 0.0079601939 | |
| 19248933 | 9 months ago | | | 0 | 0.00097656507 | |
| 19240942 | 9 months ago | | | 0.001 | 0.0054168983 |
ABI
ABI objects
Getter at block 21294404
This contract contains no getter function objects.
Read-only
getOwner(address _workerAddress) view returns (address)
getUser(address _workerAddress) view returns (address)
isAuthorized(address _workerAddress, address _dappAddress) view returns (bool)
isAvailable(address workerAddress) view returns (bool)
isOwned(address _workerAddress) view returns (bool)
isPending(address workerAddress) view returns (bool)
isRetired(address _workerAddress) view returns (bool)
State-modifying
Events acceptJob()
authorize(address _workerAddress, address _dappAddress)
cancelHire(address _workerAddress)
deauthorize(address _workerAddress, address _dappAddress)
hire(address _workerAddress) payable
hireAndAuthorize(address _workerAddress, address _dappAddress) payable
rejectJob() payable
retire(address _workerAddress)
Authorization(address indexed user, address indexed worker, address indexed dapp)
Deauthorization(address indexed user, address indexed worker, address indexed dapp)
JobAccepted(address indexed worker, address indexed user)
JobOffer(address indexed worker, address indexed user)
JobRejected(address indexed worker, address indexed user)
Retired(address indexed worker, address indexed user)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.