TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,530 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf469…012e
0x2260…c599
Balances ($47,613.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.471086 | $101,072.00 |
$47,613.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21380376 | 8 hours ago | | | 0 | 0.0041121958 | |
| 21379424 | 11 hours ago | | | 0 | 0.0021121372 | |
| 21379173 | 12 hours ago | | | 0 | 0.0020442434 | |
| 21378683 | 13 hours ago | | | 0 | 0.0012583167 | |
| 21378123 | 15 hours ago | | | 0 | 0.0012994901 | |
| 21373838 | a day ago | | | 0 | 0.0033444946 | |
| 21371796 | 2 days ago | | | 0 | 0.0010926302 | |
| 21371743 | 2 days ago | | | 0 | 0.0017336320 | |
| 21371116 | 2 days ago | | | 0 | 0.0017042033 | |
| 21370775 | 2 days ago | | | 0 | 0.0014637494 |
ABI
ABI objects
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 amount) view returns (uint256)
_getDateSlot(uint256 timestamp) pure returns (uint8)
pendingUnstakeAmount(address, uint8) view returns (uint256)
pendingUnstakeTime(address, uint8) view returns (uint256)
State-modifying
Events acceptOwnership()
claimAll()
claimSlot(uint8 slot)
collectFee()
deposit(uint256 amount)
initialize(address _pumpTokenAddress, address _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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AdminDeposit(address indexed owner, uint256 amount)
AdminWithdraw(address indexed owner, uint256 amount)
ClaimAll(address indexed user, uint256 amount)
ClaimSlot(address indexed user, uint256 amount, uint8 slot)
FeeCollected(uint256 amount)
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetInstantUnstakeFee(uint256 oldInstantUnstakeFee, uint256 newInstantUnstakeFee)
SetNormalUnstakeFee(uint256 oldNormalUnstakeFee, uint256 newNormalUnstakeFee)
SetOnlyAllowStake(bool onlyAllowStake)
SetOperator(address oldOperator, address newOperator)
SetStakeAssetCap(uint256 oldTotalStakingCap, uint256 newTotalStakingCap)
Stake(address indexed user, uint256 amount)
Unpaused(address account)
UnstakeInstant(address indexed user, uint256 amount)
UnstakeRequest(address indexed user, uint256 amount, uint8 slot)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
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)