CardRedeemerV2
Verified contract
Active on
Ethereum with 4,208 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdb68…bce8
0x1ead…170b
Balances ($0.00)
No balances found for "CardRedeemerV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16275504 | 2 years ago | | | 0 | 0.0056350183 | |
| 15307523 | 2 years ago | | | 0 | 0.0026983143 | |
| 15307521 | 2 years ago | | | 0 | 0.0033358266 | |
| 15307520 | 2 years ago | | | 0 | 0.0035084762 | |
| 15307518 | 2 years ago | | | 0 | 0.0029241932 | |
| 15307513 | 2 years ago | | | 0 | 0.0035564014 | |
| 15307510 | 2 years ago | | | 0 | 0.0035185460 | |
| 15307505 | 2 years ago | | | 0 | 0.0037923268 | |
| 15307505 | 2 years ago | | | 0 | 0.0035263852 | |
| 15307503 | 2 years ago | | | 0 | 0.0035770251 |
ABI
ABI objects
Getter at block 21158271
getTotalRedeemed() view returns (uint256)
4171
hope() view returns (address)
0x1eadc903341cfdb3406a04506239f52d076b170b
isOwner() view returns (bool)
false
owner() view returns (address)
0x7fcb8aaea5f30620aa69d1978f1dc814cf0502ad
ropeMaker() view returns (address)
0xdb68df0e86bc7c6176e6a2255a5365f51113bce8
Read-only
cards(uint256) view returns (uint256 maxSupply, uint256 supply)
getCardIdListOfPack(uint256 _packId) view returns (uint256[])
getCardsLeft(uint256 _packId) view returns (uint256[])
getPackProbabilities(uint256 _packId) view returns (uint256[])
getPacksLeft(uint256 _packId) view returns (uint256)
packIdList(uint256) view returns (uint256)
packs(uint256) view returns (uint256 price, uint256 redeemed)
State-modifying
Events addPack(uint256 _packId, uint256[] _cardIdList, uint256 _price)
redeem(uint256 _packId)
removePack(uint256 _packId)
renounceOwnership()
transferOwnership(address newOwner)
updateCardsData(uint256[] _cardIdList)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(address indexed _user, uint256 indexed _packId, uint256 indexed _cardId)
constructor(address _ropeMakerAddr, address _hopeAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.