Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x14c3…d6ae
0x312b…3dd5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WAV3 | ERC-20 | 1.373054K | -- | -- | |
UNI-V2 | ERC-20 | 16.386 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12353911 | 4 years ago | | | 0 | 0.0037347991 | |
| 12016666 | 4 years ago | | | 0 | 0.013412256 | |
| 12016639 | 4 years ago | | | 0 | 0.013412256 | |
| 12016635 | 4 years ago | | | 0 | 0.013412256 | |
| 12016628 | 4 years ago | | | 0 | 0.013412256 | |
| 12016623 | 4 years ago | | | 0 | 0.013412256 | |
| 12016577 | 4 years ago | | | 0 | 0.012955020 | |
| 12016537 | 4 years ago | | | 0 | 0.013259844 | |
| 12016249 | 4 years ago | | | 0 | 0.013216932 | |
| 12016212 | 4 years ago | | | 0 | 0.017222556 |
ABI
ABI objects
Getter at block 21170207
BONUS_MULTIPLIER() view returns (uint256)
2
bonusEndBlock() view returns (uint256)
11460800
canChangeAccountants() view returns (bool)
true
diWav3() view returns (address)
0x312b88f252e9baa4be6fa9244f61a83cb8b43dd5
owner() view returns (address)
0x04f146e4bdd4e02a9bbd6b08429f44d5035f250a
poolLength() view returns (uint256)
2
startBlock() view returns (uint256)
11414492
stratCooldown() view returns (uint256)
82800
totalAllocPoint() view returns (uint256)
100000
updated() view returns (address)
0x0000000000000000000000000000000000000000
wav3() view returns (address)
0x14c38e90a593b0bd5b7e9896a8ef4ae0a119d6ae
wav3PerBlock() view returns (uint256)
1100000000000000
Read-only
calculateWithdrawable(uint256 _pid, uint256 _amount) view returns (uint256)
depositeer(address) view returns (bool)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingWav3(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accWav3PerShare, uint256 minimumStay, address strat, address accountant, uint256 stratLastCalled, uint256 shareTotals)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lockedUntil)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate, address _accountant, address _strat, uint256 _minimumStay)
deposit(uint256 _pid, uint256 _amount)
depositFor(address _user, uint256 _pid, uint256 _amount)
disableChangingAccountants()
emergencyWithdraw(uint256 _pid)
executeStrategy(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setAccountant(uint256 _pid, address _accountant)
setDepositeer(address _depositeer, bool _enabled)
setStrat(uint256 _pid, address _strat)
transferOwnership(address newOwner)
updateDiWav3(address _diWav3)
updatePool(uint256 _pid)
updateVersion(address _updated)
updateWav3PerBlock(uint256 _wav3PerBlock)
upgradeSelf(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _wav3, address _diWav3, uint256 _wav3PerBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.