EsProxyMaster
Verified contract
Active on
Base with 31,608 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x52ea…6590
Balances ($207,142.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALB | ERC-20 | 500.063479K | $0.414232 |
$207,142.3 | |
AEROBUD | ERC-20 | 65 | $0.009218 |
$0.6 | |
WGC | ERC-20 | 200 | $0.000471 |
$0.09 | |
BOYS | ERC-20 | 0.2 | $0.012108 |
$0 | |
USA | ERC-20 | 2 | $0.000758 |
$0 | |
BUGS | ERC-20 | 80K | -- | -- | |
BREDD | ERC-20 | 42.069K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 600.611987 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22751958 | 15 minutes ago | | | 0 | 0.0000064084085 | |
| 22751821 | 19 minutes ago | | | 0 | 0.0000064084085 | |
| 22751772 | 21 minutes ago | | | 0 | 0.0000031118539 | |
| 22751731 | 22 minutes ago | | | 0 | 0.0000064084085 | |
| 22751689 | 23 minutes ago | | | 0 | 0.0000064084085 | |
| 22751647 | 25 minutes ago | | | 0 | 0.0000033316285 | |
| 22751565 | 28 minutes ago | | | 0 | 0.0000049311762 | |
| 22751474 | 31 minutes ago | | | 0 | 0.0000016346345 | |
| 22751411 | 33 minutes ago | | | 0 | 0.0000063724220 | |
| 22751315 | 36 minutes ago | | | 0 | 0.0000064084085 |
ABI
ABI objects
Getter at block 22752390
MAXIMUM_HARVEST_INTERVAL() view returns (uint256)
1209600
emissionMaster() view returns (address)
0x52eaecac2402633d98b95213d0b473e069d86590
emissionPid() view returns (uint256)
38
owner() view returns (address)
0xdd3705a1c50fc84b6d31394aa8f4d568b98a8ad5
poolLength() view returns (uint256)
9
rewardToken() view returns (address)
0x1dd2d631c92b1acdfcdd51a0f7145a50130050c4
startTimestamp() view returns (uint256)
1714062433
tokenPerSec() view returns (uint256)
1336148648648648648
totalAllocPoint() view returns (uint256)
100
totalLockedUpRewards() view returns (uint256)
216211958712723627
totalTokenInPools() view returns (uint256)
0
Read-only
canHarvest(uint256 _pid, address _user) view returns (bool)
esTokens(address) view returns (uint256)
pendingTokens(uint256 _pid, address _user) view returns (address[] addresses, string[] symbols, uint256[] decimals, uint256[] amounts)
poolInfo(uint256) view returns (address esToken, uint256 allocPoint, uint256 lastRewardTimestamp, uint256 accTokenPerShare, uint256 harvestInterval, uint256 totalLp)
poolRewarders(uint256 _pid) view returns (address[] rewarders)
poolRewardsPerSec(uint256 _pid) view returns (address[] addresses, string[] symbols, uint256[] decimals, uint256[] rewardsPerSec)
poolTotalLp(uint256 pid) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardLockedUp, uint256 nextHarvestUntil)
State-modifying
Events add(uint256 _allocPoint, address _esToken, uint256 _harvestInterval, address[] _rewarders)
allocate(address user, uint256 amount, bytes data)
deallocate(address userAddress, uint256 _amount, bytes data)
harvest(uint256 _pid)
harvestMany(uint256[] _pids)
massUpdatePools()
recoverRewardToken(uint256 amount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint256 _harvestInterval, address[] _rewarders)
startFarming(address _dummyToken, address _emissionMaster, uint256 _emissionPid)
transferOwnership(address newOwner)
updateAllocPoint(uint256 _pid, uint256 _allocPoint)
updateEmissionRate()
updatePool(uint256 _pid)
Add(uint256 indexed pid, uint256 allocPoint, address indexed esToken, uint256 harvestInterval, address[] indexed rewarders)
AllocPointsUpdated(address indexed caller, uint256 previousAmount, uint256 newAmount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmissionRateUpdated(address indexed caller, uint256 previousValue, uint256 newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardLockedUp(address indexed user, uint256 indexed pid, uint256 amountLockedUp)
Set(uint256 indexed pid, uint256 allocPoint, uint256 harvestInterval, address[] indexed rewarders)
UpdatePool(uint256 indexed pid, uint256 lastRewardTimestamp, uint256 lpSupply, uint256 accTokenPerShare)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.