ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 2,361 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6369…df9a
Balances ($305,135.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WELL | ERC-20 | 753.830403M | $0.000405 |
$305,135.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171747 | 2 hours ago | | | 0 | 0.0038316818 | |
| 21170843 | 5 hours ago | | | 0 | 0.0054755079 | |
| 21164976 | a day ago | | | 0 | 0.0031801859 | |
| 21159961 | 2 days ago | | | 0 | 0.0028724916 | |
| 21159927 | 2 days ago | | | 0 | 0.0043337622 | |
| 21150689 | 3 days ago | | | 0 | 0.0024036017 | |
| 21149644 | 3 days ago | | | 0 | 0.00079197138 | |
| 21133892 | 5 days ago | | | 0 | 0.0011902059 | |
| 21133672 | 5 days ago | | | 0 | 0.00092427280 | |
| 21133634 | 5 days ago | | | 0 | 0.0013496875 |
ABI
ABI objects
Getter at block 21172310 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
owner() view returns (address)
0x5e83cebdc248d2901b0ed7ff87e20f96a26cee45
token() view returns (address)
0x63696fc66795b51d02c1590b536484a41fbddf9a
upgrader() view returns (address)
0x5e83cebdc248d2901b0ed7ff87e20f96a26cee45
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)
Upgraded(address indexed implementation)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
UpgraderRenounced()
UpgraderUpdated(address newAddress)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
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)