PaymentSplitter
Verified contract
Active on
Ethereum with 34 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$2,488.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.802861 | $3,099.73 |
$2,488.65 | |
WETH | ERC-20 | 0.548096 | $3,098.06 |
$1,698.04 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19007871 | 10 months ago | | | 0 | 0.0020872520 | |
| 19007866 | 10 months ago | | | 0 | 0.0011024122 | |
| 17866373 | a year ago | | | 0 | 0.00064376069 | |
| 15127303 | 2 years ago | | | 0.05925 | 0.00032233052 | |
| 15015622 | 2 years ago | | | 0.1437525 | 0.00097271769 | |
| 14891586 | 2 years ago | | | 0.10425 | 0.0018012567 | |
| 14717645 | 3 years ago | | | 0.03615 | 0.0019015004 | |
| 14586066 | 3 years ago | | | 0.0225 | 0.00093630377 | |
| 14558191 | 3 years ago | | | 0 | 0.0015957227 | |
| 14516289 | 3 years ago | | | 0.024675 | 0.00096780055 |
ABI
ABI objects
Getter at block 21212348
totalReleased() view returns (uint256)
264584278531250000000
totalShares() view returns (uint256)
1000
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.