MysteryDrop
Verified contract
Active on
Ethereum with 762 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
0xbbc2…3505
0x0a87…ebf8
Balances ($48,753.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERN | ERC-20 | 17.924101K | $2.72 |
$48,753.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15022667 | 2 years ago | | | 0 | 0.00053560374 | |
| 14648060 | 3 years ago | | | 0 | 0.0020822045 | |
| 14648060 | 3 years ago | | | 0 | 0.0021086500 | |
| 14648060 | 3 years ago | | | 0 | 0.0020776480 | |
| 14647856 | 3 years ago | | | 0 | 0.0012451443 | |
| 14647849 | 3 years ago | | | 0 | 0.0018916149 | |
| 14642720 | 3 years ago | | | 0 | 0.0011604561 | |
| 14642720 | 3 years ago | | | 0 | 0.0011635883 | |
| 14642720 | 3 years ago | | | 0 | 0.0011283198 | |
| 14642704 | 3 years ago | | | 0 | 0.0013927213 |
ABI
ABI objects
Getter at block 21434086 getPrice() view returns (uint256)
endTime() view returns (uint256)
1651334400
firstDeckIndexCounter() view returns (uint256 _value)
500
firstDeckLimit() view returns (uint32)
500
secondDeckIndexCounter() view returns (uint256 _value)
150
secondDeckLimit() view returns (uint32)
150
startTime() view returns (uint256)
1650729600
thirdDeckIndexCounter() view returns (uint256 _value)
50
thirdDeckLimit() view returns (uint32)
50
Read-only
computeErnAmount(uint256 _subscriptionPrice, uint256 _ernPrice) pure returns (uint256)
firstDeck(uint256) view returns (bytes)
getAvailable(uint8 _tier) view returns (uint256)
secondDeck(uint256) view returns (bytes)
thirdDeck(uint256) view returns (bytes)
tierPrices(uint8) view returns (uint256)
State-modifying
Events buyCreditMysteryBox(address _user, uint8 _tier, string _purchaseId)
buyMysteryBox(uint8 _tier)
removeAuthorizedAddr(address _addr)
resetTierDeck(uint8 _tier)
setAdmin(address _admin)
setAuthorizedAddr(address _addr)
setCardNumbers(address[] _collections, uint256[] numberofIds)
setCollection(uint8 _tier, address _collection, uint256[] _ids)
setCollectionsBatch(uint8 _tier, address[] _collections, uint256[] _ids)
setDeckMaxLimit(uint32 first, uint32 second, uint32 third)
setTimestamps(uint256 _start, uint256 _end)
tierPricesSet(uint8[] _tiers, uint256[] _prices)
withdrawAllFunds(address _to)
withdrawFundsPartially(uint256 _amount, address _to)
CollectionsTiersSet(uint8 tier, address collection, uint256[] ids)
MysteryBoxCC(uint8 tier, address user, string purchaseId)
MysteryBoxDropped(uint8 tier, address collection, uint256 id, address user)
constructor(address _ern, address _ernOracle)
This contract contains no fallback and receive objects.
This contract contains no error objects.