TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 389 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
0x0414…48fa
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BlindBox | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17044088 | 2 years ago | | | 0 | 0.0027922706 | |
| 16965273 | 2 years ago | | | 0 | 0.0020524657 | |
| 16961252 | 2 years ago | | | 0 | 0.0024851589 | |
| 16960284 | 2 years ago | | | 0 | 0.0021973730 | |
| 16959344 | 2 years ago | | | 0 | 0.0022561751 | |
| 16959342 | 2 years ago | | | 0 | 0.0026810361 | |
| 16958405 | 2 years ago | | | 0 | 0.0020993911 | |
| 16957984 | 2 years ago | | | 0 | 0.0019355322 | |
| 16957977 | 2 years ago | | | 0 | 0.0016996145 | |
| 16957973 | 2 years ago | | | 0 | 0.0019411977 |
ABI
ABI objects
Getter at block 21288155
nft() view returns (address)
0x041474fc92d3e287f7c191a3de77187ae01548fa
owner() view returns (address)
0xf5262b7050f25b80ae6aed647ba824906b821d39
startTime() view returns (uint256)
1679054400
Read-only
admin(address) view returns (bool)
getAllStakeRecords(address _address) view returns (struct StakeStakeInfo[])
getPendingStakeRecords(address _address) view returns (struct StakeStakeInfo[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
stakeTokenIds(uint256) view returns (address)
stateInfoById(address, uint256) view returns (uint256 id, uint256 tokenId, uint256 startTime, uint256 endTime, uint8 status, address stakeAddress, uint256 stakeType)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(uint256 _stakeType)
renounceOwnership()
setAdmin(address _sender, bool _flag)
setNftAddress(address _nft)
setStartTime(uint256 _startTime)
stake(uint256 _tokenId)
takeBack(uint256 _id)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
statusChange(address indexed _from, uint256 indexed _id, uint8 indexed _status)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
NotAdmin(address msgSender)
NotYetStartTime(uint256 blockTime, uint256 startTime)
WrongStartTime(uint256 startTime, uint256 blockTime)