RoyaltyPaymentSplitter
Verified contract
Active on
Ethereum with 19 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$21,854.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.004044 | $3,120.23 |
$21,854.23 | |
WETH | ERC-20 | 1.37276 | $3,121.52 |
$4,285.1 | |
ERC-20 | 15.12912 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20199632 | 5 months ago | | | 0 | 0.00014463849 | |
| 20199624 | 5 months ago | | | 0 | 0.00013452704 | |
| 19392269 | 8 months ago | | | 0 | 0.0054947094 | |
| 19392253 | 8 months ago | | | 0 | 0.0036616726 | |
| 19276576 | 9 months ago | | | 0 | 0.0053937739 | |
| 19276570 | 9 months ago | | | 0 | 0.0027555134 | |
| 18433079 | a year ago | | | 0 | 0.0013822607 | |
| 18433078 | a year ago | | | 0 | 0.0011770502 | |
| 17066477 | 2 years ago | | | 0 | 0.0019380550 | |
| 16894073 | 2 years ago | | | 0 | 0.00094658934 |
ABI
ABI objects
Getter at block 21199228
totalReleased() view returns (uint256)
62759112507940700155
totalShares() view returns (uint256)
5
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.