TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 1,530 txns
Deployed by via 0x3cace92a at 20205138
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $47,613.6
0x264380af1ace55abb1a53129a9ac9d4d6c00c3554a15939d9337e39bb49d9f57
0x5860e0a791e9255437f0f81147b887a8ee51029fdb55726a6753c2707e86b5fb
0x75eef5fe02e6af039018a78d6746551900ad0b3f51200c5fba09183f084f51f9
0xdd45de57b0bdb77e3cd7b720c132b1897d39eb0a22d1a6f3cc369854efe1fce7
0x0475c329a5144acb48431c86a5afb22427a6ab2f87b48f18292913ed6534cd88
From
0x39b1a0f0b488728314e13fdcf00532c498a98b34902bd457a4e2e58597e5df4f
From
0xfb0de57f578d2c5490f0b43729646915263de60f40522113ca250c352ed8ef1a
0x8c6a188a9f1b2ddbd3694601eab765d48414f81122720870fc682479d35bf8d5
0x9e3634e8f594305b630aa8b6989bdefc3d778d549883bcf60e9c08b788b9e23f
0x6247fd8d105985b8d42fe37a37495c571e650f0aa969fa958ccb8be30d945ea4

Functions
Getter at block 21382706
MAX_DATE_SLOT(view returns (uint8)
10
_getPeriod(pure returns (uint256)
86400
asset(view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
assetDecimal(view returns (uint8)
8
collectedFee(view returns (uint256)
39254748
instantUnstakeFee(view returns (uint256)
200
normalUnstakeFee(view returns (uint256)
200
onlyAllowStake(view returns (bool)
false
operator(view returns (address)
0xac364d14020f1da0044699691a91f06ca6131fe3
owner(view returns (address)
0x77a0545dc1dc6baee8d9c1d436c6688a75ae5777
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
pendingStakeAmount(view returns (uint256)
7853848
pumpBTC(view returns (address)
0xf469fbd2abcd6b9de8e169d128226c0fc90a012e
totalClaimableAmount(view returns (uint256)
0
totalRequestedAmount(view returns (uint256)
0
totalStakingAmount(view returns (int256)
35317446344
totalStakingCap(view returns (uint256)
2100000000000000
Read-only
_adjustAmount(uint256 amountview returns (uint256)
_getDateSlot(uint256 timestamppure returns (uint8)
pendingUnstakeAmount(addressuint8view returns (uint256)
pendingUnstakeTime(addressuint8view returns (uint256)
State-modifying
acceptOwnership(
claimAll(
claimSlot(uint8 slot
collectFee(
deposit(uint256 amount
initialize(address _pumpTokenAddressaddress _assetTokenAddress
pause(
renounceOwnership(
setInstantUnstakeFee(uint256 newInstantUnstakeFee
setNormalUnstakeFee(uint256 newNormalUnstakeFee
setOnlyAllowStake(bool _onlyAllowStake
setOperator(address newOperator
setStakeAssetCap(uint256 newTotalStakingCap
stake(uint256 amount
transferOwnership(address newOwner
unpause(
unstakeInstant(uint256 amount
unstakeRequest(uint256 amount
withdraw(
withdrawAndDeposit(uint256 depositAmount
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
AdminDeposit(address indexed owneruint256 amount
AdminWithdraw(address indexed owneruint256 amount
ClaimAll(address indexed useruint256 amount
ClaimSlot(address indexed useruint256 amountuint8 slot
FeeCollected(uint256 amount
Initialized(uint64 version
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SetInstantUnstakeFee(uint256 oldInstantUnstakeFeeuint256 newInstantUnstakeFee
SetNormalUnstakeFee(uint256 oldNormalUnstakeFeeuint256 newNormalUnstakeFee
SetOnlyAllowStake(bool onlyAllowStake
SetOperator(address oldOperatoraddress newOperator
SetStakeAssetCap(uint256 oldTotalStakingCapuint256 newTotalStakingCap
Stake(address indexed useruint256 amount
Unpaused(address account
UnstakeInstant(address indexed useruint256 amount
UnstakeRequest(address indexed useruint256 amountuint8 slot
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
AddressEmptyCode(address target
AddressInsufficientBalance(address account
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token