PythiaLpStaking
Verified contract
Active on
Ethereum with 263 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb012…1dce
0x6614…45e9
0x4c7e…a095
0x0ef1…f75e
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Pythia | ERC-20 | 346.489135M | -- | -- | |
UNI-V2 | ERC-20 | 359.034323 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20685051 | 3 months ago | | | 0 | 0.0010516856 | |
| 20685045 | 3 months ago | | | 0 | 0.00023273581 | |
| 20683100 | 3 months ago | | | 0 | 0.00015748378 | |
| 20678982 | 3 months ago | | | 0 | 0.00067859998 | |
| 20678888 | 3 months ago | | | 0 | 0.00027130891 | |
| 20678619 | 3 months ago | | | 0 | 0.00082094001 | |
| 20678537 | 3 months ago | | | 0 | 0.00092486841 | |
| 20678528 | 3 months ago | | | 0 | 0.00064843919 | |
| 20678511 | 3 months ago | | | 0 | 0.0011483005 | |
| 20678504 | 3 months ago | | | 0 | 0.0010019564 |
ABI
ABI objects
Getter at block 21315596
SCALING_FACTOR() view returns (uint128)
340282366920938463463374607431768211455
decimals() view returns (uint8)
18
depositToken() view returns (address)
0xb0128508dfaf85d49f119d59f46e2aac40391dce
distributor() view returns (address)
0x4c7e4b65ae2e30936300e13b7b5688682adda095
epoch() view returns (uint256 length, uint256 end, uint256 distributed)
(length=1, end=1725547248, distributed=384161452140553653036360000)
escrowPool() view returns (address)
0x0ef1c026c6ed555432a39ae2b5d8c246e75ef75e
escrowPortion() view returns (uint256)
500000000000000000
name() view returns (string)
Pythia LP Staking V2
owner() view returns (address)
0xae730f689ac162440536ce006caff10fe759ab52
rewardToken() view returns (address)
0x66149ab384cc066fb9e6bc140f1378d1015045e9
shareBasedPoints() view returns (uint256)
231190262764630787696888076991551509891933661
symbol() view returns (string)
SPhythiaLPV2
totalSupply() view returns (uint256)
359034322856223174493
withdrawFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getCumulativePayouts(address _account) view returns (uint256)
getRedeemablePayouts(address _account) view returns (uint256)
getRedeemedPayouts(address _account) view returns (uint256)
pointsCorrection(address) view returns (int256)
withdrawnRewards(address) view returns (uint256)
State-modifying
Events addDepositRewardToken(address depositTokenAddress, address rewardTokenAddress)
approve(address spender, uint256 value) returns (bool)
changeDistributor(address _add)
claimRewards()
distributeRewards()
renounceOwnership()
setEpochTime(uint256 _duration)
setFeeReceiver(address _add)
setWithdrawFee(uint256 _fee)
stake(uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unstake()
updateEcrowPool(address _escrow)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposited(uint256 amount, address depositor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsClaimed(address _user, uint256 _escrowedAmount, uint256 _nonEscrowedAmount)
RewardsDistributed(address indexed recipient, uint256 amount)
RewardsWithdrawn(address indexed recipient, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address depositor, uint256 amount)
constructor(string poolName, string poolSymbol, address _distributor, uint256 _epochLength, address _escrowPool, uint256 _escrowPortion)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeCastOverflowedIntToUint(int256 value)
SafeCastOverflowedUintToInt(uint256 value)
SafeERC20FailedOperation(address token)