BubbleStaking
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BubbleStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BubbleStaking"
ABI
ABI objects
Getter at block 21179314
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
availablePool() view returns (uint256)
0
bubble() view returns (address)
0xe9689028ede16c2fdfe3d11855d28f8e3fc452a3
bubbleClaimContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
isStakingActive() view returns (bool)
false
minimumStake() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
totalStaked() view returns (uint256)
0
Read-only
amountStaked(address) view returns (uint256)
State-modifying
Events initialize()
renounceOwnership()
stake(uint256 _amount)
stakeOnBehalfOf(address _stakerAddress, uint256 _amount)
toggleStakingState()
transferOwnership(address newOwner)
unstake(uint256 _amount)
updateAvailablePool(uint256 _availablePool)
updateBubbleClaimContractAddress(address _bubbleClaimContractAddress)
updateMinimumStake(uint256 _minimumStake)
upgradeToAndCall(address newImplementation, bytes data) payable
AvailablePoolUpdate(uint256 availablePool)
BubbleClaimContractAddressUpdate(address bubbleClaimContractAddress)
Initialized(uint64 version)
MinimumStakeUpdate(uint256 minimumStake)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed stakerAddress, uint256 amount, uint256 indexed timestamp, bool indexed isFromClaim)
StateUpdate(bool isStakingActive)
Unstake(address indexed stakerAddress, uint256 amount, uint256 indexed timestamp)
Upgraded(address indexed implementation)
constructor(address _bubbleAddress)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EmptyAddress()
ExceedsAmountStaked()
ExceedsAvailablePool()
FailedInnerCall()
InsufficientStakeAmount()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StakingInactive()
SubceedsAvailableBalance()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
WithdrawFailed()