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 |
---|---|---|---|---|---|
DAIQ | ERC-20 | 16.930399K | -- | -- | |
UNI-V2 | ERC-20 | 15.111066K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12859708 | 3 years ago | | | 0 | 0.0020035675 | |
| 12858727 | 3 years ago | | | 0 | 0.0027237760 | |
| 12553883 | 3 years ago | | | 0 | 0.0020684730 | |
| 12528028 | 3 years ago | | | 0 | 0.0016757110 | |
| 12367728 | 4 years ago | | | 0 | 0.0033509764 | |
| 12367629 | 4 years ago | | | 0 | 0.0029151600 | |
| 12009539 | 4 years ago | | | 0 | 0.0056531736 | |
| 11974732 | 4 years ago | | | 0 | 0.0043535930 | |
| 11974718 | 4 years ago | | | 0 | 0.0034485520 | |
| 11935461 | 4 years ago | | | 0 | 0.0078624590 |
ABI
ABI objects
Getter at block 21290027
dai() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
dao() view returns (address)
0x0af9087fe3e8e834f3339fe4bee87705e84fd488
dollar() view returns (address)
0x73d9e335669462cbdd6aa3adafe9efee86a37fe9
paused() view returns (bool)
false
totalBonded() view returns (uint256)
10148018063698607413218
totalClaimable() view returns (uint256)
13172528492728708568435
totalPhantom() view returns (uint256)
10148159864961394063111630239
totalRewarded() view returns (uint256)
3757870117586872916145
totalStaged() view returns (uint256)
4963048179488088505192
univ2() view returns (address)
0x26b4b107dce673c00d59d71152136327cf6dfebf
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 lessDai, 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.