PackFive
Verified contract
Active on
Ethereum with 9,817 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6ebe…e8ab
0xa272…a3b6
Balances ($0.00)
No balances found for "PackFive"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16878787 | 2 years ago | | | 0 | 0.00091179543 | |
| 16878787 | 2 years ago | | | 0 | 0.00091179543 | |
| 16878787 | 2 years ago | | | 0 | 0.00091179543 | |
| 16878763 | 2 years ago | | | 0 | 0.0010741571 | |
| 16878763 | 2 years ago | | | 0 | 0.0010741571 | |
| 16878760 | 2 years ago | | | 0 | 0.00098279610 | |
| 16320567 | 2 years ago | | | 0 | 0.0010494972 | |
| 16289748 | 2 years ago | | | 0 | 0.00081477474 | |
| 16289748 | 2 years ago | | | 0 | 0.00081477474 | |
| 16223793 | 2 years ago | | | 0 | 0.00078502238 |
ABI
ABI objects
Getter at block 21172561
activationLimit() view returns (uint16)
40
canActivate() view returns (bool)
false
commitLag() view returns (uint256)
0
getOwner() view returns (address)
0xa127b103b47c86bafbc64a1a6f7459d93e16cac3
maxLockup() view returns (uint64)
600000
owner() view returns (address)
0xa127b103b47c86bafbc64a1a6f7459d93e16cac3
processor() view returns (address)
0xa2729b145dfb8c371afdf9a0de05e3394c2ca3b6
Read-only
canActivatePurchase(uint256 id) view returns (bool)
canLockup(address) view returns (bool)
canRevoke(address) view returns (bool)
getChestSize(uint8 packType) view returns (uint256)
getPackDetails(uint8 packType) view returns (address token, uint256 price)
getPrice(uint8 packType) view returns (uint256)
getPurchaseState(uint256 purchaseID) view returns (uint256[] state)
getShine(uint16 purity) pure returns (uint8)
getStateBit(uint256 purchaseID, uint256 cardIndex) view returns (uint256)
getStateSize(uint256 count) pure returns (uint256)
isActivated(uint256 purchaseID, uint256 cardIndex) view returns (bool)
packs(uint256) view returns (uint256 price, uint256 chestSize, address token)
predictPacks(uint256 id) view returns (uint16[] protos, uint16[] purities)
purchases(uint256) view returns (uint256 count, uint256 randomness, uint8 packType, uint64 commit, uint64 lockup, bool revoked, address user)
State-modifying
Events activate(uint256 purchaseID, uint256 cardIndex) returns (uint256 id, uint16 proto, uint16 purity)
activateMultiple(uint256[] pIDs, uint256[] cardIndices) returns (uint256[] ids, uint16[] protos, uint16[] purities)
callback(uint256 id)
openChest(uint8 packType, address user, uint256 count) returns (uint256)
purchase(uint8 packType, uint16 count, address referrer) payable returns (uint256)
purchaseFor(uint8 packType, address user, uint16 count, address referrer, uint64 lockup) payable returns (uint256)
recommit(uint256 id)
revoke(uint256 id)
setActivate(bool can)
setActivationLimit(uint16 _limit)
setCanLockup(address user, bool can)
setCanRevoke(address user, bool can)
setCommitLag(uint256 lag)
setMaxLockup(uint64 _max)
setOwner(address _owner)
setPack(uint8 packType, uint256 price, address chest, uint256 chestSize)
CallbackMade(uint256 indexed id, address indexed user, uint256 count, uint256 randomness)
CardActivated(uint256 indexed purchaseID, uint256 cardIndex, uint256 indexed cardID, uint16 proto, uint16 purity)
ChestsOpened(uint256 indexed id, uint8 indexed packType, address indexed user, uint256 count, uint256 packCount)
PackAdded(uint8 indexed packType, uint256 price, address chest)
PacksPurchased(uint256 indexed paymentID, uint256 indexed id, uint8 indexed packType, address user, uint256 count, uint64 lockup)
PurchaseRecorded(uint256 indexed id, uint8 indexed packType, address indexed user, uint256 count, uint64 lockup)
PurchaseRevoked(uint256 indexed paymentID, address indexed revoker)
Recommit(uint256 indexed id, uint8 indexed packType, address indexed user, uint256 count, uint64 lockup)
constructor(address _cards, address _processor)
This contract contains no fallback and receive objects.
This contract contains no error objects.