UnionPirexStrategy
Verified contract
Active on
Ethereum with 65 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
pxBTRFLY | ERC-20 | 808.33583 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20275067 | 4 months ago | | | 0 | 0.00034805423 | |
| 20274467 | 4 months ago | | | 0 | 0.0010976566 | |
| 20174831 | 5 months ago | | | 0 | 0.00031811374 | |
| 20174233 | 5 months ago | | | 0 | 0.00086210151 | |
| 20074718 | 5 months ago | | | 0 | 0.00082632515 | |
| 20074117 | 5 months ago | | | 0 | 0.0015647680 | |
| 19974490 | 6 months ago | | | 0 | 0.00058382570 | |
| 19973890 | 6 months ago | | | 0 | 0.0027432698 | |
| 19874348 | 6 months ago | | | 0 | 0.00045129963 | |
| 19873748 | 6 months ago | | | 0 | 0.0011990277 |
ABI
ABI objects
Getter at block 21184142
distributor() view returns (address)
0x7e80ee9540b7008f735ebf6d987241302e2a1658
earned() view returns (uint256)
36026733096475738519
getRewardForDuration() view returns (uint256)
76127176406615846400
lastTimeRewardApplicable() view returns (uint256)
1721811671
lastUpdateTime() view returns (uint256)
1721811671
owner() view returns (address)
0xa52fd396891e7a74b641a2cb1a6999fcf56b077e
periodFinish() view returns (uint256)
1721811671
pirexBtrfly() view returns (address)
0x2d5d9c3c4150dc58c7187cebf3a20491843ae45b
rewardPerToken() view returns (uint256)
329091610938998948
rewardPerTokenStored() view returns (uint256)
329091610938998948
rewardRate() view returns (uint256)
62935827055734
rewards() view returns (uint256)
36026733096475738519
rewardsDuration() view returns (uint256)
1209600
token() view returns (address)
0x10978db3885ba79bf1bc823e108085fb88e6f02f
totalSupply() view returns (uint256)
772309096563845243034
totalSupplyWithRewards() view returns (uint256, uint256)
(772309096563845243034, 36026733096475738519)
userRewardPerTokenPaid() view returns (uint256)
329091610938998948
vault() view returns (address)
0xfa35d1f603384e8fcfcbff3e610935d02922544e
Read-only
This contract contains no read-only function objects.
State-modifying
Events getReward()
notifyRewardAmount()
recoverERC20(address tokenAddress, uint256 tokenAmount)
redeemRewards(uint256 epoch, uint256[] rewardIndexes)
renounceOwnership()
setDistributor(address _distributor)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(uint256 reward)
Staked(uint256 amount)
Withdrawn(uint256 amount)
constructor(address _pirexBtrfly, address pxBTRFLY, address _distributor, address _vault)
This contract contains no fallback and receive objects.
ZeroAddress()