0xa5dddefd30e234be2ac6fc1a0364cfd337aa0f61
Verified contract
Proxy
Active on
Ethereum with 240 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
0xa92a…b5ab
Balances ($3,690.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POOL | ERC-20 | 4.154955K | $0.88819 |
$3,690.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19613148 | 8 months ago | | | 0 | 0.0015241611 | |
| 19612288 | 8 months ago | | | 0 | 0.0029848800 | |
| 18926396 | a year ago | | | 0 | 0.0013917537 | |
| 18709352 | a year ago | | | 0 | 0.0021618347 | |
| 18296949 | a year ago | | | 0 | 0.00066089938 | |
| 17788458 | a year ago | | | 0 | 0.0017043683 | |
| 17271384 | 2 years ago | | | 0 | 0.0038389158 | |
| 17070820 | 2 years ago | | | 0 | 0.0027687884 | |
| 17063729 | 2 years ago | | | 0 | 0.0037163137 | |
| 16759071 | 2 years ago | | | 0 | 0.0018595632 |
ABI
ABI objects
Getter at block 21312892
asset() view returns (address)
0x0cec1a9154ff802e7934fc916ed7ca50bde6844e
dripRatePerSecond() view returns (uint256)
578703703703703
exchangeRateMantissa() view returns (uint112)
50878052574310329
lastDripTimestamp() view returns (uint32)
1732926059
measure() view returns (address)
0xa92a861fc11b99b24296af880011b47f9cafb5ab
owner() view returns (address)
0x42cd8312d2bce04277dd5161832460e95b24262e
totalUnclaimed() view returns (uint112)
4154955002938924191246
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.