Payroll
Verified contract
Active on
Ethereum with 27,447 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0xa4fc…c59a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SABLIER | ERC-20 | 10.16466M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21128596 | 4 days ago | | | 0 | 0.00072426638 | |
| 21128596 | 4 days ago | | | 0 | 0.00072426638 | |
| 21128596 | 4 days ago | | | 0 | 0.0019417025 | |
| 21095547 | 9 days ago | | | 0 | 0.00082391838 | |
| 21082473 | 11 days ago | | | 0 | 0.00024920304 | |
| 21082470 | 11 days ago | | | 0 | 0.00078005821 | |
| 21082405 | 11 days ago | | | 0 | 0.00082834708 | |
| 21064753 | 13 days ago | | | 0 | 0.0010989794 | |
| 21064746 | 13 days ago | | | 0 | 0.0011306751 | |
| 21047285 | 16 days ago | | | 0 | 0.00051358156 |
ABI
ABI objects
Getter at block 21160391
getHubAddr() view returns (address)
0xd216153c06e857cd7f72665e0af1d7d82172f494
isOwner() view returns (bool)
false
nextSalaryId() view returns (uint256)
5453
owner() view returns (address)
0x0000000000000000000000000000000000000001
relayHubVersion() view returns (string)
1.0.0
sablier() view returns (address)
0xa4fc358455febe425536fd1878be67ffdbdec59a
Read-only
acceptRelayedCall(address relay, address from, bytes encodedFunction, uint256 transactionFee, uint256 gasPrice, uint256 gasLimit, uint256 nonce, bytes approvalData, uint256) view returns (uint256, bytes)
getSalary(uint256 salaryId) view returns (address company, address employee, uint256 salary, address tokenAddress, uint256 startTime, uint256 stopTime, uint256 remainingBalance, uint256 rate)
relayers(address, uint256) view returns (bool)
State-modifying
Events cancelSalary(uint256 salaryId) returns (bool success)
createCompoundingSalary(address employee, uint256 salary, address tokenAddress, uint256 startTime, uint256 stopTime, uint256 senderSharePercentage, uint256 recipientSharePercentage) returns (uint256 salaryId)
createSalary(address employee, uint256 salary, address tokenAddress, uint256 startTime, uint256 stopTime) returns (uint256 salaryId)
discardRelayer(address relayer, uint256 salaryId)
initialize()
initialize(address ownerAddress, address signerAddress, address sablierAddress)
initialize(address trustedSigner)
postRelayedCall(bytes context, bool success, uint256 actualCharge, bytes32 preRetVal)
preRelayedCall(bytes context) returns (bytes32)
transferOwnership(address newOwner)
whitelistRelayer(address relayer, uint256 salaryId)
withdrawFromSalary(uint256 salaryId, uint256 amount) returns (bool success)
CancelSalary(uint256 indexed salaryId, uint256 indexed streamId, address indexed company)
CreateSalary(uint256 indexed salaryId, uint256 indexed streamId, address indexed company)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RelayHubChanged(address indexed oldRelayHub, address indexed newRelayHub)
WithdrawFromSalary(uint256 indexed salaryId, uint256 indexed streamId, address indexed company)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.