EIP173Proxy
Verified contract
Proxy
Active on
Ethereum with 63 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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
0xe7ab…4dfa
Balances ($128.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 128.581884 | $1.001 |
$128.71 | |
0xa705…90c4 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20580457 | 3 months ago | | | 0 | 0.00061712551 | |
| 20379866 | 4 months ago | | | 0 | 0.00096963966 | |
| 20179327 | 5 months ago | | | 0 | 0.0012489550 | |
| 19828798 | 6 months ago | | | 0 | 0.0018371616 | |
| 19778753 | 7 months ago | | | 0 | 0.0025974433 | |
| 19728691 | 7 months ago | | | 0 | 0.0035928936 | |
| 19678653 | 7 months ago | | | 0 | 0.0035894917 | |
| 19628696 | 7 months ago | | | 0 | 0.0046069290 | |
| 19079955 | 10 months ago | | | 0 | 0.0019833098 | |
| 18630743 | a year ago | | | 0 | 0.010739206 |
ABI
ABI objects
Getter at block 21224488
owner() view returns (address)
0xbeb28978b2c755155f20fd3d09cb37e300a6981f
erc20() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
lastDistributionAt() view returns (uint256)
1731732095
paused() view returns (bool)
false
totalShares() view returns (uint256)
20000
Read-only
supportsInterface(bytes4 id) view returns (bool)
payees(uint256) view returns (address)
pendingDistributionFor(address payee) view returns (uint256)
shares(address) view returns (uint256)
State-modifying
Events transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
distribute()
initialize()
pause()
replacePayees(address[] _payees, uint256[] _shares)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
Distributed(uint256 total)
Paused(address account)
PayeeAdded(address indexed payee, uint256 share)
Unpaused(address account)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
IntraBlockDistribution()
InvalidReceiver()
LengthMismatch()
RequiresOperator(address resource, address accessor)
ZeroAddress()