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 |
---|---|---|---|---|---|
FSEUR | ERC-20 | 167.037674K | -- | -- | |
UNI-V2 | ERC-20 | 0.00579 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11714102 | 4 years ago | | | 0 | 0.0056526620 | |
| 11714102 | 4 years ago | | | 0 | 0.0034975760 | |
| 11711646 | 4 years ago | | | 0 | 0.0038753920 | |
| 11711627 | 4 years ago | | | 0 | 0.0050157030 | |
| 11710964 | 4 years ago | | | 0 | 0.0085313600 | |
| 11699816 | 4 years ago | | | 0 | 0.021051448 | |
| 11681774 | 4 years ago | | | 0 | 0.0039595200 | |
| 11681773 | 4 years ago | | | 0 | 0.0039734790 | |
| 11681113 | 4 years ago | | | 0 | 0.0061201200 | |
| 11681106 | 4 years ago | | | 0 | 0.0060792780 |
ABI
ABI objects
Getter at block 21161938
dao() view returns (address)
0x000000da8006f1db5488089803fa004c53451410
dollar() view returns (address)
0x714441c4afedcfebc9aed6eee8a91820a4d21d66
paused() view returns (bool)
false
totalBonded() view returns (uint256)
4833616170942830
totalClaimable() view returns (uint256)
17094097065742286325279
totalPhantom() view returns (uint256)
7410901660890235335208
totalRewarded() view returns (uint256)
149943576457144463258238
totalStaged() view returns (uint256)
956366632391310
univ2() view returns (address)
0xf6699eee969fce6eb939fce3714ffb78d29dbeb1
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.