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 |
---|---|---|---|---|---|
BSD | ERC-20 | 4.038836M | -- | -- | |
UNI-V2 | ERC-20 | 0.000601 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20830961 | 2 months ago | | | 0 | 0.0010887650 | |
| 20830941 | 2 months ago | | | 0 | 0.0012919582 | |
| 11695429 | 4 years ago | | | 0 | 0.0071419320 | |
| 11681203 | 4 years ago | | | 0 | 0.0069622080 | |
| 11659502 | 4 years ago | | | 0 | 0.0041218201 | |
| 11657350 | 4 years ago | | | 0 | 0.0017551211 | |
| 11657350 | 4 years ago | | | 0 | 0.0017593981 | |
| 11648866 | 4 years ago | | | 0 | 0.0042638400 | |
| 11645424 | 4 years ago | | | 0 | 0.0028988527 | |
| 11645424 | 4 years ago | | | 0 | 0.0028608423 |
ABI
ABI objects
Getter at block 21160588
dao() view returns (address)
0x0e182c65d2bf128dbb28fb6f2b9edd65b0142b4c
dollar() view returns (address)
0x0afb6a6ba319202464c75ed09f2010d883257ca9
paused() view returns (bool)
false
totalBonded() view returns (uint256)
119781118577480
totalClaimable() view returns (uint256)
7040601304128909568156
totalPhantom() view returns (uint256)
299281354362550115748
totalRewarded() view returns (uint256)
4031795470736372002031513
totalStaged() view returns (uint256)
481715023456968
univ2() view returns (address)
0x043f62e75d3e74f47a91408a8376bf00391aa227
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.