RoyaltyPaymentSplitter
Verified contract
Active on
Ethereum with 45 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$256.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.07705 | $3,328.34 |
$256.45 | |
WETH | ERC-20 | 0.029972 | $3,320.26 |
$99.51 | |
ERC-20 | 6.61719 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20911539 | a month ago | | | 0 | 0.00044163497 | |
| 20911535 | a month ago | | | 0 | 0.00042392746 | |
| 18433020 | a year ago | | | 0 | 0.0014154125 | |
| 18433018 | a year ago | | | 0 | 0.0010046832 | |
| 18020227 | a year ago | | | 0 | 0.0015897415 | |
| 18020223 | a year ago | | | 0 | 0.0016218183 | |
| 17613748 | a year ago | | | 0 | 0.0016758623 | |
| 17613744 | a year ago | | | 0 | 0.00089980338 | |
| 17613744 | a year ago | | | 0 | 0.0015748658 | |
| 17412421 | a year ago | | | 0 | 0.0011136260 |
ABI
ABI objects
Getter at block 21179535
totalReleased() view returns (uint256)
316641859817220290483
totalShares() view returns (uint256)
75
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.