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 |
---|---|---|---|---|---|
FSD | ERC-20 | 457.714052K | -- | -- | |
UNI-V2 | ERC-20 | 0.011901 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20831295 | 2 months ago | | | 0 | 0.0011520678 | |
| 20732506 | 2 months ago | | | 0 | 0.00023285790 | |
| 11755330 | 4 years ago | | | 0 | 0.0043137120 | |
| 11755302 | 4 years ago | | | 0 | 0.0034303880 | |
| 11701619 | 4 years ago | | | 0 | 0.014325520 | |
| 11697036 | 4 years ago | | | 0 | 0.0029562020 | |
| 11690582 | 4 years ago | | | 0 | 0.0040900780 | |
| 11690575 | 4 years ago | | | 0 | 0.0040364480 | |
| 11690391 | 4 years ago | | | 0 | 0.0019877910 | |
| 11686404 | 4 years ago | | | 0 | 0.0081395000 |
ABI
ABI objects
Getter at block 21261289
dao() view returns (address)
0x590d0fc2096f0bb063d7033fe97f6c1c512ba2b2
dollar() view returns (address)
0xd27af03cb73a29ee2f37194c70c4ee13b68fe8cb
paused() view returns (bool)
false
totalBonded() view returns (uint256)
9958893694890126
totalClaimable() view returns (uint256)
221824733150210918174370
totalPhantom() view returns (uint256)
78568146812012408521666
totalRewarded() view returns (uint256)
235889318919377089846615
totalStaged() view returns (uint256)
1941808071451013
univ2() view returns (address)
0xa9d678ee709e1db20e6eec252fdd1439c71e3692
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.