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 |
---|---|---|---|---|---|
KSD | ERC-20 | 14.226661M | -- | -- | |
UNI-V2 | ERC-20 | 0.01325 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20830986 | 2 months ago | | | 0 | 0.0010034483 | |
| 12244660 | 4 years ago | | | 0 | 0.0030710120 | |
| 11745560 | 4 years ago | | | 0 | 0.010123580 | |
| 11733666 | 4 years ago | | | 0 | 0.0058584600 | |
| 11720164 | 4 years ago | | | 0 | 0.0097973480 | |
| 11717503 | 4 years ago | | | 0 | 0.0031245120 | |
| 11717502 | 4 years ago | | | 0 | 0.0031660320 | |
| 11716449 | 4 years ago | | | 0 | 0.0050956000 | |
| 11716440 | 4 years ago | | | 0 | 0.0054347640 | |
| 11716429 | 4 years ago | | | 0 | 0.0034958270 |
ABI
ABI objects
Getter at block 21319233
dao() view returns (address)
0xbfb8db211bce25b05cf120e5a9a40b2f37727fff
dollar() view returns (address)
0x88fe24761722f5a00481d7a4e4774a3f8b7455d9
paused() view returns (bool)
false
totalBonded() view returns (uint256)
1320852960095759
totalClaimable() view returns (uint256)
12856912751751470892854711
totalPhantom() view returns (uint256)
102314285854909574174157
totalRewarded() view returns (uint256)
1369748448169664118003437
totalStaged() view returns (uint256)
11929545481089944
univ2() view returns (address)
0x91e846ab9dd6a8c8a6ea94bfed5fb2d73a58978e
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
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.