PhiatFeeDistribution
Verified contract
Active on
Ethereum with 1,532 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 |
---|---|---|---|---|---|
phHDRN | ERC-20 | 493.044954M | -- | -- | |
ePhiat | ERC-20 | 20.277317M | -- | -- | |
phSHIB | ERC-20 | 535.00442K | -- | -- | |
phHEX | ERC-20 | 135.977073K | -- | -- | |
phUSDT | ERC-20 | 239.473278 | -- | -- | |
phUSDC | ERC-20 | 74.09026 | -- | -- | |
phDAI | ERC-20 | 68.273721 | -- | -- | |
phWETH | ERC-20 | 0.011972 | -- | -- | |
phWBTC | ERC-20 | 0.000078 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081822 | 11 days ago | | | 0 | 0.00025939740 | |
| 20999515 | 23 days ago | | | 0 | 0.0088385288 | |
| 20904042 | a month ago | | | 0 | 0.0011451207 | |
| 20874836 | a month ago | | | 0 | 0.0021024754 | |
| 20848331 | a month ago | | | 0 | 0.0035688013 | |
| 20742116 | 2 months ago | | | 0 | 0.0032423974 | |
| 20734312 | 2 months ago | | | 0 | 0.00023127720 | |
| 20647453 | 2 months ago | | | 0 | 0.00049055808 | |
| 20637951 | 2 months ago | | | 0 | 0.000033371080 | |
| 20637951 | 2 months ago | | | 0 | 0.00035851146 |
ABI
ABI objects
Getter at block 21162100
REWARD_DURATION() view returns (uint256)
604800
REWARD_RATE_PRECISION_ASSIST() view returns (uint256)
1000000000000000000
UNSTAKE_DURATION() view returns (uint256)
1209600
WITHDRAW_DURATION() view returns (uint256)
604800
owner() view returns (address)
0xd812126b12dda15774033577700b44d5c9a60d24
stakingToken() view returns (address)
0xe9f721e7419423f11863e83dbd710b5d6127b5b0
stakingTokenPrecision() view returns (uint256)
1000000000000000000
totalStakedSupply() view returns (uint256)
20277317290541522827766519
totalSupply() view returns (uint256)
55555000000000000000000000
treasury() view returns (address)
0x2f14f2d27846507d235f12620aa0105aebc12936
Read-only
claimableRewards(address account) view returns (struct IPhiatFeeDistributionRewardAmount[] rewards)
getRewardForDuration(address tokenAddress) view returns (uint256)
lastTimeRewardApplicable(address tokenAddress) view returns (uint256)
rewardPerToken(address tokenAddress) view returns (uint256)
stakedBalance(address user) view returns (uint256 amount)
tokenRewards(address) view returns (uint256 periodFinish, uint256 rewardRate, uint256 lastUpdateTime, uint256 rewardStored, uint256 balance)
tokens(uint256) view returns (address)
unstakedBalance(address user) view returns (struct IPhiatFeeDistributionTimedBalance balance)
withdrawableBalance(address user) view returns (struct IPhiatFeeDistributionTimedBalance balance)
State-modifying
Events addReward(address tokenAddress)
cancelUnstake()
getReward()
recoverERC20(address tokenAddress)
renounceOwnership()
stake(uint256 amount)
transferOwnership(address newOwner)
transferTreasury(address newTreasury)
unstake(uint256 amount)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Recovered(address token, address account, uint256 amount)
RewardPaid(address indexed user, address indexed rewardToken, uint256 reward)
Staked(address indexed user, uint256 amount)
TreasuryTransferred(address indexed previousTreasury, address indexed newTreasury)
UnstakeCancelled(address indexed user)
Unstaked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 receivedAmount)
constructor(address stakingToken_, address treasury_)
This contract contains no fallback and receive objects.
This contract contains no error objects.