pVaultV2
Verified contract
Active on
Ethereum with 2,317 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd7b7…37f2
Balances ($0.00)
No balances found for "pVaultV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19593223 | 7 months ago | | | 0 | 0.0042709242 | |
| 15283876 | 2 years ago | | | 0 | 0.0023840400 | |
| 15283873 | 2 years ago | | | 0 | 0.0062293200 | |
| 15004437 | 2 years ago | | | 0 | 0.0020106300 | |
| 15004435 | 2 years ago | | | 0 | 0.0065705700 | |
| 14607842 | 3 years ago | | | 0 | 0.0033122100 | |
| 14605536 | 3 years ago | | | 0 | 0.0024234000 | |
| 14605531 | 3 years ago | | | 0 | 0.0056057400 | |
| 14557658 | 3 years ago | | | 0 | 0.0023847600 | |
| 14553562 | 3 years ago | | | 0 | 0.0028714800 |
ABI
ABI objects
Getter at block 21172593
_rewardCount() view returns (uint256)
0
_totalDeposit() view returns (uint256)
4252919698865986789537
_vaultName() view returns (string)
PYLONVault
balance0() view returns (uint256)
4498857392605703009495
balance1() view returns (uint256)
4498857392605703009495
delayDuration() view returns (uint256)
604800
feeAddress() view returns (address)
0x0000000000000000000000000000000000000000
feePermill() view returns (uint32)
0
gov() view returns (address)
0xc71bf30c590ab40832e7f1760c15dfc66d0fe654
token0() view returns (address)
0xd7b7d3c0bda57723fb54ab95fd8f9ea033af37f2
token1() view returns (address)
0xd7b7d3c0bda57723fb54ab95fd8f9ea033af37f2
vaultAddress() view returns (address)
0xd13c27e3fb713925ed78d1fb68bea15e6d1dff13
withdrawable() view returns (bool)
true
Read-only
_depositBalances(address) view returns (uint256)
_lastCheckTime(address) view returns (uint256)
_rewardBalance(address) view returns (uint256)
_rewards(uint256) view returns (uint256 amount, uint256 timestamp, uint256 totalDeposit)
getRewardAmount(address userAddress) view returns (uint256)
State-modifying
Events claimReward(uint256 amount)
claimRewardAll()
deposit(uint256 amount)
sendReward(uint256 amount)
setDelayDuration(uint32 _delayDuration)
setFeeAddress(address _feeAddress)
setFeePermill(uint32 _feePermill)
setGovernance(address _gov)
setToken0(address _token)
setToken1(address _token)
setVaultAddress(address _vaultAddress)
setVaultName(string name)
setWithdrawable(bool _withdrawable)
withdraw(uint256 amount)
ClaimedReward(address indexed user, uint256 amount)
Deposited(address indexed user, uint256 amount)
SentReward(uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _token0, address _token1, address _feeAddress, address _vaultAddress, string name)
This contract contains no fallback and receive objects.
This contract contains no error objects.