Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 10 additional slots
Balances ($0.00)
No balances found for "Pool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14957866 | 2 years ago | | | 0 | 0.0023231391 | |
| 14957860 | 2 years ago | | | 0 | 0.0029811978 | |
| 14957856 | 2 years ago | | | 0 | 0.0015410081 | |
| 12552728 | 3 years ago | | | 0 | 0.0011417112 | |
| 12552728 | 3 years ago | | | 0 | 0.0012879027 | |
| 12525488 | 3 years ago | | | 0 | 0.0031185300 | |
| 12525480 | 3 years ago | | | 0 | 0.0018122400 | |
| 11811353 | 4 years ago | | | 0 | 0.0064593480 | |
| 11811249 | 4 years ago | | | 0 | 0.0069089427 | |
| 11753381 | 4 years ago | | | 0 | 0.0081853992 |
ABI
ABI objects
Getter at block 21164866 totalRewarded() view returns (uint256)
dao() view returns (address)
0x21bd94b1f970900bfd35d094fd878d19186e5629
dollar() view returns (address)
0x597072f9d8af624702c8fc4aa7fc919a04dafbde
oracle() view returns (address)
0xe51bea8a4be0e4211c2eec1bd91076309d7c956f
owner() view returns (address)
0x21bd94b1f970900bfd35d094fd878d19186e5629
paused() view returns (bool)
false
totalBonded() view returns (uint256)
83549525661938826
totalClaimable() view returns (uint256)
1949297529428476010827556
totalPhantom() view returns (uint256)
1987470568612030561721037
totalStaged() view returns (uint256)
53017475672297352
univ2() view returns (address)
0x891bf9b993b945ba041aedd2e606039c9e40ee38
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)
setDao(address _dao)
setOwner(address _owner)
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 _uniV2, address _oracle, address _dollar, address _usdc)
This contract contains no fallback and receive objects.
This contract contains no error objects.