LegendaryPackThree
Verified contract
Active on
Ethereum with 284 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x91b9…d689
0x657c…cec8
0x512f…4515
0x2236…72e2
Balances ($0.00)
No balances found for "LegendaryPackThree"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20589432 | 3 months ago | | | 0 | 0.000022959596 | |
| 8843754 | 5 years ago | | | 0 | 0.000055208000 | |
| 8805803 | 5 years ago | | | 0 | 0.0030338140 | |
| 8718564 | 5 years ago | | | 0 | 0.00051873100 | |
| 8718561 | 5 years ago | | | 0 | 0.00051873100 | |
| 8718561 | 5 years ago | | | 0 | 0.00051873100 | |
| 8718561 | 5 years ago | | | 0 | 0.00051873100 | |
| 8718475 | 5 years ago | | | 0 | 0.00053489600 | |
| 8356560 | 5 years ago | | | 0 | 0.0015317580 | |
| 8356548 | 5 years ago | | | 0 | 0.0030311860 |
ABI
ABI objects
Getter at block 21172612
canClaim() view returns (bool)
false
creationBlock() view returns (uint256)
5941061
getPurchaseCount() view returns (uint256)
108
migration() view returns (address)
0x6ebeaf8e8e946f0716e6533a6f2cefc83f60e8ab
multiplier() view returns (uint16)
3
owner() view returns (address)
0xd2c37fc6fd89563187f3679304975655e448d192
packLimit() view returns (uint16)
5
packSize() view returns (uint8)
5
packsPerClaim() view returns (uint16)
15
paused() view returns (bool)
false
tournament() view returns (address)
0x22365168c8705e95b2d08876c23a8c13e3ad72e2
vault() view returns (address)
0x91b9d2835ad914bc1dcfe09bd1816febd04fd689
Read-only
calculatePrice(uint256 base, uint16 packCount) view returns (uint256)
getCardDetails(uint16 packIndex, uint8 cardIndex, uint256 result) view returns (uint16 proto, uint16 purity)
isPriorPack(address test) view returns (bool)
packs(uint256) view returns (address)
predictPacks(uint256 id) view returns (uint16[] protos, uint16[] purities)
purchases(uint256) view returns (uint16 current, uint16 count, address user, uint256 randomness, uint64 commit)
State-modifying
Events basePrice() returns (uint256)
callback(uint256 id)
claim(uint256 id)
claimMultiple(address pack, uint256 purchaseID) returns (uint16, address)
pause()
purchase(uint16 packCount, address referrer) payable
setCanClaim(bool claim)
setOwner(address _owner)
setPackLimit(uint16 limit)
unpause()
withdraw()
PackOpened(uint256 indexed id, uint16 startIndex, address indexed user, uint256[] cardIDs)
PacksPurchased(uint256 indexed id, address indexed user, uint16 count)
Pause()
RandomnessReceived(uint256 indexed id, address indexed user, uint16 count, uint256 randomness)
Referral(address indexed referrer, uint256 value, address purchaser)
Status(uint256 before, uint256 aft)
Unpause()
constructor(address _old, address[] _packs, address _core, address vault, address _tournament, address _pheonix)
This contract contains no fallback and receive objects.
This contract contains no error objects.