PaymentSplitter
Verified contract
Active on
Ethereum with 31 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$657.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.179004 | $3,672.69 |
$657.42 | |
WETH | ERC-20 | 0.118638 | $3,674.74 |
$435.96 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18786905 | a year ago | | | 0 | 0.0018930120 | |
| 18778735 | a year ago | | | 0 | 0.0023184855 | |
| 17764289 | a year ago | | | 0 | 0.0018733256 | |
| 17365929 | 2 years ago | | | 0 | 0.0020708392 | |
| 16949156 | 2 years ago | | | 0 | 0.0020484525 | |
| 16685431 | 2 years ago | | | 0 | 0.0021416859 | |
| 16685424 | 2 years ago | | | 0 | 0.0021661012 | |
| 16628996 | 2 years ago | | | 0 | 0.023867921 | |
| 15703665 | 2 years ago | | | 0 | 0.00026326515 | |
| 15622099 | 2 years ago | | | 0 | 0.00045627357 |
ABI
ABI objects
Getter at block 21434620
totalReleased() view returns (uint256)
279929175120000000000
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.