0xf362ce295f2a4eae4348ffc8cdbce8d729ccb8eb
Verified contract
Proxy
Active on
Ethereum with 938 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
0x334c…14cf
Balances ($11,460.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POOL | ERC-20 | 10.601646K | $1.081 |
$11,460.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453427 | 4 months ago | | | 0 | 0.000096461000 | |
| 19284085 | 10 months ago | | | 0 | 0.0041239284 | |
| 18942818 | a year ago | | | 0 | 0.0016511597 | |
| 18567529 | a year ago | | | 0 | 0.0023555624 | |
| 18267811 | a year ago | | | 0 | 0.00050314550 | |
| 18159389 | a year ago | | | 0 | 0.00091914991 | |
| 18080363 | a year ago | | | 0 | 0.0013623410 | |
| 18066206 | a year ago | | | 0 | 0.0017390778 | |
| 18008091 | a year ago | | | 0 | 0.0011240812 | |
| 17996375 | a year ago | | | 0 | 0.0010269310 |
ABI
ABI objects
Getter at block 21396915
asset() view returns (address)
0x0cec1a9154ff802e7934fc916ed7ca50bde6844e
dripRatePerSecond() view returns (uint256)
5787037037037037
exchangeRateMantissa() view returns (uint112)
7796179849197318
lastDripTimestamp() view returns (uint32)
1730453603
measure() view returns (address)
0x334cbb5858417aee161b53ee0d5349ccf54514cf
owner() view returns (address)
0x42cd8312d2bce04277dd5161832460e95b24262e
totalUnclaimed() view returns (uint112)
10601645625016627435007
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
userStates(address) view returns (uint128 lastExchangeRateMantissa, uint128 balance)
State-modifying
Events beforeTokenMint(address to, uint256 amount, address token, address referrer)
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.