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 |
---|---|---|---|---|---|
1SD | ERC-20 | 31.056148K | -- | -- | |
UNI-V2 | ERC-20 | 0.001337 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11682801 | 4 years ago | | | 0 | 0.0049996910 | |
| 11676266 | 4 years ago | | | 0 | 0.0039130200 | |
| 11676260 | 4 years ago | | | 0 | 0.0046907521 | |
| 11676251 | 4 years ago | | | 0 | 0.0036905850 | |
| 11676164 | 4 years ago | | | 0 | 0.0029562020 | |
| 11669888 | 4 years ago | | | 0 | 0.0051304040 | |
| 11669873 | 4 years ago | | | 0 | 0.0075134400 | |
| 11653895 | 4 years ago | | | 0 | 0.0068298461 | |
| 11653895 | 4 years ago | | | 0 | 0.0067139361 | |
| 11653518 | 4 years ago | | | 0 | 0.0031600781 |
ABI
ABI objects
Getter at block 21266838
dao() view returns (address)
0x1c5a768bdb10750f9007e33243fef5f3e094ad3a
dollar() view returns (address)
0x30508ac590316bb97dd8c79e64be75e4d26ffada
paused() view returns (bool)
false
totalBonded() view returns (uint256)
1337067384855383
totalClaimable() view returns (uint256)
0
totalPhantom() view returns (uint256)
8993170089381460160927
totalRewarded() view returns (uint256)
31056147860660721789401
totalStaged() view returns (uint256)
0
univ2() view returns (address)
0xdd02de289c79d77a08a95d795185cfcb5273c320
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.