AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 246 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
-
variable spans 48 additional slots
0xa631…e8ce
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 620.4329 | -- | -- | |
SOCKET | ERC-20 | 353.733682 | -- | -- | |
UNI-V2 | ERC-20 | 5.4631 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11689198 | 4 years ago | | | 0 | 0.011114320 | |
| 11684815 | 4 years ago | | | 0 | 0.016651036 | |
| 11600440 | 4 years ago | | | 0 | 0.0072886400 | |
| 11549144 | 4 years ago | | | 0 | 0.0058515365 | |
| 11549140 | 4 years ago | | | 0 | 0.015077130 | |
| 11401081 | 4 years ago | | | 0 | 0.0036143318 | |
| 11394671 | 4 years ago | | | 0 | 0.0025059900 | |
| 11390058 | 4 years ago | | | 0 | 0.0034171500 | |
| 11387885 | 4 years ago | | | 0 | 0.0028874795 | |
| 11375281 | 4 years ago | | | 0 | 0.0042305419 |
ABI
ABI objects
Getter at block 21282680
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
110953461353324
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
110652464918810
contractStartBlock() view returns (uint256)
11260994
cumulativeRewardsSinceStart() view returns (uint256)
0
devaddr() view returns (address)
0xd88e19da5bd6c8442c4c58d175b52e0104130815
epoch() view returns (uint256)
1
epochCalculationStartBlock() view returns (uint256)
11288181
getPendingDevFeeRewards() view returns (uint256)
0
owner() view returns (address)
0xd88e19da5bd6c8442c4c58d175b52e0104130815
pendingRewards() view returns (uint256)
244210873280550486604
poolLength() view returns (uint256)
2
rewardsInThisEpoch() view returns (uint256)
1108924258542337425096
socket() view returns (address)
0xa6312567e419e73951c451feaba07b6d74a0e8ce
superAdmin() view returns (address)
0xd88e19da5bd6c8442c4c58d175b52e0104130815
totalAllocPoint() view returns (uint256)
200
Read-only
epochRewards(uint256) view returns (uint256)
pendingSocket(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accSocketPerShare, bool withdrawable, bool depositable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
add(uint256 _allocPoint, address _token, bool _withUpdate, bool _withdrawable, bool _depositable)
addPendingRewards(uint256 _)
burnSuperAdmin()
deposit(uint256 _pid, uint256 _amount)
depositFor(address depositFor, uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
getReward(uint256 _pid)
initialize(address _socket, address _devaddr, address superAdmin)
isContract(address addr) returns (bool)
massUpdatePools()
newSuperAdmin(address newOwner)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setAllowanceForPoolToken(address spender, uint256 _pid, uint256 value)
setDevFee(uint16 _DEV_FEE)
setDevFeeReciever(address _devaddr)
setPoolDepositable(uint256 _pid, bool _depositable)
setPoolWithdrawable(uint256 _pid, bool _withdrawable)
setStrategyContractOrDistributionContractAllowance(address tokenAddress, uint256 _amount, address contractAddress)
startNewEpoch()
transferDevFee()
transferOwnership(address newOwner)
withdraw(uint256 _pid, uint256 _amount)
withdrawFrom(address owner, uint256 _pid, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 _pid, uint256 value)
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)
RewardPaid(address indexed user, uint256 pid, uint256 reward)
SuperAdminTransfered(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.