Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
T | ERC-20 | 969.301508K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17556387 | a year ago | | | 0 | 0.0017098947 | |
| 16904499 | 2 years ago | | | 0 | 0.0026855909 | |
| 16904468 | 2 years ago | | | 0 | 0.0021576137 | |
| 16576772 | 2 years ago | | | 0 | 0.0021675504 | |
| 16566461 | 2 years ago | | | 0 | 0.0016045544 | |
| 16551830 | 2 years ago | | | 0 | 0.0017984657 | |
| 16551789 | 2 years ago | | | 0 | 0.0018708634 | |
| 16538426 | 2 years ago | | | 0 | 0.0014682372 | |
| 16538380 | 2 years ago | | | 0 | 0.0026432824 | |
| 16534915 | 2 years ago | | | 0 | 0.0027197840 |
ABI
ABI objects
Getter at block 21313216
crv3() view returns (address)
0x6c3f90f043a72fa612cbac8115ee7e52bde6e490
dao() view returns (address)
0x883b01205b938ec7268286d13cb40a2045d2e78f
dollar() view returns (address)
0x6967299e9f3d5312740aa61dee6e9ea658958e31
lpToken() view returns (address)
0xa77d09743f77052950c4eb4e6547e9665299becd
paused() view returns (bool)
false
totalBonded() view returns (uint256)
145119915739910191865674
totalClaimable() view returns (uint256)
890293305084478952491678
totalPhantom() view returns (uint256)
145121441442141262926712053829
totalRewarded() view returns (uint256)
79008202634626294251483
totalStaged() view returns (uint256)
533296099924038625331210
Read-only
balanceOfBonded(address account) view returns (uint256)
balanceOfClaimable(address account) view returns (uint256)
balanceOfPhantom(address account) view returns (uint256)
balanceOfRewarded(address account) view returns (uint256)
balanceOfStaged(address account) view returns (uint256)
fluidUntil(address account) view returns (uint256)
statusOf(address account) view returns (uint8)
State-modifying
Events bond(uint256 value)
claim(uint256 value)
deposit(uint256 value)
emergencyPause()
emergencyWithdraw(address token, uint256 value)
provide(uint256 value, uint256 expectedReturn)
setDao(address _dao)
unbond(uint256 value)
withdraw(uint256 value)
Bond(address indexed account, uint256 start, uint256 value)
Claim(address indexed account, uint256 value)
Deposit(address indexed account, uint256 value)
Provide(address indexed account, uint256 value, uint256 lessCrv3, uint256 lpAmount)
Unbond(address indexed account, uint256 start, uint256 value, uint256 newClaimable)
Withdraw(address indexed account, uint256 value)
constructor(address dollar, address lpToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.