WellBoosting
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 "WellBoosting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WellBoosting"
ABI
ABI objects
Getter at block 21172310
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
token() view returns (address)
0x0000000000000000000000000000000000000000
upgrader() view returns (address)
0x0000000000000000000000000000000000000000
upgraderRenounced() view returns (bool)
false
Read-only
boostingTypeData(uint8) view returns (uint128 boost, uint128 holdDays)
calculatePts(address addr) view returns (uint256[] _results)
getUserBoostings(address _address) view returns (struct BoostingData[] boostingData)
userBoostings(address, uint256) view returns (uint256 id, uint256 createdAt, uint8 boostingType, uint256 tokenAmount, bool isWithdrawn)
State-modifying
Events createBoosting(uint8 boostingType, uint256 _tokenAmount) returns (struct BoostingData createdBoostingData)
initialize(address _claimTokenAddress)
renounceOwnership()
renounceUpgrader()
setBoostingTypeData(uint8[] t, struct BoostingTypeData[] data)
setUpgrader(address _upgrader)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawBoosting(uint256 boostingID)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
UpgraderRenounced()
UpgraderUpdated(address newAddress)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
BoostingNotFound()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)