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 |
---|---|---|---|---|---|
ZAI | ERC-20 | 7.47399M | -- | -- | |
UNI-V2 | ERC-20 | 555.478692K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15511189 | 2 years ago | | | 0 | 0.00068264000 | |
| 15511156 | 2 years ago | | | 0 | 0.0010254204 | |
| 15511094 | 2 years ago | | | 0 | 0.00091128496 | |
| 13631122 | 3 years ago | | | 0 | 0.012794159 | |
| 12806029 | 3 years ago | | | 0 | 0.0012063520 | |
| 12655414 | 3 years ago | | | 0 | 0.0011006160 | |
| 12617696 | 3 years ago | | | 0 | 0.0020446272 | |
| 12617688 | 3 years ago | | | 0 | 0.0011938850 | |
| 12592920 | 3 years ago | | | 0 | 0.0014650600 | |
| 12583296 | 3 years ago | | | 0 | 0.0012401110 |
ABI
ABI objects
Getter at block 21247252
dao() view returns (address)
0x6a2e6510b2bbf8c9ad7bc817d0dc711711e8d747
dollar() view returns (address)
0x9d1233cc46795e94029fda81aaadc1455d510f15
paused() view returns (bool)
false
totalBonded() view returns (uint256)
176729270646876751794594
totalClaimable() view returns (uint256)
6011182374112775297213927
totalPhantom() view returns (uint256)
176742296357934297260115537753
totalRewarded() view returns (uint256)
1462807992517361480186959
totalStaged() view returns (uint256)
378749420973174975195782
univ2() view returns (address)
0x323e054a6dd8762011d60993f51e23e2096b221f
usdc() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
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)
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)
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 lessUsdc, uint256 newUniv2)
Unbond(address indexed account, uint256 start, uint256 value, uint256 newClaimable)
Withdraw(address indexed account, uint256 value)
constructor(address dollar, address univ2)
This contract contains no fallback and receive objects.
This contract contains no error objects.