PaymentSplitter
Verified contract
Active on
Ethereum with 19 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$1,535.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.480806 | $3,193.02 |
$1,535.22 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17442746 | a year ago | | | 0 | 0.0010629113 | |
| 17371922 | a year ago | | | 0 | 0.0028515419 | |
| 17168436 | 2 years ago | | | 0 | 0.0036514323 | |
| 17004934 | 2 years ago | | | 0.019648916 | 0.00047708402 | |
| 16999948 | 2 years ago | | | 0.0068400369 | 0.00052568882 | |
| 16971615 | 2 years ago | | | 0.021594786 | 0.00069109374 | |
| 16964485 | 2 years ago | | | 0.013005729 | 0.00040702481 | |
| 16948011 | 2 years ago | | | 0.019195422 | 0.00084161815 | |
| 16917547 | 2 years ago | | | 0.017915111 | 0.00043693050 | |
| 16882734 | 2 years ago | | | 0.015131402 | 0.00028174373 |
ABI
ABI objects
Getter at block 21161093
totalReleased() view returns (uint256)
5028058127085106078
totalShares() view returns (uint256)
22
Read-only
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
totalReleased(address token) view returns (uint256)
State-modifying
Events release(address account)
release(address token, address account)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
constructor(address[] payees, uint256[] shares_)
receive()
This contract contains no error objects.