ERC20Splitter
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "ERC20Splitter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC20Splitter"
ABI
ABI objects
Getter at block 21224488
erc20() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
lastDistributionAt() view returns (uint256)
0
paused() view returns (bool)
false
totalShares() view returns (uint256)
0
Read-only
payees(uint256) view returns (address)
pendingDistributionFor(address payee) view returns (uint256)
shares(address) view returns (uint256)
State-modifying
Events distribute()
initialize()
pause()
replacePayees(address[] _payees, uint256[] _shares)
unpause()
Distributed(uint256 total)
Paused(address account)
PayeeAdded(address indexed payee, uint256 share)
Unpaused(address account)
constructor(address _context, address _erc20)
This contract contains no fallback and receive objects.
IntraBlockDistribution()
InvalidReceiver()
LengthMismatch()
RequiresOperator(address resource, address accessor)
ZeroAddress()