0x6521a549834f5e6d253cd2e5f4fbe4048f86cd7b
Verified contract
Proxy
Active on
Base with 1,214 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xd954…5d64
0x34e2…f873
-
variable spans 1 additional slot
0x640e…8f47
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LP-USDS | ERC-20 | 8.408543K | -- | -- | |
LP-USDC | ERC-20 | 7.486979K | -- | -- | |
LP-USDbC | ERC-20 | 7.365597K | -- | -- | |
LP-USDbC | ERC-20 | 5.305364K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21856543 | 13 hours ago | | | 0 | 8.5595317e-7 | |
| 21856435 | 13 hours ago | | | 0 | 0.0000020247745 | |
| 21816485 | a day ago | | | 0 | 7.7546484e-7 | |
| 21733592 | 3 days ago | | | 0 | 6.2372843e-7 | |
| 21656039 | 5 days ago | | | 0 | 7.8104908e-7 | |
| 21631959 | 6 days ago | | | 0 | 9.4708250e-7 | |
| 21620080 | 6 days ago | | | 0 | 7.7930016e-7 | |
| 21574613 | 7 days ago | | | 0 | 7.8370230e-7 | |
| 21477502 | 9 days ago | | | 0 | 8.9111900e-7 | |
| 21473545 | 9 days ago | | | 0 | 7.3943085e-7 |
ABI
ABI objects
Getter at block 21880461
ACC_TOKEN_PRECISION() view returns (uint256)
1000000000000
REWARD_DURATION() view returns (uint256)
604800
TOTAL_PARTITION() view returns (uint256)
1000
basePartition() view returns (uint16)
375
boostedPartition() view returns (uint256)
625
bribeRewarderFactory() view returns (address)
0x640e7ecd9346aa7190efeb47be24742086f78f47
owner() view returns (address)
0xf6ec90f57d4042c61935882c0da67d6a3a886f98
paused() view returns (bool)
false
poolLength() view returns (uint256)
4
veWom() view returns (address)
0x34e2f923bba206358ece221af73e8d121837f873
voter() view returns (address)
0x0000000000000000000000000000000000000000
wom() view returns (address)
0xd9541b08b375d58ae104ec247d7443d2d7235d64
Read-only
boostedRewarders(uint256) view returns (address)
calRewardPerUnit(uint256 _pid) view returns (uint256 accWomPerShare, uint256 accWomPerFactorShare)
getAssetPid(address asset) view returns (uint256)
getSumOfFactors(uint256 _pid) view returns (uint256)
lastTimeRewardApplicable(uint256 _periodFinish) view returns (uint256)
pendingTokens(uint256 _pid, address _user) view returns (uint256 pendingRewards, address[] bonusTokenAddresses, string[] bonusTokenSymbols, uint256[] pendingBonusRewards)
poolInfo(uint256 _pid) view returns (address lpToken, uint96 allocPoint, address rewarder, uint256 sumOfFactors, uint104 accWomPerShare, uint104 accWomPerFactorShare, uint40 lastRewardTimestamp)
poolInfoV3(uint256) view returns (address lpToken, address rewarder, uint40 periodFinish, uint128 sumOfFactors, uint128 rewardRate, uint104 accWomPerShare, uint104 accWomPerFactorShare, uint40 lastRewardTimestamp)
rewarderBonusTokenInfo(uint256 _pid) view returns (address[] bonusTokenAddresses, string[] bonusTokenSymbols)
userInfo(uint256, address) view returns (uint128 amount, uint128 factor, uint128 rewardDebt, uint128 pendingWom)
State-modifying
Events add(address _lpToken, address _boostedRewarder)
deposit(uint256 _pid, uint256 _amount) returns (uint256 reward, uint256[] additionalRewards)
depositFor(uint256 _pid, uint256 _amount, address _user)
emergencyWithdraw(uint256 _pid)
emergencyWomWithdraw()
initialize(address _wom, address _veWom, address _voter, uint16 _basePartition)
massUpdatePools()
migrate(uint256[] _pids)
multiClaim(uint256[] _pids) returns (uint256 reward, uint256[] amounts, uint256[][] additionalRewards)
notifyRewardAmount(address _lpToken, uint256 _amount)
pause()
renounceOwnership()
setBoostedRewarder(uint256 _pid, address _boostedRewarder)
setBribeRewarderFactory(address _bribeRewarderFactory)
setNewMasterWombat(address _newMasterWombat)
setRewarder(uint256 _pid, address _rewarder)
setVeWom(address _newVeWom)
setVoter(address _newVoter)
setWom(address _newWom)
transferOwnership(address newOwner)
unpause()
updateEmissionPartition(uint16 _basePartition)
updateFactor(address _user, uint256 _newVeWomBalance)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount) returns (uint256 reward, uint256[] additionalRewards)
Add(uint256 indexed pid, address indexed lpToken, address boostedRewarder)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
DepositFor(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWomWithdraw(address owner, uint256 balance)
Harvest(address indexed user, uint256 indexed pid, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetBoostedRewarder(uint256 indexed pid, address boostedRewarder)
SetBribeRewarderFactory(address bribeRewarderFactory)
SetNewMasterWombat(address masterWormbat)
SetRewarder(uint256 indexed pid, address rewarder)
Unpaused(address account)
UpdateEmissionPartition(address indexed user, uint256 basePartition, uint256 boostedPartition)
UpdateVeWOM(address indexed user, address oldVeWOM, address newVeWOM)
UpdateVoter(address indexed user, address oldVoter, address newVoter)
UpdateWOM(address indexed user, address oldWOM, address newWOM)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.