TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 30 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
0xefd5…8102
0x00b0…7bde
0x23fc…e684
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000603 |
$0 | |
esVELA | ERC-20 | 911.39733 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16100236 | 5 months ago | | | 0 | 0.0000044601651 | |
| 15490403 | 6 months ago | | | 0 | 0.0000038506682 | |
| 14891138 | 6 months ago | | | 0 | 0.000010901623 | |
| 14252594 | 7 months ago | | | 0 | 0.000010776613 | |
| 13645466 | 7 months ago | | | 0 | 0.000010803041 | |
| 13053274 | 8 months ago | | | 0 | 0.000010884550 | |
| 12441461 | 8 months ago | | | 0 | 0.000010792019 | |
| 11861990 | 9 months ago | | | 0 | 0.0000027204078 | |
| 11176062 | 9 months ago | | | 0 | 0.0000033897125 | |
| 10637026 | 10 months ago | | | 0 | 0.000000000288217422 |
ABI
ABI objects
Getter at block 23221258
distributor() view returns (address)
0x00b01710c2098b883c4f93dd093be8cf605a7bde
operators() view returns (address)
0x23fc7c88402fe3314d4e76ac42f4c5a3e01ae684
rewardInfoLimit() view returns (uint256)
52
rewardToken() view returns (address)
0xefd5a713c5bd85e9ced46070b2532e4a47a18102
Read-only
currentEndTimestamp(uint256 _pid) view returns (uint256)
getTimeElapsed(uint256 _from, uint256 _to, uint256 _endTimestamp) pure returns (uint256)
pendingTokens(uint256 _pid, address _user) view returns (uint256)
poolIds(uint256) view returns (uint256)
poolInfo(uint256) view returns (uint256 accTokenPerShare, uint256 startTimestamp, uint256 lastRewardTimestamp, uint256 totalRewards)
poolRewardInfo(uint256, uint256) view returns (uint256 startTimestamp, uint256 endTimestamp, uint256 rewardPerSec)
poolRewardsPerSec(uint256 _pid) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
add(uint256 _pid, uint256 _startTimestamp)
addRewardInfo(uint256 _pid, uint256 _endTimestamp, uint256 _rewardPerSec) payable
emergencyRewardWithdraw(uint256 _pid, uint256 _amount, address _beneficiary)
emergencyWithdraw(uint256 _amount, address _beneficiary)
initialize(address _rewardToken, address _distributor, address _operators)
massUpdatePools()
onVelaReward(uint256 _pid, address _user, uint256 _amount)
updatePool(uint256 _pid) returns (struct ComplexRewarderPerSecPoolInfo pool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddPool(uint256 indexed pid)
AddRewardInfo(uint256 indexed pid, uint256 indexed phase, uint256 endTimestamp, uint256 rewardPerSec)
Initialized(uint8 version)
OnReward(address indexed user, uint256 amount)
RewardRateUpdated(uint256 oldRate, uint256 newRate)
UpdatePool(uint256 indexed pid, uint256 lastRewardTimestamp, uint256 lpSupply, uint256 accTokenPerShare)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.