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 |
---|---|---|---|---|---|
ZAF | ERC-20 | 231.717206K | -- | -- | |
UNI-V2 | ERC-20 | 30.600613K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11705830 | 4 years ago | | | 0 | 0.0037808340 | |
| 11704765 | 4 years ago | | | 0 | 0.0064307338 | |
| 11701355 | 4 years ago | | | 0 | 0.0049481280 | |
| 11701349 | 4 years ago | | | 0 | 0.0019840020 | |
| 11699417 | 4 years ago | | | 0 | 0.014661120 | |
| 11698063 | 4 years ago | | | 0 | 0.020473344 | |
| 11695594 | 4 years ago | | | 0 | 0.0025080781 | |
| 11695554 | 4 years ago | | | 0 | 0.0095861200 | |
| 11695544 | 4 years ago | | | 0 | 0.010449936 | |
| 11695512 | 4 years ago | | | 0 | 0.0076775040 |
ABI
ABI objects
Getter at block 21325029
dao() view returns (address)
0xbccbbc11a72985f25ade7cb3618da4e64f1bf138
dollar() view returns (address)
0x679e1f6791a8588b8b374a0c521f41719c91f92d
paused() view returns (bool)
false
totalBonded() view returns (uint256)
15224539837904639458416
totalClaimable() view returns (uint256)
158345675082054494334856
totalPhantom() view returns (uint256)
192226915977800619372636
totalRewarded() view returns (uint256)
73371530898924579682132
totalStaged() view returns (uint256)
15376073605964066992580
univ2() view returns (address)
0x60839e8b6f5c87d21a92636b3fea6d1d98f97879
usdc() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
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.