TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 20,146 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xebbd…f903
0xb8be…f4a8
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x95b0…242d | ERC-721 | 1 | -- | -- | |
0xb8be…f4a8 | ERC-721 | 1 | -- | -- | |
0xb8be…f4a8 | ERC-721 | 1 | -- | -- | |
0xb8be…f4a8 | ERC-721 | 1 | -- | -- | |
0xb8be…f4a8 | ERC-721 | 1 | -- | -- | |
0xb8be…f4a8 | ERC-721 | 1 | -- | -- | |
0xb8be…f4a8 | ERC-721 | 1 | -- | -- | |
0xb8be…f4a8 | ERC-721 | 1 | -- | -- | |
0xb8be…f4a8 | ERC-721 | 1 | -- | -- | |
0xb8be…f4a8 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17546434 | a year ago | | | 0 | 0.0010968765 | |
| 17318036 | 2 years ago | | | 0 | 0.0043122710 | |
| 17261235 | 2 years ago | | | 0 | 0.0024801787 | |
| 17069301 | 2 years ago | | | 0 | 0.0018734974 | |
| 17069181 | 2 years ago | | | 0 | 0.0032088486 | |
| 17069175 | 2 years ago | | | 0 | 0.0058089196 | |
| 17066640 | 2 years ago | | | 0 | 0.0021100869 | |
| 17066558 | 2 years ago | | | 0 | 0.0041354120 | |
| 17055664 | 2 years ago | | | 0 | 0.0017024374 | |
| 17055632 | 2 years ago | | | 0 | 0.00087512450 |
ABI
ABI objects
Getter at block 21284740
BUD_CONTRACT() view returns (address)
0xebbd75122a9e292b5205d9a374b5ea2c1933f903
GAME_KEY_CONTRACT() view returns (address)
0xb8be3baea710c42b1fee566f1086b169b726f4a8
INITIAL_REWARD() view returns (uint16)
200
LOCK_PERIOD() view returns (uint256)
1209600
SECONDS_IN_DAY() view returns (uint32)
86400
depositPaused() view returns (bool)
false
owner() view returns (address)
0xb90af58c2474b2c52b9da7b8fa4761c67b561e65
revealContractAddress() view returns (address)
0x81e8cf5618f27b00b0aad86f6876afa2da6fa255
rewardTokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
stakingLaunched() view returns (bool)
true
startTimestamp() view returns (uint256)
0
totalBudStaked() view returns (uint16)
11424
totalGameKeyStaked() view returns (uint16)
3891
walletContractAddress() view returns (address)
0x0d6e6ef1c181296636122a7806b7c3932bbaa787
Read-only
_budInfo(uint256) view returns (uint256 timestamp, uint256 thc)
_startBonus(uint256) view returns (bool)
_thcs(uint256) view returns (uint256)
_userInfo(address) view returns (uint256 reward, uint256 lastCheckpoint, uint128 budCount, uint128 gameKeyCount)
getBudInfo(uint256[] _ids) view returns (uint256[], uint256[])
getBudTHC(uint256 _id) view returns (uint256)
getDailyReward(address _user) view returns (uint256)
getGKBuds(uint256 _id, address _user) view returns (uint256[])
getGKDailyReward(address _user) view returns (uint256)
getGKReward(address _user) view returns (uint256)
getReward(address _user) view returns (uint256)
gkRewardOf(address) view returns (uint256)
thcInfo(uint256) view returns (uint16)
userInfo(address _user) view returns (struct LL420BudStakingUserInfo, uint256[], uint256[])
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
deposit(uint256 _id, uint256[] _ids)
depositGameKey(uint256[] _ids)
initialize(address _budContract, address _gameKeyContract)
launchStaking()
pauseDeposit(bool _pause)
renounceOwnership()
setStartTimestamp(uint256 _startTimestamp)
setWalletContractAddress(address _address)
transferBudTo(address _user, uint256[] _ids)
transferGKTo(address _user, uint256[] _ids)
transferOwnership(address newOwner)
withdraw(uint256 _id, uint256[] _ids)
withdrawGameKey(uint256[] _ids)
withdrawToPoint(uint256 _amount, uint256 _from)
withdrawToWallet(uint256 _amount, uint256 _from)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposit(address indexed user, uint256 indexed id)
DepositGameKey(address indexed user, uint256 indexed id)
EmergencyWithdraw(address indexed user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBudTHC(uint256 indexed id, uint256 thc)
Withdraw(address indexed user, uint256 indexed id)
WithdrawGameKey(address indexed user, uint256 indexed id)
WithdrawToPoint(address indexed user, uint256 amount, uint256 timestamp)
WithdrawToWallet(address indexed user, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.