CardKeeper
Verified contract
Active on
Ethereum with 6,380 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdb68…bce8
0x1ead…170b
0x2bb4…5739
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xdb68…bce8 | ERC-1555 | 234 | -- | -- | |
0xdb68…bce8 | ERC-1555 | 231 | -- | -- | |
0xdb68…bce8 | ERC-1555 | 229 | -- | -- | |
0xdb68…bce8 | ERC-1555 | 225 | -- | -- | |
0xdb68…bce8 | ERC-1555 | 225 | -- | -- | |
0xdb68…bce8 | ERC-1555 | 224 | -- | -- | |
0xdb68…bce8 | ERC-1555 | 223 | -- | -- | |
0xdb68…bce8 | ERC-1555 | 223 | -- | -- | |
0xdb68…bce8 | ERC-1555 | 221 | -- | -- | |
0xdb68…bce8 | ERC-1555 | 216 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142757 | 22 days ago | | | 0 | 0.0083591498 | |
| 20705951 | 3 months ago | | | 0 | 0.00081458750 | |
| 20533521 | 3 months ago | | | 0 | 0.0020678256 | |
| 19631658 | 8 months ago | | | 0 | 0.012320140 | |
| 18907520 | a year ago | | | 0 | 0.022502140 | |
| 18299683 | a year ago | | | 0 | 0.012759067 | |
| 18109221 | a year ago | | | 0 | 0.0056928842 | |
| 17256265 | 2 years ago | | | 0 | 0.026484814 | |
| 16875939 | 2 years ago | | | 0 | 0.014289156 | |
| 16875923 | 2 years ago | | | 0 | 0.0092841192 |
ABI
ABI objects
Getter at block 21298105
highestCardId() view returns (uint256)
88
hope() view returns (address)
0x1eadc903341cfdb3406a04506239f52d076b170b
hopeBooster() view returns (address)
0x2bb489aa8efe8ab95abc994e1e64b0dc22895739
isOwner() view returns (bool)
false
owner() view returns (address)
0x7fcb8aaea5f30620aa69d1978f1dc814cf0502ad
ropeMaker() view returns (address)
0xdb68df0e86bc7c6176e6a2255a5365f51113bce8
treasuryAddr() view returns (address)
0x7fcb8aaea5f30620aa69d1978f1dc814cf0502ad
Read-only
cardSetList(uint256) view returns (uint256)
cardSets(uint256) view returns (uint256 hopePerDayPerCard, uint256 bonusHopeMultiplier, bool isRemoved)
cardToSetMap(uint256) view returns (uint256)
getCardIdListOfSet(uint256 _setId) view returns (uint256[])
getCardsStakedOfAddress(address _user) view returns (bool[])
getFullSetsOfAddress(address _user) view returns (bool[])
getNbNftStakedOfAddress(address _user) view returns (uint256)
getNbSetNftStakedOfAddress(address _user, uint256 _setId) view returns (uint256)
supportsInterface(bytes4 interfaceID) view returns (bool)
totalPendingHopeOfAddress(address _user, bool _includeHopeBooster) view returns (uint256)
totalPendingHopeOfAddressFromBooster(address _user) view returns (uint256)
userCards(address, uint256) view returns (bool)
userLastUpdate(address) view returns (uint256)
State-modifying
Events addCardSet(uint256 _setId, uint256[] _cardIds, uint256 _bonusHopeMultiplier, uint256 _hopePerDayPerCard)
emergencyUnstake(uint256[] _cardIds)
harvest()
onERC1155BatchReceived(address _operator, address _from, uint256[] _ids, uint256[] _amounts, bytes _data) returns (bytes4)
onERC1155Received(address _operator, address _from, uint256 _id, uint256 _amount, bytes _data) returns (bytes4)
removeCardSet(uint256 _setId)
renounceOwnership()
setBonusHopeMultiplierOfSets(uint256[] _setIds, uint256[] _bonusHopeMultiplier)
setHighestCardId(uint256 _highestId)
setHopeRateOfSets(uint256[] _setIds, uint256[] _hopePerDayPerCard)
stake(uint256[] _cardIds)
transferOwnership(address newOwner)
treasury(address _treasuryAddr)
unstake(uint256[] _cardIds)
Harvest(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed user, uint256[] cardIds)
Unstake(address indexed user, uint256[] cardIds)
constructor(address _ropeMakerAddr, address _hopeAddr, address _hopeBoosterAddr, address _treasuryAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.