Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESD | ERC-20 | 231.696185 | -- | -- | |
UNI-V2 | ERC-20 | 0.000157 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11121004 | 4 years ago | | | 0 | 0.0010792950 | |
| 11117427 | 4 years ago | | | 0 | 0.0025906050 | |
| 11106291 | 4 years ago | | | 0 | 0.0063318640 | |
| 11102813 | 4 years ago | | | 0 | 0.0032384251 | |
| 11102800 | 4 years ago | | | 0 | 0.0032773501 | |
| 11102212 | 4 years ago | | | 0 | 0.0043932332 | |
| 11098045 | 4 years ago | | | 0 | 0.0024725480 | |
| 11094198 | 4 years ago | | | 0 | 0.0079148300 | |
| 11094042 | 4 years ago | | | 0 | 0.0094977960 | |
| 11093883 | 4 years ago | | | 0 | 0.0058904820 |
ABI
ABI objects
Getter at block 21167629
dao() view returns (address)
0x443d2f2755db5942601fa062cc248aaa153313d3
dollar() view returns (address)
0x36f3fd68e7325a35eb768f1aedaae9ea0689d723
paused() view returns (bool)
false
totalBonded() view returns (uint256)
155411324353141
totalClaimable() view returns (uint256)
231696185218484654302
totalPhantom() view returns (uint256)
18979378493618386873644
totalRewarded() view returns (uint256)
3
totalStaged() view returns (uint256)
1607728868002
univ2() view returns (address)
0x88ff79eb2bc5850f27315415da8685282c7610f9
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.