PaymentSplitter
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "PaymentSplitter"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13983959 | 3 years ago | | | 0 | 0.0078885323 | |
| 13960711 | 3 years ago | | | 0 | 0.0060999718 | |
| 13913867 | 3 years ago | | | 0 | 0.0041969954 | |
| 13877680 | 3 years ago | | | 0 | 0.0026266537 | |
| 13863054 | 3 years ago | | | 0 | 0.0040483834 | |
| 13835801 | 3 years ago | | | 0 | 0.0016917772 | |
| 13791128 | 3 years ago | | | 0 | 0.0030785631 | |
| 13742841 | 3 years ago | | | 0 | 0.0063439507 | |
| 13703161 | 3 years ago | | | 0 | 0.0052647285 |
ABI
ABI objects
Getter at block 21084119
totalReleased() view returns (uint256)
189493000000000000000
totalShares() view returns (uint256)
10
Read-only
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
State-modifying
Events release(address account)
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.