PaymentSplitter
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$1,823.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.58885 | $3,096.64 |
$1,823.46 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16651777 | 2 years ago | | | 0 | 0.0012804292 | |
| 15222534 | 2 years ago | | | 0 | 0.00045667909 | |
| 15009066 | 2 years ago | | | 0 | 0.0025574098 | |
| 14999465 | 2 years ago | | | 0 | 0.0010475282 |
ABI
ABI objects
Getter at block 21224631
totalReleased() view returns (uint256)
10978150000000000000
totalShares() view returns (uint256)
100
Read-only
payee(uint256 index) view returns (address)
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.