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 |
---|---|---|---|---|---|
ESB | ERC-20 | 42.08391 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20831108 | 2 months ago | | | 0 | 0.0016398411 | |
| 12625216 | 3 years ago | | | 0 | 0.00067701000 | |
| 12625208 | 3 years ago | | | 0 | 0.00065416200 | |
| 12625174 | 3 years ago | | | 0 | 0.00039075000 | |
| 12578894 | 3 years ago | | | 0 | 0.0013540200 | |
| 12578891 | 3 years ago | | | 0 | 0.0013083240 | |
| 12578877 | 3 years ago | | | 0 | 0.00078135600 | |
| 11691370 | 4 years ago | | | 0 | 0.0075431900 | |
| 11691336 | 4 years ago | | | 0 | 0.0079895250 | |
| 11691334 | 4 years ago | | | 0 | 0.0049359750 |
ABI
ABI objects
Getter at block 21296966
WBTC() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
bitcoin() view returns (address)
0xc929e85dab215705b0473c846196afc94dfe2455
dao() view returns (address)
0xdbab64b9669e3290b367a1c261a44323a62a7ae4
paused() view returns (bool)
false
totalBonded() view returns (uint256)
427186422170
totalClaimable() view returns (uint256)
703346549718546659
totalPhantom() view returns (uint256)
809027471773465454
totalStaged() view returns (uint256)
145881519833
univ2() view returns (address)
0x10a0a9ef463bde88a22137ad1e32240ea9cd559d
Read-only
balanceOfBonded(address account) view returns (uint256)
balanceOfClaimable(address account) view returns (uint256)
balanceOfPhantom(address account) view returns (uint256)
balanceOfRewarded(address account, address bitcoin) view returns (uint256)
balanceOfStaged(address account) view returns (uint256)
statusOf(address account, uint256 epoch) view returns (uint8)
totalRewarded(address bitcoin) view returns (uint256)
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 lessWBTC, uint256 newUniv2)
Unbond(address indexed account, uint256 start, uint256 value, uint256 newClaimable)
Withdraw(address indexed account, uint256 value)
constructor(address bitcoin, address univ2)
This contract contains no fallback and receive objects.
This contract contains no error objects.