TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 285 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x70ec…e59c
0x46a1…4364
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191301 | 5 days ago | | | 0 | 0.011936744 | |
| 21184094 | 6 days ago | | | 0 | 0.016862666 | |
| 21168672 | 8 days ago | | | 0 | 0.025525043 | |
| 21168391 | 8 days ago | | | 0 | 0.012963893 | |
| 21155386 | 10 days ago | | | 0 | 0.011641165 | |
| 21155192 | 10 days ago | | | 0 | 0.0072315910 | |
| 21155178 | 10 days ago | | | 0 | 0.0090979471 | |
| 21148422 | 11 days ago | | | 0 | 0.0071709330 | |
| 21148302 | 11 days ago | | | 0 | 0.0065354724 | |
| 21148291 | 11 days ago | | | 0 | 0.0077944500 |
ABI
ABI objects
Getter at block 21225846
WETH() view returns (address)
0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c
masterCakepie() view returns (address)
0xed260d11b1504d8352a6066c5f2f220907d825f7
nonfungiblePositionManager() view returns (address)
0x46a15b0b27311cedf172ab29e4f4766fbe7f4364
owner() view returns (address)
0x0cdb34e6a4d635142bb92fe403d38f636bbb77b8
pancakeStaking() view returns (address)
0x70ecb6fedd7b9cbba3fa906268781ed11200e59c
paused() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
tokenListOf(address owner) view returns (uint256[])
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenOwner(uint256) view returns (address)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__PancakeV3Helper_init(address _WETH, address _pancakeStaking, address _nonfungiblePositionManager)
decreaseLiquidity(address _pool, uint256 _tokenId, uint128 _liquidity, uint256 _amount0Min, uint256 _amount1Min)
depositNFT(address _pool, uint256 _tokenId)
harvestFees(uint256[] tokenIds)
harvestReward(uint256[] tokenIds)
harvestRewardAndFeeFor(address _for, uint256[] _tokenIds)
increaseLiquidity(address _pool, uint256 _tokenId, uint256 _amount0Desired, uint256 _amount1Desired, uint256 _amount0Min, uint256 _amount1Min) payable
renounceOwnership()
setMasterCakepie(address _masterCakepie)
transferOwnership(address newOwner)
withdrawNFT(address _pool, uint256 _tokenId)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
NewDeposit(address indexed _user, address indexed _pool, uint256 _tokenId)
NewWithdraw(address indexed _user, address indexed _pool, uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
DeactivatePool()
InvalidAmount()
InvalidPool()
OnlyMasterCakepie()
TokenNotOwned()