TheConnorsPaymentSplitter
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TheConnorsPaymentSplitter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16711935 | 2 years ago | | | 0 | 0.0013311912 | |
| 16711243 | 2 years ago | | | 0 | 0.0012020673 | |
| 16708520 | 2 years ago | | | 0 | 0.0011398563 | |
| 16702134 | 2 years ago | | | 0 | 0.0013707151 | |
| 16701838 | 2 years ago | | | 0 | 0.0015442588 | |
| 16701740 | 2 years ago | | | 0 | 0.0017296872 | |
| 16701690 | 2 years ago | | | 0 | 0.0015907492 | |
| 16701690 | 2 years ago | | | 0 | 0.0015907492 | |
| 16701535 | 2 years ago | | | 0 | 0.0020285657 |
ABI
ABI objects
Getter at block 21326058
owner() view returns (address)
0x0cfab5c8c0ee83035ee1147d6b11ddd4f5489abf
totalReleased() view returns (uint256)
122460000000000000000
totalShares() view returns (uint256)
1000
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)
renounceOwnership()
transferOwnership(address newOwner)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.