0x9a29401ef1856b669f55ae5b24505b3b6faeb370
Verified contract
Proxy
Active on
Ethereum with 905 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
0x0cec…844e
0xeb89…e543
Balances ($17,418.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POOL | ERC-20 | 14.761815K | $1.18 |
$17,418.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21398396 | 4 days ago | | | 0 | 0.0011591646 | |
| 21392982 | 5 days ago | | | 0 | 0.00083641338 | |
| 21341242 | 12 days ago | | | 0 | 0.0014900135 | |
| 21107845 | a month ago | | | 0 | 0.00066530998 | |
| 20888772 | 2 months ago | | | 0 | 0.00029999970 | |
| 20757919 | 3 months ago | | | 0 | 0.0013716653 | |
| 20584272 | 4 months ago | | | 0 | 0.00011069628 | |
| 20452834 | 4 months ago | | | 0 | 0.00015146738 | |
| 20248669 | 5 months ago | | | 0 | 0.00038755517 | |
| 20060773 | 6 months ago | | | 0 | 0.00036134569 |
ABI
ABI objects
Getter at block 21429483
asset() view returns (address)
0x0cec1a9154ff802e7934fc916ed7ca50bde6844e
dripRatePerSecond() view returns (uint256)
1736111111111111
exchangeRateMantissa() view returns (uint112)
42602956295968446848
lastDripTimestamp() view returns (uint32)
1734150851
measure() view returns (address)
0xeb8928ee92efb06c44d072a24c2bcb993b61e543
owner() view returns (address)
0x42cd8312d2bce04277dd5161832460e95b24262e
totalUnclaimed() view returns (uint112)
14761814552476987096978
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
userStates(address) view returns (uint128 lastExchangeRateMantissa, uint128 balance)
State-modifying
Events beforeTokenMint(address to, uint256, address token, address)
beforeTokenTransfer(address from, address to, uint256, address token)
claim(address user) returns (uint256)
deposit(uint256 amount)
drip() returns (uint256)
initialize(address _asset, address _measure, uint256 _dripRatePerSecond)
renounceOwnership()
setDripRatePerSecond(uint256 _dripRatePerSecond)
transferOwnership(address newOwner)
withdrawTo(address to, uint256 amount)
Claimed(address indexed user, uint256 newTokens)
Deposited(address indexed user, uint256 amount)
DripRateChanged(uint256 dripRatePerSecond)
Dripped(uint256 newTokens)
Initialized(address indexed asset, address indexed measure, uint256 dripRatePerSecond)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawn(address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.