EtherbotsPack
Verified contract
Active on
Ethereum with 3,457 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6ebe…e8ab
0xd2f8…9b40
0x98ec…3527
Balances ($0.00)
No balances found for "EtherbotsPack"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11466792 | 4 years ago | | | 0 | 0.0023458620 | |
| 9562461 | 5 years ago | | | 0 | 0.013535480 | |
| 9562449 | 5 years ago | | | 0 | 0.028252136 | |
| 9562448 | 5 years ago | | | 0 | 0.028244180 | |
| 9562443 | 5 years ago | | | 0 | 0.028168288 | |
| 9562432 | 5 years ago | | | 0 | 0.014136684 | |
| 9562427 | 5 years ago | | | 0 | 0.028244784 | |
| 9562423 | 5 years ago | | | 0 | 0.028287696 | |
| 9562414 | 5 years ago | | | 0 | 0.028260588 | |
| 9562410 | 5 years ago | | | 0 | 0.028232324 |
ABI
ABI objects
Getter at block 21161268
activationLimit() view returns (uint16)
40
canClaim() view returns (bool)
true
commitLag() view returns (uint256)
0
eb() view returns (address)
0xd2f81cd7a20d60c0d558496c7169a20968389b40
em() view returns (address)
0x98ecf84ac50aa3c090f88b04676babc296d03527
getOwner() view returns (address)
0x4e6f10ed3b919cbbd872807f866ded9acdf7eede
multiplier() view returns (uint16)
4
owner() view returns (address)
0x4e6f10ed3b919cbbd872807f866ded9acdf7eede
Read-only
claimed(uint256) view returns (bool)
claims(uint256) view returns (uint256 randomness, address user, uint64 commit, uint16 count)
getCounts(uint256 id) view returns (uint16[3] counts, uint16[3] exCounts)
getShine(uint16 purity) pure returns (uint8)
getStateBit(uint256 claimID, uint256 cardIndex) view returns (uint256)
getStateSize(uint256 count) pure returns (uint256)
isActivated(uint256 purchaseID, uint256 cardIndex) view returns (bool)
isExclusive(uint256 partType, uint256 partSubType) pure returns (bool)
predictPacks(uint256 id) view returns (uint16[] protos, uint16[] purities)
State-modifying
Events activate(uint256 claimID, uint256 cardIndex) returns (uint256 id, uint16 proto, uint16 purity)
activateMultiple(uint256[] pIDs, uint256[] cardIndices) returns (uint256[] ids, uint16[] protos, uint16[] purities)
callback(uint256 id)
canBeClaimed(uint256[] parts) returns (bool)
claimParts(uint256[] parts)
ownsOrAuctioning(uint256[] parts) returns (bool)
recommit(uint256 id)
setActivationLimit(uint16 _limit)
setCanClaim(bool _can)
setCommitLag(uint256 lag)
setOwner(address _owner)
CallbackMade(uint256 indexed id, address indexed user, uint256 count, uint256 randomness)
CardActivated(uint256 indexed claimID, uint256 cardIndex, uint256 indexed cardID, uint16 proto, uint16 purity)
ClaimMade(uint256 indexed id, address user, uint256 count, uint256[] partIDs)
Recommit(uint256 indexed id, address indexed user, uint256 count)
constructor(address _cards, address _eb, address _em)
This contract contains no fallback and receive objects.
This contract contains no error objects.