RVPaymentSplitter
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$52,191.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 16.680323 | $3,128.93 |
$52,191.56 | |
WETH | ERC-20 | 7.188153 | $3,130.61 |
$22,503.3 | |
ERC-20 | 0.2614 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17914349 | a year ago | | | 0.05 | 0.00067777022 |
ABI
ABI objects
Getter at block 21213263
totalReleased() view returns (uint256)
16589546966989499995
totalShares() view returns (uint256)
100
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.