AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1,616 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 1 additional slot
0x4104…60c8
0xab1c…3f81
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xab1c…3f81 (#37662610412320084583355018906246165122591771611809519239168) | ERC-1555 | 27,473,868.362346T | -- | -- | |
0xab1c…3f81 (#25108406941546723055683440059830832290387060722881450213376) | ERC-1555 | 1,567,507.779931T | -- | -- | |
0xab1c…3f81 (#50216813883093446111366880119503208255745592770575812526080) | ERC-1555 | 1,000,000T | -- | -- | |
0xab1c…3f81 (#43939712147706765347190808329453831538694127056273553752064) | ERC-1555 | 346,885.335273T | -- | -- | |
0xab1c…3f81 (#25108406941546723055683440059751604127872796385287906263040) | ERC-1555 | 186,716.577818T | -- | -- | |
0xab1c…3f81 (#31385508676933403819519229483038498706489416167345484726272) | ERC-1555 | 24,834.404395T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16619656 | 2 years ago | | | 0 | 0.0020421943 | |
| 16041536 | 2 years ago | | | 0 | 0.0012425471 | |
| 15998862 | 2 years ago | | | 0 | 0.0012882961 | |
| 15300893 | 2 years ago | | | 0 | 0.00063680526 | |
| 15300892 | 2 years ago | | | 0 | 0.00090744368 | |
| 15205732 | 2 years ago | | | 0 | 0.0016319965 | |
| 15205693 | 2 years ago | | | 0 | 0.0021762686 | |
| 15205692 | 2 years ago | | | 0 | 0.0019966125 | |
| 15144201 | 2 years ago | | | 0 | 0.0013621299 | |
| 15088155 | 2 years ago | | | 0 | 0.0021839170 |
ABI
ABI objects
Getter at block 21319177
ERC1155_ERC165() view returns (bytes4)
0xd9b67a26
apw() view returns (address)
0x4104b135dbc9609fc1a9490e61369036497660c8
apwPerBlock() view returns (uint256)
3134600000000000000
depositEnabled() view returns (bool)
false
lpToken() view returns (address)
0xab1cab9c059b627de5add93834b70e5048923f81
owner() view returns (address)
0x4b70031e70a64a3c9af242a0ba96e4b9bdb2fd6c
poolIdsLength() view returns (uint256)
30
startBlock() view returns (uint256)
13910533
totalAllocPoint() view returns (uint256)
28000000000000000000
withdrawEnabled() view returns (bool)
false
Read-only
getAllPendingAPW(uint256[] _userLpTokenIds, address user) view returns (uint256 totalPendingAPW)
getUserLpTokenIdList(address _user) view returns (uint256[])
isRegisteredPoolId(uint256 _poolId) view returns (bool)
lpIDToFutureAddress(uint256) view returns (address)
nextUpgradeAllocPoint(uint256) view returns (uint256)
pendingAPW(uint256 _lpTokenId, address _user) view returns (uint256 userPendingApw)
poolIdAt(uint256 _id) view returns (uint256)
poolInfo(uint256) view returns (uint256 allocPoint, uint256 accAPWPerShare, uint256 lastRewardBlock, uint256 ammId, uint256 pairId)
rewarders(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
userInfo(uint256, uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 periodId)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
add(uint256 _allocPoint, uint256 _lpTokenId, address _rewarder, bool _withUpdate)
claimAll(uint256[] _userLpTokenIds, address _toUser, bool _withUpdate)
deposit(uint256 _lpTokenId, uint256 _amount)
emergencyWithdraw(uint256 _lpTokenId)
harvest(uint256 _lpTokenId, address to)
initialize(address _apw, address _lpToken, uint256 _apwPerBlock, uint256 _startBlock)
massUpdatePools()
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
set(uint256 _lpTokenId, uint256 _allocPoint, address _rewarder, bool overwrite, bool _withUpdate)
setAPWPerBlock(uint256 _apwPerBlock)
setNextUpgradeAllocPoint(uint256 _lpTokenId, uint256 _nextAllocPoint)
setlpIDToFuture(uint256 _lpTokenId, address futureAddress)
togglePauseDeposit()
togglePauseWithdrawls()
transferOwnership(address newOwner)
updatePool(uint256 _lpTokenId)
withdraw(uint256 _lpTokenId, uint256 _amount)
withdrawAPW(address _recipient, uint256 _amount)
withdrawExpiredTo(uint256 _lpTokenId, uint256 _amount, address _recipient)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Deposit(address indexed user, uint256 indexed lpTokenId, uint256 amount)
DepositPauseChanged(bool _depositPaused)
EmergencyWithdraw(address indexed user, uint256 indexed lpTokenId, uint256 amount)
Harvest(address indexed user, uint256 indexed lpTokenId, uint256 amount)
LpIdToFutureSet(uint256 _lpTokenId, address futureAddress)
NextAllocPointSet(uint256 indexed previousLpTokenId, uint256 nextAllocPoint)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed lpTokenId, uint256 amount)
WithdrawalsPauseChange(bool _withdrawPaused)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.